Age | Commit message (Expand) | Author | Files | Lines |
2004-03-13 | Add find_alias, create_alias, delete_alias, get_aliasinfo, set_aliasinfo and | Volker Lendecke | 1 | -0/+178 |
2004-03-09 | 1) Two new functions to trust passwords interface in passdb: | Rafal Szczesniak | 1 | -0/+67 |
2004-03-02 | Let's be polite with poorer backends ;-) | Simo Sorce | 1 | -1/+3 |
2004-03-01 | Ok here it is my latest work on privileges | Simo Sorce | 1 | -0/+157 |
2004-03-01 | When asked to delete an alias member, don't add it ... | Volker Lendecke | 1 | -1/+1 |
2004-02-29 | Apply my experimental aliases support to HEAD. This will be a bit difficult to | Volker Lendecke | 1 | -0/+121 |
2004-02-26 | And another little const | Volker Lendecke | 1 | -1/+1 |
2004-02-12 | abartlet's pdb_set/changed flag fix for NULL passwords | Gerald Carter | 1 | -6/+4 |
2004-02-12 | merges from 3.0 | Gerald Carter | 1 | -2/+2 |
2004-01-30 | disable any account that doesn't have a password and doesn't had the ACB_PWNO... | Gerald Carter | 1 | -6/+12 |
2004-01-29 | more initialization fixes | Gerald Carter | 1 | -0/+22 |
2004-01-29 | merge from 3.0 | Gerald Carter | 1 | -0/+41 |
2004-01-15 | Remove unused variables. | Rafal Szczesniak | 1 | -3/+0 |
2004-01-07 | Prototype version of trust passwords moved to SAM/pdb. This is | Rafal Szczesniak | 1 | -0/+141 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -2/+2 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -21/+49 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett. | Jelmer Vernooij | 1 | -2/+2 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions | Jelmer Vernooij | 1 | -2/+2 |
2003-05-01 | Use ints for the version numbers in the smb_register_*() functions (patch by ... | Jelmer Vernooij | 1 | -1/+1 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -7/+17 |
2003-04-24 | Declare static function before using it | Jelmer Vernooij | 1 | -0/+2 |
2003-04-21 | Pdb modules are in $libdir/pdb not $libdir/passdb | Jelmer Vernooij | 1 | -12/+5 |
2003-04-02 | Add static | Jelmer Vernooij | 1 | -1/+1 |
2003-03-30 | - Point users at the HOWTO Collection instead of 'README' in modules/mysql.c | Jelmer Vernooij | 1 | -1/+4 |
2003-03-22 | FALSE -> False (reported by Paul Green) | Jelmer Vernooij | 1 | -1/+1 |
2003-03-20 | Use True, not TRUE and False, not FALSE | Jelmer Vernooij | 1 | -1/+1 |
2003-03-19 | Fix corrupt memory reading in smb_register_passdb | Jelmer Vernooij | 1 | -1/+1 |
2003-03-19 | Put in the new modules system. It's now used by passdb and rpc. I will | Jelmer Vernooij | 1 | -35/+15 |
2003-02-27 | - Rename 'modules = ' to 'preload modules = ' | Jelmer Vernooij | 1 | -19/+34 |
2003-02-22 | Remove 'unixsam' from the default passdb backends. | Andrew Bartlett | 1 | -0/+63 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -3/+3 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -1/+1 |
2002-11-15 | Use smb_register_passdb() - plus some small fixes | Jelmer Vernooij | 1 | -1/+0 |
2002-11-15 | Add smb_register_passdb() | Jelmer Vernooij | 1 | -8/+59 |
2002-11-14 | Remove the #ifdef's for NISPLUS_SAM - there are no function name collisions a... | Jelmer Vernooij | 1 | -4/+0 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -2/+2 |
2002-10-25 | Only run free_private_data when it's specified (reported by Steve Langasek ak... | Jelmer Vernooij | 1 | -1/+2 |
2002-10-21 | This moves the group mapping API into the passdb backend. | Volker Lendecke | 1 | -0/+223 |
2002-09-26 | move all the passdb internal interface to NTSTATUS | Simo Sorce | 1 | -58/+58 |
2002-09-25 | Don't crash when a backend doesn't have a setsampwent function available - bu... | Jelmer Vernooij | 1 | -2/+2 |
2002-08-20 | pdb_nisplus converted to the new passdb system API's | Jelmer Vernooij | 1 | -0/+1 |
2002-08-07 | Add const to a pile of const to *DOM_SID paramaters. | Andrew Bartlett | 1 | -2/+2 |
2002-07-28 | found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul... | Simo Sorce | 1 | -1/+1 |
2002-06-14 | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 1 | -2/+2 |
2002-06-14 | It looks like we never tested the 'cleanup' code, so when I triggered it | Andrew Bartlett | 1 | -9/+10 |
2002-06-14 | Some updates from ctrlsoft <jelmer@nl.linux.org> to return failure if *any* of | Andrew Bartlett | 1 | -19/+20 |
2002-06-14 | Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_list | Andrew Bartlett | 1 | -24/+25 |
2002-05-26 | change: pdb_getsampwrid() ->pdb_getsampwsid() | Simo Sorce | 1 | -5/+5 |
2002-05-24 | Some of the updates from ctrlsoft's 'Various' patch: | Andrew Bartlett | 1 | -17/+18 |
2002-05-18 | so here it is the code to introduce seriously debugggging classes. | Simo Sorce | 1 | -0/+3 |