trying to get HEAD building again. If you want the code
[samba.git] / source / passdb / pdb_interface.c
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijPatch from metze and me that adds dummy smb_register_...
2003-05-01 Jelmer VernooijUse ints for the version numbers in the smb_register_...
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-24 Jelmer VernooijDeclare static function before using it
2003-04-21 Jelmer VernooijPdb modules are in $libdir/pdb not $libdir/passdb
2003-04-02 Jelmer VernooijAdd static
2003-03-30 Jelmer Vernooij- Point users at the HOWTO Collection instead of 'READM...
2003-03-22 Jelmer VernooijFALSE -> False (reported by Paul Green)
2003-03-20 Jelmer VernooijUse True, not TRUE and False, not FALSE
2003-03-19 Jelmer VernooijFix corrupt memory reading in smb_register_passdb
2003-03-19 Jelmer VernooijPut in the new modules system. It's now used by passdb...
2003-02-27 Jelmer Vernooij- Rename 'modules = ' to 'preload modules = '
2003-02-22 Andrew BartlettRemove 'unixsam' from the default passdb backends.
2003-01-02 Andrew BartlettBIG patch...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-11-15 Jelmer VernooijUse smb_register_passdb() - plus some small fixes
2002-11-15 Jelmer VernooijAdd smb_register_passdb()
2002-11-14 Jelmer VernooijRemove the #ifdef's for NISPLUS_SAM - there are no...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-10-25 Jelmer VernooijOnly run free_private_data when it's specified (reporte...
2002-10-21 Volker LendeckeThis moves the group mapping API into the passdb backend.
2002-09-26 Simo Sorcemove all the passdb internal interface to NTSTATUS
2002-09-25 Jelmer VernooijDon't crash when a backend doesn't have a setsampwent...
2002-08-20 Jelmer Vernooijpdb_nisplus converted to the new passdb system API's
2002-08-07 Andrew BartlettAdd const to a pile of const to *DOM_SID paramaters.
2002-07-28 Simo Sorcefound nasty bug in intl/lang_tdb.c tdb structure was...
2002-06-14 Simo Sorcemoved lp_list_* functions away from param/loadparm...
2002-06-14 Andrew BartlettIt looks like we never tested the 'cleanup' code, so...
2002-06-14 Andrew BartlettSome updates from ctrlsoft <jelmer@nl.linux.org> to...
2002-06-14 Andrew BartlettPatch from ctrlsoft to make the pluggable passdb subsys...
2002-05-26 Simo Sorcechange: pdb_getsampwrid() ->pdb_getsampwsid()
2002-05-24 Andrew BartlettSome of the updates from ctrlsoft's 'Various' patch:
2002-05-18 Simo Sorceso here it is the code to introduce seriously debuggggi...
2002-05-18 Andrew BartlettA few things in this commit:
2002-04-13 Andrew BartlettBetter handling of uid/gid -> RID and RID -> uid/gid...
2002-04-13 Andrew BartlettThis is the 'multiple pdb backends' patch from ctrlsoft...
2002-04-04 Tim PotterFixed memory leak in make_pdb_context_name()
2002-03-19 Simo Sorcesecond step to gain free uid<->rid mapping
2002-03-18 Simo SorceStart to switch away from the alghorithmic uid->rid...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-02 Andrew BartlettThis patch merges my private LDAP tree into HEAD.
2002-02-22 Andrew BartlettAdd the pdb_plugin module from Jelmer Vernooij <jelmer...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew Bartlettfix typo
2002-01-25 Andrew BartlettPassdb changes:
2002-01-20 Andrew BartlettThis is another *BIG* change...