summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_tdb.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-30pdb_getsampwnuid() merge from 2.2Gerald Carter1-25/+0
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-4/+4
2001-12-06again an intrusive patch:Jean-François Micouleau1-2/+0
2001-11-25Don't close tdb twice.Volker Lendecke1-1/+0
2001-11-04Fixup for accounts without a local /etc/passwd entry.Andrew Bartlett1-9/+5
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett1-8/+4
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-19/+19
2001-10-29This commit is number 2 of 4.Andrew Bartlett1-19/+8
2001-10-01- fix handling of 0 last_change_time and must_change_timeAndrew Tridgell1-3/+0
2001-09-29This is the passdb section of the previously mentioned commit.Andrew Bartlett1-2/+1
2001-09-27minor fixesSimo Sorce1-22/+10
2001-09-26Fix the uninitialised variable, but more importantly fix the SEGFAULT.Andrew Bartlett1-2/+4
2001-09-26Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower)Andrew Bartlett1-7/+9