Age | Commit message (Expand) | Author | Files | Lines |
2002-10-21 | This moves the group mapping API into the passdb backend. | Volker Lendecke | 1 | -0/+51 |
2002-10-12 | Nice *big* patch from metze. | Andrew Bartlett | 1 | -10/+10 |
2002-09-26 | move all the passdb internal interface to NTSTATUS | Simo Sorce | 1 | -31/+40 |
2002-08-21 | More hacks for 'guest account' to get it to show up with the right rid... | Andrew Bartlett | 1 | -1/+12 |
2002-08-17 | Quick hack to get around the inadequacy of pdb_smbpasswd. This should make the | Andrew Bartlett | 1 | -1/+1 |
2002-08-07 | Add const to a pile of const to *DOM_SID paramaters. | Andrew Bartlett | 1 | -1/+1 |
2002-07-14 | Fix up a botched prevoius commit. | Andrew Bartlett | 1 | -11/+10 |
2002-07-13 | Make smbpasswd behave like all the other backends, where a NULL or invalid | Andrew Bartlett | 1 | -7/+4 |
2002-06-14 | Patch from ctrlsoft to use the pdb_sethexpwd function in smbpasswd - instead | Andrew Bartlett | 1 | -48/+7 |
2002-06-14 | It looks like we never tested the 'cleanup' code, so when I triggered it | Andrew Bartlett | 1 | -3/+10 |
2002-06-13 | Latest patch from metze <metze@metzemix.de> to move most of samba across | Andrew Bartlett | 1 | -3/+4 |
2002-05-26 | change: pdb_getsampwrid() ->pdb_getsampwsid() | Simo Sorce | 1 | -2/+8 |
2002-05-18 | so here it is the code to introduce seriously debugggging classes. | Simo Sorce | 1 | -0/+2 |
2002-05-18 | Remove const from some functions to match the changed prototype in a | Andrew Bartlett | 1 | -7/+5 |
2002-05-18 | Passdb: | Andrew Bartlett | 1 | -26/+18 |
2002-05-18 | A few things in this commit: | Andrew Bartlett | 1 | -51/+4 |
2002-04-13 | Better handling of uid/gid -> RID and RID -> uid/gid code. | Andrew Bartlett | 1 | -23/+5 |
2002-04-13 | This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij | Andrew Bartlett | 1 | -17/+17 |
2002-03-20 | Allow a zero rid in pdb_smbpasswd. When given a zero rid the pdb backend | Andrew Bartlett | 1 | -1/+3 |
2002-03-19 | second step to gain free uid<->rid mapping | Simo Sorce | 1 | -21/+18 |
2002-03-18 | Start to switch away from the alghorithmic uid->rid mapping model | Simo Sorce | 1 | -0/+21 |
2002-03-06 | Fix SIGSEGV on error message when trying to add a user to smbpasswd file with... | Jim McDonough | 1 | -1/+1 |
2002-03-02 | This patch merges my private LDAP tree into HEAD. | Andrew Bartlett | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+2 |
2002-01-25 | Passdb changes: | Andrew Bartlett | 1 | -1/+4 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -201/+331 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -3/+5 |
2001-12-31 | some merges from 2.2. Still need to merge in changes from pdb_tdb.c | Gerald Carter | 1 | -7/+7 |
2001-12-30 | pdb_getsampwnuid() merge from 2.2 | Gerald Carter | 1 | -42/+0 |
2001-12-27 | moving SAM_ACCOUNT to include a bit field for initialized | Gerald Carter | 1 | -10/+12 |
2001-12-06 | again an intrusive patch: | Jean-François Micouleau | 1 | -15/+5 |
2001-12-04 | added a boolean to the group mapping functions to specify if we need or | Jean-François Micouleau | 1 | -2/+1 |
2001-12-02 | added mapping of primary gid to rid thru the group mapping code. | Jean-François Micouleau | 1 | -3/+28 |
2001-11-27 | unable to open smbpasswd on initial create should only be a warning | Andrew Tridgell | 1 | -1/+1 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -1/+1 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -6/+17 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 1 | -8/+8 |
2001-10-29 | This commit is number 2 of 4. | Andrew Bartlett | 1 | -42/+42 |
2001-10-03 | Ensure accessing NT member servers works with a Samba PDC. Don't | Jeremy Allison | 1 | -1/+1 |
2001-10-02 | Fixed the bug with member servers in a Samba PDC hosted domain not allowing | Jeremy Allison | 1 | -13/+11 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-10-01 | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 1 | -4/+5 |
2001-09-25 | Fixup passdb stuff to add new nisplus and ldap backends. | Jeremy Allison | 1 | -22/+12 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -4/+4 |
2001-09-06 | Started a cleanup of smbpasswd related stuff. I've created a new file | Tim Potter | 1 | -6/+6 |
2001-08-23 | merge from 2.2 | Gerald Carter | 1 | -3/+14 |
2001-08-09 | a few cleanups while mergeing the passdb code into 2.2 | Gerald Carter | 1 | -3/+0 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -4/+4 |
2001-05-04 | Big cleanup of passdb and backends. | Jean-François Micouleau | 1 | -104/+118 |
2001-04-28 | few cleanups to bring in line with 2.2 | Gerald Carter | 1 | -2/+0 |