summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner2007-10-101-1/+1
* r4724: Add support for Windows privileges in Samba 3.0Gerald Carter2007-10-101-1/+14
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison2007-10-101-0/+3
* r1392: Added password history code to tdbsam backend. Not yet tested (ie. mayJeremy Allison2007-10-101-1/+4
* r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison2007-10-101-1/+0
* Move tdbsam versioning/upgrade code into 3.0Jim McDonough2004-02-131-13/+175
* updates for tdbsam code to help make merge into head easier; needs a bit more...Gerald Carter2004-02-121-46/+53
* Don't set an iterator to a piece of free'd memory, store it first.Jeremy Allison2004-02-111-2/+3
* fix set/getsampwent iterator in tdbsam to use an allocated listGerald Carter2004-02-111-44/+101
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-3/+3
* removing unused functionGerald Carter2003-07-221-43/+0
* This creates passdb backend files automatically when adding first account.Rafal Szczesniak2003-07-201-1/+19
* fix unitialised variableGerald Carter2003-07-111-0/+6
* moving more code around.Gerald Carter2003-07-111-64/+13
* Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison2003-07-081-401/+3
* Cleaning up linking issues. sam/idmap*.c only links inGerald Carter2003-07-071-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-3/+3
* And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkeyVolker Lendecke2003-06-181-2/+13
* Fix a memory leak in pdb_tdb.c.Volker Lendecke2003-06-171-0/+2
* Make static (patch from metze)Jelmer Vernooij2003-06-171-1/+1
* The return value of init_module functions is NTSTATUS, not intJelmer Vernooij2003-06-171-3/+2
* Quieten another debug message.Tim Potter2003-06-161-1/+1
* I'm pretty sure these uint32's should be uid_t's. Can the passdb guysTim Potter2003-05-271-1/+1
* Fix obvious compiler warnings.Jeremy Allison2003-05-121-1/+0
* And finally IDMAP in 3_0Simo Sorce2003-05-121-104/+84
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-4/+4
* A new pdb_ldap!Andrew Bartlett2003-04-281-2/+2
* Merge idra's fix for pdb_tdb segfaults from HEAD to 3.0 - sombody changedAndrew Bartlett2003-04-231-3/+7
* Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij2003-04-151-16/+4
* Thanks to volker, merge passdb changes from HEAD:Andrew Bartlett2003-03-221-59/+0
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-48/+107
* syncing up with HEAD again....Gerald Carter2002-09-261-30/+40
* sync 3.0 branch with headJelmer Vernooij2002-08-171-3/+4
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-84/+142
* second step to gain free uid<->rid mappingSimo Sorce2002-03-191-74/+19
* more verbose checking in talloc and util_pwSimo Sorce2002-03-181-16/+19
* Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce2002-03-181-22/+87
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-021-5/+5
* update from 2.2Simo Sorce2002-02-011-2/+3
* Removed version number from file header.Tim Potter2002-01-301-1/+2
* Add some information tidbits to an error DEBUG().Andrew Bartlett2002-01-261-1/+1
* Passdb changes:Andrew Bartlett2002-01-251-5/+7
* getpwnam -> getpwnam_alloc.Andrew Bartlett2002-01-231-2/+4
* hmm, get it right this time.Simo Sorce2002-01-211-1/+1
* fix also the comment.Simo Sorce2002-01-211-2/+5
* replace getpwnam_alloc with plain getpwnam.Simo Sorce2002-01-211-2/+1
* getpwnam -> getpwnam_allocAndrew Bartlett2002-01-211-2/+3
* Inititialise the gid to what standard_sub_advanced wants for 'no value'.Andrew Bartlett2002-01-201-1/+1