summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_tdb.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixes from 2.2Simo Sorce2002-01-201-93/+127
* This is another *BIG* change...Andrew Bartlett2002-01-201-189/+232
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-6/+6
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-2/+6
* Change the passdb interface to use allocated strings.Andrew Bartlett2002-01-151-1/+1
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-1/+1
* ops, froget to set the values.Simo Sorce2001-12-311-1/+7
* port mods from 2.2Simo Sorce2001-12-311-3/+36
* Make --with-tdbsam compile again, given the new 'am I setting a default' flags.Andrew Bartlett2001-12-311-4/+4
* util_sid.c - respect a const variabile (addedd strdup)Simo Sorce2001-12-301-22/+35
* pdb_getsampwnuid() merge from 2.2Gerald Carter2001-12-301-25/+0
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-4/+4
* again an intrusive patch:Jean-François Micouleau2001-12-061-2/+0
* Don't close tdb twice.Volker Lendecke2001-11-251-1/+0
* Fixup for accounts without a local /etc/passwd entry.Andrew Bartlett2001-11-041-9/+5
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-011-8/+4
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-19/+19
* This commit is number 2 of 4.Andrew Bartlett2001-10-291-19/+8
* - fix handling of 0 last_change_time and must_change_timeAndrew Tridgell2001-10-011-3/+0
* This is the passdb section of the previously mentioned commit.Andrew Bartlett2001-09-291-2/+1