summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_tdb.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-20Inititialise the gid to what standard_sub_advanced wants for 'no value'.Andrew Bartlett1-1/+1
2002-01-20fixes from 2.2Simo Sorce1-93/+127
2002-01-20This is another *BIG* change...Andrew Bartlett1-189/+232
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-6/+6
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-2/+6
2002-01-15Change the passdb interface to use allocated strings.Andrew Bartlett1-1/+1
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-1/+1
2001-12-31ops, froget to set the values.Simo Sorce1-1/+7
2001-12-31port mods from 2.2Simo Sorce1-3/+36
2001-12-31Make --with-tdbsam compile again, given the new 'am I setting a default' flags.Andrew Bartlett1-4/+4
2001-12-30util_sid.c - respect a const variabile (addedd strdup)Simo Sorce1-22/+35