Removed version number from file header.
[samba.git] / source3 / nsswitch / winbindd_util.c
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew BartlettChange the winbind interface to use seperate 'domain...
2002-01-20 Andrew BartlettThis patch makes the 'winbind use default domain' code...
2002-01-18 Andrew BartlettThis is the 'winbind default domain' patch from Alexand...
2002-01-11 Tim PotterAlways query the PDC for the list of trusted domains...
2002-01-10 Tim PotterA big tidyup while thinking about getting trusted domai...
2001-12-19 Andrew Tridgelladded trusted realm support to ADS authentication
2001-12-19 Andrew Tridgell- added initial support for trusted domains in winbindd_ads
2001-12-10 Andrew Tridgellmoved the domain sid lookup and enumeration of trusted...
2001-12-09 Andrew Tridgellcompletely new winbindd cache infrastructure
2001-12-05 Andrew Tridgellmoved the sequence number fetch into the backend, and...
2001-12-05 Andrew Tridgellfinally worked out how to do ldap lookups by binary...
2001-12-05 Jeremy AllisonFixed parse_domain_user to be bool.
2001-12-04 Andrew Tridgellmoved lookup_usergroups() into the backend structure
2001-12-04 Andrew Tridgelladded a query_user backend
2001-12-03 Andrew Tridgellput sid_to_name behind the winbindd backend interface
2001-12-03 Andrew Tridgelladded name_to_sid to the backend
2001-12-03 Andrew Tridgelladded a basic ADS backend to winbind. More work needed...
2001-12-03 Andrew Tridgellsplit winbindd_enum_dom_groups into the new backend...
2001-12-01 Andrew TridgellThe beginnings of alternative backends for winbindd
2001-11-27 Jeremy AllisonAdded negative caching to the user pw lookup by name...
2001-11-26 Tim PotterAnother merge from appliance-head: in [ug]id_to_sid...
2001-11-26 Tim PotterRemoved bogus SAFE_FREE() call of talloced return data...
2001-11-26 Tim PotterFixed some indentation.
2001-11-23 Jeremy AllisonSet type to NOTUSED if lookup fail.
2001-11-23 Martin PoolFinish 1.45 by removing redundant sid->string conversion in
2001-11-23 Martin PoolI think you were passing the name of the SID, rather...
2001-11-22 Jeremy AllisonGot positive and negative name caching working correctl...
2001-11-22 Jeremy AllisonFixed +ve caching. Still problems with -ve caching.
2001-11-22 Jeremy AllisonFixed caching of lookupname/lookupsid. Error in check...
2001-11-21 Jeremy AllisonW2K doesn't seem to respond to *#0 names in node status...
2001-11-21 Jeremy AllisonAdded transparent +ve caching for lookupname/lookupsid...
2001-11-19 Tim PotterMerge from 2.2.
2001-11-15 Tim PotterCaching user, group and domain sam handles was a stupid...
2001-11-15 Tim PotterAdded free_domain_info() function.
2001-10-31 Tim PotterAdded some extra fields to the auth_serversupplied_info...
2001-10-29 Tim PotterDon't reference tallocated memory that has already...
2001-10-19 Tim PotterFixed some memory leaks introduced by connection handli...
2001-10-19 Tim PotterConverted some more functions to create and dispose...
2001-10-14 Tim PotterSome reformatting.
2001-10-12 Tim PotterConverted a few winbind functions to use a talloc conte...
2001-10-12 Tim PotterRemoved some unused code from the recent cleanup.
2001-10-10 Tim PotterGot the rest of the group functions working. Did some...
2001-10-09 Tim PotterImplemented sam group handle stuff. getent group now...
2001-10-08 Tim PotterMore work on winbindd connection rewrite:
2001-10-05 Tim PotterThis is the start of a bit of a rewrite of winbindd...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Andrew Tridgellmore static/dead fns
2001-09-10 Andrew Tridgellkill a dead fn and make a local one static
2001-09-05 Andrew Tridgellmore warning fixes on solaris
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-22 Tim PotterAdded another authentication interface to winbindd...
2001-07-19 Tim PotterMerged across rewritten version of winbindd_kill_connec...
2001-07-18 Andrew Tridgellthe nss and pam modules in winbind don't have strchr_m...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-06-20 Tim PotterMerge from appliance branch:
2001-06-05 Andrew Tridgelldon't use c++ style comments
2001-05-15 Tim PotterMemory leak fixes from insure.
2001-05-14 Tim PotterCompile fixes for dynamic samr_query_userinfo() stuff.
2001-05-09 Tim PotterFixes from nsswitch testsuite. Lots of stuff works...
2001-05-08 Tim PotterMisc fixes to get winbindd working. We can now do...
2001-05-07 Tim PotterOK so I couldn't be as clever as I wanted to be with...
2001-05-07 Tim PotterPreliminary merge of winbind into HEAD. Note that...
2000-07-10 Tim PotterMoved winbind client functions from various odd locatio...
2000-05-12 Andrew Tridgelluse "winbind separator" in tng as well
2000-05-10 Andrew Tridgelltreat a blank "password server =" line as a "*" if...
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-10 Andrew Tridgellmore merging
2000-05-09 Andrew Tridgellbrought the winbindd code into head