summaryrefslogtreecommitdiffstats
path: root/source/passdb/pdb_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor fixesSimo Sorce2001-09-271-22/+10
* Fix the uninitialised variable, but more importantly fix the SEGFAULT.Andrew Bartlett2001-09-261-2/+4
* Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower)Andrew Bartlett2001-09-261-7/+9
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-251-116/+127
* Don't segfault when deleting accounts not in /etc/passwd. The RID we want isAndrew Bartlett2001-09-251-5/+2
* memory leak fixes ..Simo Sorce2001-09-251-7/+21
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* merges from 2.2Gerald Carter2001-09-141-2/+2
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-7/+7