r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
[tprouty/samba.git] / source / passdb / pdb_tdb.c
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr21982: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Günther Deschnerr18703: Fix the annoying effect that happens when nscd...
2007-10-10 Gerald Carterr17150: MMC User & group plugins fixes:
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16663: Fix coverity #301, memleak in error path.
2007-10-10 Jeremy Allisonr16624: Fix bug #3877, reported by jason@ncac.gwu.edu
2007-10-10 Jeremy Allisonr16582: Fix Klocwork #1997 and all generic class of...
2007-10-10 Volker Lendecker16014: Correctly set the group RID in init_sam_from_bu...
2007-10-10 Volker Lendecker15101: Little step towards getting Samba4 tdb into...
2007-10-10 Gerald Carterr14634: Many bug fixes thanks to train rides and overni...
2007-10-10 Gerald Carterr14577: BUG Fixes:
2007-10-10 Gerald Carterr13765: Fix bug reported by jra. Don't check for a...
2007-10-10 Jeremy Allisonr13747: Fix the reference count for tdbsam_open() ...
2007-10-10 Volker Lendecker13729: Fix smbpasswd -x
2007-10-10 Volker Lendecker13728: No, we have not talked about this on irc less...
2007-10-10 Günther Deschnerr13711: * Correctly handle acb_info/acct_flags as uint3...
2007-10-10 Gerald Carterr13679: Commiting the rm_primary_group.patch posted...
2007-10-10 Günther Deschnerr13622: Allow to rename machine accounts in a Samba...
2007-10-10 Gerald Carterr13600: Move functions local to tdbsam to pdb_tdb.c
2007-10-10 Gerald Carterr13590: * replace all pdb_init_sam[_talloc]() calls...
2007-10-10 Gerald Carterr13589: Make sure we only try to close the tdbsam file...
2007-10-10 Gerald Carterr13576: This is the beginnings of moving the SAM_ACCOUN...
2007-10-10 Gerald Carterr13512: Rewrite tdbsam code to use a reference count...
2007-10-10 Gerald Carterr13460: by popular demand....
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Volker Lendecker13209: Make smbpasswd -a work again if passdb did...
2007-10-10 Jeremy Allisonr13175: Actually make adding a new user into an empty...
2007-10-10 Jeremy Allisonr13172: Fix incorrect error message when new tdb not...
2007-10-10 Jim McDonoughr11236: Implement user rename for smbpasswd and ldap...
2007-10-10 Jim McDonoughr10911: part of #2861: add rename support for usrmgr...
2007-10-10 Günther Deschnerr4847: Hand over a acb_mask to pdb_setsampwent in load_...
2007-10-10 Gerald Carterr4724: Add support for Windows privileges in Samba 3.0
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
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 Jeremy Allisonr1388: Adding password history code for ldap backend...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-15 Gerald Cartersync small fixes from 3.0 and fix compiler warning...
2004-03-09 Rafal Szczesniak1) Two new functions to trust passwords interface in...
2004-03-01 Simo SorceOk here it is my latest work on privileges
2004-02-13 Jim McDonoughFix a few comments/formatting issues to make it more...
2004-02-13 Jim McDonoughMove tdbsam versioning/upgrade code into 3.0
2004-02-12 Jim McDonoughA couple of versioning adjustments. Remove unused...
2004-02-12 Gerald Cartertdbsam & smb_panic merge from 3.0 (initial tests are...
2004-02-12 Gerald Carterupdates for tdbsam code to help make merge into head...
2004-02-11 Jeremy AllisonDon't set an iterator to a piece of free'd memory,...
2004-02-11 Gerald Carterfix set/getsampwent iterator in tdbsam to use an alloca...
2004-01-14 Rafal SzczesniakInitial design of some of the functions to operate...
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-03 Jeremy AllisonTDBSAM update code from Aur?lien Degr?mont <adegremont...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-15 Herb Lewisget rid of some sompiler warnings on IRIX
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-22 Gerald Carterremoving unused function
2003-07-20 Rafal SzczesniakThis creates passdb backend files automatically when...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-11 Gerald Carterfix unitialised variable
2003-07-11 Gerald Cartermoving more code 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-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-06-18 Volker LendeckeAnd some more memory leaks in mapping.c and pdb_tdb...
2003-06-17 Volker LendeckeFix a memory leak in pdb_tdb.c.
2003-06-17 Jelmer VernooijMake static (patch from metze)
2003-06-17 Jelmer VernooijThe return value of init_module functions is NTSTATUS...
2003-06-16 Tim PotterQuieten another debug message.
2003-05-28 Tim PotterMerge of uint32/uid_t mismatch from 3.0
2003-05-27 Tim PotterI'm pretty sure these uint32's should be uid_t's. ...
2003-05-12 Jeremy AllisonFix compiler warnings.
2003-05-12 Jeremy AllisonFix obvious compiler warnings.
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 Simo Sorcefix wrong debug messages in idmap_util.c
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 Simo Sorcecorrectly initiazlize idmap tdb when creationg new
2003-04-29 Simo Sorceforgot to remove getpwnam
2003-04-29 Simo SorceThis is a nice rewrite:
2003-04-29 Jelmer VernooijChange order of parameters to smb_register_passdb()
2003-04-29 Simo Sorceok next_rid out as well local_*id_to*id functions
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 Andrew BartlettA new pdb_ldap!
2003-04-27 Simo Sorceprepare to get _nua out of the door (but back in from...
2003-04-23 Andrew BartlettMerge idra's fix for pdb_tdb segfaults from HEAD to...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-17 Simo Sorceseem that someone changed the semanthic of unix_strlowe...
2003-04-15 Jelmer VernooijUse the new modules system for passdb (merge from HEAD)
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-22 Jelmer VernooijReturn value in non-void function
next