BIG patch...
[tprouty/samba.git] / source / passdb / pdb_interface.c
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...