summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10911: part of #2861: add rename support for usrmgr.exe when using tdbsamJim McDonough1-40/+208
2007-10-10r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner1-1/+1
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter1-1/+14
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison1-0/+3
2007-10-10r1392: Added password history code to tdbsam backend. Not yet tested (ie. mayJeremy Allison1-1/+4
2007-10-10r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison1-1/+0
2004-02-13Move tdbsam versioning/upgrade code into 3.0Jim McDonough1-13/+175
2004-02-12updates for tdbsam code to help make merge into head easier; needs a bit more...Gerald Carter1-46/+53
2004-02-11Don't set an iterator to a piece of free'd memory, store it first.Jeremy Allison1-2/+3
2004-02-11fix set/getsampwent iterator in tdbsam to use an allocated listGerald Carter1-44/+101
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-3/+3
2003-07-22removing unused functionGerald Carter1-43/+0
2003-07-20This creates passdb backend files automatically when adding first account.Rafal Szczesniak1-1/+19
2003-07-11fix unitialised variableGerald Carter1-0/+6
2003-07-11moving more code around.Gerald Carter1-64/+13
2003-07-08Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison1-401/+3
2003-07-07Cleaning up linking issues. sam/idmap*.c only links inGerald Carter1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-3/+3
2003-06-18And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkeyVolker Lendecke1-2/+13
2003-06-17Fix a memory leak in pdb_tdb.c.Volker Lendecke1-0/+2
2003-06-17Make static (patch from metze)Jelmer Vernooij1-1/+1
2003-06-17The return value of init_module functions is NTSTATUS, not intJelmer Vernooij1-3/+2
2003-06-16Quieten another debug message.Tim Potter1-1/+1
2003-05-27I'm pretty sure these uint32's should be uid_t's. Can the passdb guysTim Potter1-1/+1
2003-05-12Fix obvious compiler warnings.Jeremy Allison1-1/+0
2003-05-12And finally IDMAP in 3_0Simo Sorce1-104/+84
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-4/+4
2003-04-28A new pdb_ldap!Andrew Bartlett1-2/+2
2003-04-23Merge idra's fix for pdb_tdb segfaults from HEAD to 3.0 - sombody changedAndrew Bartlett1-3/+7
2003-04-15Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij1-16/+4
2003-03-22Thanks to volker, merge passdb changes from HEAD:Andrew Bartlett1-59/+0
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-48/+107
2002-09-26syncing up with HEAD again....Gerald Carter1-30/+40
2002-08-17sync 3.0 branch with headJelmer Vernooij1-3/+4
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-84/+142
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-74/+19
2002-03-18more verbose checking in talloc and util_pwSimo Sorce1-16/+19
2002-03-18Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce1-22/+87
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-5/+5
2002-02-01update from 2.2Simo Sorce1-2/+3
2002-01-30Removed version number from file header.Tim Potter1-1/+2
2002-01-26Add some information tidbits to an error DEBUG().Andrew Bartlett1-1/+1
2002-01-25Passdb changes:Andrew Bartlett1-5/+7
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett1-2/+4
2002-01-21hmm, get it right this time.Simo Sorce1-1/+1
2002-01-21fix also the comment.Simo Sorce1-2/+5
2002-01-21replace getpwnam_alloc with plain getpwnam.Simo Sorce1-2/+1
2002-01-21getpwnam -> getpwnam_allocAndrew Bartlett1-2/+3