Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-05-18 | A few things in this commit: | Andrew Bartlett | 1 | -3/+13 |
2002-04-13 | Better handling of uid/gid -> RID and RID -> uid/gid code. | Andrew Bartlett | 1 | -1/+1 |
2002-04-13 | This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij | Andrew Bartlett | 1 | -101/+199 |
2002-04-04 | Fixed memory leak in make_pdb_context_name() | Tim Potter | 1 | -17/+25 |
2002-03-19 | second step to gain free uid<->rid mapping | Simo Sorce | 1 | -45/+1 |
2002-03-18 | Start to switch away from the alghorithmic uid->rid mapping model | Simo Sorce | 1 | -0/+44 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -1/+1 |
2002-03-02 | This patch merges my private LDAP tree into HEAD. | Andrew Bartlett | 1 | -3/+4 |
2002-02-22 | Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>. | Andrew Bartlett | 1 | -3/+4 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | fix typo | Andrew Bartlett | 1 | -1/+1 |
2002-01-25 | Passdb changes: | Andrew Bartlett | 1 | -5/+19 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -0/+368 |