Add tool for enabling accounts
[jelmer/samba4-debian.git] / source / winbind / wb_pam_auth.c
2008-03-02 Jelmer VernooijMerge branch 'v4-0-test' into id10ts-registry
2008-02-28 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-28 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-test
2008-02-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-25 Jelmer VernooijRemove uses of global_loadparm.
2008-02-21 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-21 Jelmer VernooijRemove more uses of global_loadparm.
2008-01-01 Jelmer Vernooijr26638: libndr: Require explicitly specifying iconv_con...
2007-12-21 Jelmer Vernooijr26295: Remove use of global_loadparm for net and wb_pa...
2007-12-21 Jelmer Vernooijr26268: Avoid more use of global_loadparm - put lp_ctx...
2007-12-21 Stefan Metzmacherr25920: ndr: change NTSTAUS into enum ndr_err_code...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Bartlettr23890: Allow wbinfo -a to work against Samba4's winbind.
2007-10-10 Andrew Bartlettr23880: Don't crash when we run wbinfo -a against our...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22944: fix bug #4618:
2007-10-10 Andrew Bartlettr22612: Fix more cases where we have uninitialised...
2007-10-10 Andrew Bartlettr22582: Cleanups towards making winbind work again...
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Stefan Metzmacherr17306: fix compiler warning
2007-10-10 Stefan Metzmacherr17290: don't do any stuff that can fail in the _recv...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Jelmer Vernooijr14363: Remove credentials.h from the global includes.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13583: Realise that the member server name appears...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Volker Lendecker11825: Fix a debug msg
2007-10-10 Volker Lendecker11517: Cleanup time, this looks larger than it is...
2007-10-10 Andrew Bartlettr11413: More comments, plus always check (and update...
2007-10-10 Andrew Bartlettr11411: Add to Samba4 the Samba3 patch I just posted...
2007-10-10 Andrew Bartlettr11374: On request from VL, put the plaintext auth...
2007-10-10 Volker Lendecker11267: Fix a memleak and an uninitialized variable...
2007-10-10 Volker Lendecker11181: Implement wbinfo -s and wbinfo --user-sids...
2007-10-10 Volker Lendecker11093: Implement wb_queue_domain_send: If the domain...
2007-10-10 Volker Lendecker11068: Fix pam_auth_crap, remove the sync code. I...
2007-10-10 Volker Lendecker10941: Hmmm. Making that fn static is more correct.
2007-10-10 Volker Lendecker10936: Commit work in progress: wb_pam_auth_crap made...