r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation
[samba.git] / source3 / passdb / passdb.c
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Günther Deschnerr3875: Allow to look up at least or own sid in _lsa_loo...
2007-10-10 Volker Lendecker3563: During a typical logon a modern workstation...
2007-10-10 Volker Lendecker1906: Revert lukeh's change for primary uid/gid change...
2007-10-10 Jeremy Allisonr1871: Patch from Luke Howard <lukeh@PADL.COM> to corre...
2007-10-10 Jeremy Allisonr1869: Rename "fallback_XXXX" mapping to "algorithmic_X...
2007-10-10 Jeremy Allisonr1810: Patch from Richard Renard <rrenard@idealx.com...
2007-10-10 Jeremy Allisonr1661: Changed the password history format so that...
2007-10-10 Jeremy Allisonr1539: If a account was locked out by an admin (and...
2007-10-10 Jeremy Allisonr1412: Fix password history list in tdbsam. Fix some...
2007-10-10 Jeremy Allisonr1392: Added password history code to tdbsam backend...
2007-10-10 Volker Lendecker989: Calling sid_to_gid from within winbind makes...
2007-10-10 Jeremy Allisonr801: Fix from "Jianliang Lu" <j.lu@tiesse.com> to...
2007-10-10 Richard Sharper505: Break out algorithmic_gid_to_sid so that those...
2007-10-10 Richard Sharper501: Fix a small cut-n-pasteo ...
2007-10-10 Volker Lendecker316: Fix split_domain_name. This defaulted to get_myna...
2004-03-31 Volker LendeckeApply some const
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-08 Simo Sorce2 fixes to enhance readability of source code and debug...
2004-02-20 Jim McDonoughhandle both 0 and -1 as disabling
2004-02-20 Jim McDonoughhandle both 0 and -1 as disabling reset count and locko...
2004-02-19 Jim McDonoughClean up bad pw count and autolock flag update fn()s
2004-02-19 Jim McDonoughClean up bad pw count and autolock flag update fn()s
2004-02-19 Jim McDonoughAdd bad pw count and autolock flag update fn()s
2004-02-19 Jim McDonoughAdd bad pw count and autolock flag update fn()s
2004-02-19 Jim McDonoughAdd functions to get/set bad password time
2004-02-19 Jim McDonoughAdd functions to get/set bad password time
2004-02-13 Jim McDonoughMove tdbsam versioning/upgrade code into 3.0
2004-02-12 Jim McDonoughMore sync between passdb on 3.0 and HEAD.
2004-02-12 Jim McDonoughStart of merging changes with SAMBA_3_0. Fix up some...
2004-02-12 Jim McDonoughStart of merging HEAD changes. Right now, just move...
2004-02-11 Tim PotterMove around function to fix build after recent static...
2004-02-09 Volker LendeckeAnd another build fix.
2004-02-09 Volker LendeckeFix the build & get rid of a compiler warning.
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew BartlettAdd static, and assert that we will never overflow...
2004-01-19 Simo Sorce1. The most part of this patch changed the unknown_3...
2004-01-07 Rafal SzczesniakTypo fix.
2004-01-07 Rafal SzczesniakTypo fix.
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-02 Andrew BartlettJHT came up with a nasty (broken) torture case in prepa...
2003-12-11 Alexander BokovoyFix uninitialized variable in passdb code. Reported...
2003-12-11 Alexander BokovoyFix uninitialized variable in passdb code. Reported...
2003-12-10 Gerald Cartermore group lookup access fixes on the neverending bug 281
2003-12-10 Gerald Cartermore group lookup access fixes on the neverending bug 281
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-24 Gerald Cartermore access fixes for group enumeration in LDAP; bug 281
2003-11-24 Gerald Cartermore access fixes for group enumeration in LDAP; bug 281
2003-11-17 Gerald Carter* make sure we only enumerate group mapping entries
2003-11-17 Gerald Carter* make sure we only enumerate group mapping entries
2003-11-03 Jeremy AllisonTDBSAM update code from Aur?lien Degr?mont <adegremont...
2003-10-10 Andrew BartlettMatch Samba 2.2, and make ACB_NORMAL the default ACB...
2003-10-10 Andrew BartlettMatch Samba 2.2, and make ACB_NORMAL the default ACB...
2003-10-09 Tim PotterMerge from 3.0:
2003-10-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-03 Jeremy AllisonTypo in error message.
2003-09-18 Jeremy AllisonThe "unknown_5" 32 bit field in the user structs is...
2003-09-18 Jeremy AllisonThe "unknown_5" 32 bit field in the user structs is...
2003-09-18 Jeremy AllisonOops. Proper fix for #470.
2003-09-18 Jeremy AllisonOops. Proper fix for #470.
2003-09-18 Jeremy AllisonFix for #470 - unable to display SIDs in ACLs.
2003-09-18 Jeremy AllisonFix for #470 - unable to display SIDs in ACLs.
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-11 Gerald Carterremove getpwnam() calls from init_sam_from_xxx().
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-21 Gerald Carterfix for BUG 245; make sure we set the sid type when...
2003-08-15 Herb Lewisget rid of some sompiler warnings on IRIX
2003-08-13 Gerald Carter2 fixes
2003-08-11 Gerald Carterfix bug #281 by surrounding pdb_getgrgid() with become...
2003-08-06 Gerald Carterfix bug #208; have to get the gid of the user's primary...
2003-08-06 Gerald Carteroops; fix typo. Noticed by gcc warning
2003-08-05 Gerald Carterfix bug #245; local_lookupsid() needed to make a getpwu...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-22 Tim PotterFixup a bunch of printf-style functions and debugs...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-16 Gerald Carterfixes for 'net rpc vampire'. I can now take a blank...
2003-07-15 Gerald Cartermake sure to fallback to rid algoruthm for users not...
2003-07-13 Simo Sorceuse the specific funtion we have to check if a SID...
2003-07-13 Volker LendeckeArgl. Thinking twice and looking at the rest of callers...
2003-07-13 Volker LendeckeWe have an API to compare the domain parts of two SIDs...
2003-07-11 Gerald Carterfix sid_to_[uid|gid] (spotted by Volker).
2003-07-11 Gerald Cartermoving more code around.
2003-07-09 Jeremy AllisonFix up become_root/unbecome_root pairs needed around...
2003-07-08 Jeremy AllisonMoved SAM_ACCOUNT marshall/unmarshall functions to...
2003-07-07 Gerald CarterCleaning up linking issues. sam/idmap*.c only links in
2003-07-07 Jeremy AllisonFixed a couple of const issues with the new code.
2003-07-07 Gerald Carterand so it begins....
2003-07-05 Andrew BartlettFixes to our LDAP/vampire codepaths:
2003-07-04 Andrew BartlettThis patch cleans up some of our ldap code, for better...
2003-07-01 Gerald Carter* revert change to get_global_sam_name()
2003-06-30 Gerald Carter* cleanup more DC name resolution issues in check_...
2003-06-22 Simo SorceFound out a good number of NT_STATUS_IS_ERR used the...
2003-06-18 Simo SorceOk, this patch removes the privilege stuff we had in...
2003-05-18 Simo Sorceport fixes from 3.0
2003-05-16 Tim PotterMerge get_global_sam_name() from 3.0 to fix compile...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Tim Potterspelling
2003-05-14 Tim Potterspelling
next