Age | Commit message (Expand) | Author | Files | Lines |
2003-11-03 | TDBSAM update code from Aur?lien Degr?mont <adegremont@idealx.com>. | Jeremy Allison | 1 | -6/+178 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -3/+3 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -43/+18 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -470/+39 |
2003-05-28 | Merge of uint32/uid_t mismatch from 3.0 | Tim Potter | 1 | -1/+1 |
2003-05-12 | Fix compiler warnings. | Jeremy Allison | 1 | -1/+0 |
2003-05-01 | fix wrong debug messages in idmap_util.c | Simo Sorce | 1 | -3/+8 |
2003-04-30 | correctly initiazlize idmap tdb when creationg new | Simo Sorce | 1 | -1/+1 |
2003-04-29 | forgot to remove getpwnam | Simo Sorce | 1 | -20/+0 |
2003-04-29 | This is a nice rewrite: | Simo Sorce | 1 | -48/+25 |
2003-04-29 | Change order of parameters to smb_register_passdb() | Jelmer Vernooij | 1 | -1/+1 |
2003-04-29 | ok next_rid out as well local_*id_to*id functions | Simo Sorce | 1 | -2/+45 |
2003-04-27 | prepare to get _nua out of the door (but back in from the window ;-) | Simo Sorce | 1 | -32/+7 |
2003-04-17 | seem that someone changed the semanthic of unix_strlower without fixing all | Simo Sorce | 1 | -3/+7 |
2003-03-22 | Return value in non-void function | Jelmer Vernooij | 1 | -0/+1 |
2003-03-19 | Put in the new modules system. It's now used by passdb and rpc. I will | Jelmer Vernooij | 1 | -16/+3 |
2003-02-22 | Remove 'unixsam' from the default passdb backends. | Andrew Bartlett | 1 | -59/+0 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -1/+1 |
2002-10-21 | This moves the group mapping API into the passdb backend. | Volker Lendecke | 1 | -0/+59 |
2002-10-12 | Nice *big* patch from metze. | Andrew Bartlett | 1 | -48/+48 |
2002-09-26 | move all the passdb internal interface to NTSTATUS | Simo Sorce | 1 | -30/+40 |
2002-08-07 | Add const to a pile of const to *DOM_SID paramaters. | Andrew Bartlett | 1 | -1/+1 |
2002-07-26 | Mimir has been busy with patches again, and sent in the following | Andrew Bartlett | 1 | -1/+1 |
2002-07-21 | Name get and set dir drive functions consistently. | Tim Potter | 1 | -1/+2 |
2002-07-14 | addedd new (t)alloc_sub_* functions | Simo Sorce | 1 | -5/+5 |
2002-06-13 | Latest patch from metze <metze@metzemix.de> to move most of samba across | Andrew Bartlett | 1 | -6/+7 |
2002-05-26 | change: pdb_getsampwrid() ->pdb_getsampwsid() | Simo Sorce | 1 | -2/+9 |
2002-05-25 | Remove unused variable, fix functions to match prototypes in the various | Andrew Bartlett | 1 | -6/+5 |
2002-05-18 | so here it is the code to introduce seriously debugggging classes. | Simo Sorce | 1 | -2/+23 |
2002-05-18 | A few things in this commit: | Andrew Bartlett | 1 | -46/+53 |
2002-04-13 | Better handling of uid/gid -> RID and RID -> uid/gid code. | Andrew Bartlett | 1 | -11/+34 |
2002-04-13 | This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij | Andrew Bartlett | 1 | -19/+19 |
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 |