Age | Commit message (Expand) | Author | Files | Lines |
2002-11-02 | Merge passdb from HEAD -> 3.0 | Andrew Bartlett | 1 | -48/+107 |
2002-09-26 | syncing up with HEAD again.... | Gerald Carter | 1 | -30/+40 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -3/+4 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -84/+142 |
2002-03-19 | second step to gain free uid<->rid mapping | Simo Sorce | 1 | -74/+19 |
2002-03-18 | more verbose checking in talloc and util_pw | Simo Sorce | 1 | -16/+19 |
2002-03-18 | Start to switch away from the alghorithmic uid->rid mapping model | Simo Sorce | 1 | -22/+87 |
2002-03-02 | This patch merges my private LDAP tree into HEAD. | Andrew Bartlett | 1 | -5/+5 |
2002-02-01 | update from 2.2 | Simo Sorce | 1 | -2/+3 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+2 |
2002-01-26 | Add some information tidbits to an error DEBUG(). | Andrew Bartlett | 1 | -1/+1 |
2002-01-25 | Passdb changes: | Andrew Bartlett | 1 | -5/+7 |
2002-01-23 | getpwnam -> getpwnam_alloc. | Andrew Bartlett | 1 | -2/+4 |
2002-01-21 | hmm, get it right this time. | Simo Sorce | 1 | -1/+1 |
2002-01-21 | fix also the comment. | Simo Sorce | 1 | -2/+5 |
2002-01-21 | replace getpwnam_alloc with plain getpwnam. | Simo Sorce | 1 | -2/+1 |
2002-01-21 | getpwnam -> getpwnam_alloc | Andrew Bartlett | 1 | -2/+3 |
2002-01-20 | Inititialise the gid to what standard_sub_advanced wants for 'no value'. | Andrew Bartlett | 1 | -1/+1 |
2002-01-20 | fixes from 2.2 | Simo Sorce | 1 | -93/+127 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -189/+232 |
2002-01-19 | fixes (asprintf) from 2.2 | Simo Sorce | 1 | -6/+6 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -2/+6 |
2002-01-15 | Change the passdb interface to use allocated strings. | Andrew Bartlett | 1 | -1/+1 |
2002-01-02 | Actually enforce the passdb API. | Andrew Bartlett | 1 | -1/+1 |
2001-12-31 | ops, froget to set the values. | Simo Sorce | 1 | -1/+7 |
2001-12-31 | port mods from 2.2 | Simo Sorce | 1 | -3/+36 |
2001-12-31 | Make --with-tdbsam compile again, given the new 'am I setting a default' flags. | Andrew Bartlett | 1 | -4/+4 |
2001-12-30 | util_sid.c - respect a const variabile (addedd strdup) | Simo Sorce | 1 | -22/+35 |
2001-12-30 | pdb_getsampwnuid() merge from 2.2 | Gerald Carter | 1 | -25/+0 |
2001-12-27 | moving SAM_ACCOUNT to include a bit field for initialized | Gerald Carter | 1 | -4/+4 |
2001-12-06 | again an intrusive patch: | Jean-François Micouleau | 1 | -2/+0 |
2001-11-25 | Don't close tdb twice. | Volker Lendecke | 1 | -1/+0 |
2001-11-04 | Fixup for accounts without a local /etc/passwd entry. | Andrew Bartlett | 1 | -9/+5 |
2001-11-01 | Various post AuthRewrite cleanups, fixups and tidyups. | Andrew Bartlett | 1 | -8/+4 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 1 | -19/+19 |
2001-10-29 | This commit is number 2 of 4. | Andrew Bartlett | 1 | -19/+8 |
2001-10-01 | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 1 | -3/+0 |
2001-09-29 | This is the passdb section of the previously mentioned commit. | Andrew Bartlett | 1 | -2/+1 |
2001-09-27 | minor fixes | Simo Sorce | 1 | -22/+10 |
2001-09-26 | Fix the uninitialised variable, but more importantly fix the SEGFAULT. | Andrew Bartlett | 1 | -2/+4 |
2001-09-26 | Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower) | Andrew Bartlett | 1 | -7/+9 |
2001-09-25 | Fixup passdb stuff to add new nisplus and ldap backends. | Jeremy Allison | 1 | -116/+127 |
2001-09-25 | Don't segfault when deleting accounts not in /etc/passwd. The RID we want is | Andrew Bartlett | 1 | -5/+2 |
2001-09-25 | memory leak fixes .. | Simo Sorce | 1 | -7/+21 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -1/+1 |
2001-09-14 | merges from 2.2 | Gerald Carter | 1 | -2/+2 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 1 | -7/+7 |
2001-08-31 | changed the data format in the tdb, as the time fields were not | Simo Sorce | 1 | -24/+29 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 1 | -7/+7 |
2001-07-12 | Changed instances of TRUE, FALSE to True, False as some compilers don't | Tim Potter | 1 | -1/+1 |