Apply some const
[samba.git] / source / nsswitch / winbindd_rpc.c
2004-03-10 Volker LendeckeApply some const
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-06 Andrew BartlettMerge winbind from Samba 3.0 onto HEAD.
2004-01-06 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlettrpc_client/cli_lsarpc.c:
2004-01-05 Andrew Bartlett(merge from 3.0)
2003-11-27 Gerald Carteruse samr_dispinfo(level == 1) for enumerating domain...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-03-03 Jeremy AllisonFix "might be used uninitialised" warnings.
2003-02-28 Andrew Tridgellfixed a crash bug in the new winbindd 'sids rule!'...
2003-02-26 Andrew BartlettKill RID-only and domain+RID madness from winbind.
2003-02-26 Tim PotterMerge from appliance:
2003-02-15 Jeremy AllisonPatch based on work by Michael Steffens <michael_steffe...
2003-01-29 Tim PotterUse new interface for cli_samr_query_dispinfo().
2003-01-06 Jeremy AllisonFix from "Ken Cross" <kcross@nssolutions.com> for enume...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-10-08 Gerald Cartermerge from APP_HEAD
2002-09-11 Tim PotterBugfix merge:
2002-09-04 Tim PotterQuietened some debugs.
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-07-14 Andrew Tridgellthis is a trick to work around the fact that posix...
2002-06-20 Jeremy AllisonFix from Andrew Esh for not checking return code.
2002-06-18 Simo Sorcemore debug classess activated
2002-05-17 Andrew BartlettA few more trusted domains updates from mimir.
2002-04-14 Tim PotterThe cli_lsa_lookup_{names,sids} functions were returnin...
2002-04-11 Andrew Tridgellpossibly fix the 15000 user problem
2002-04-04 Jeremy AllisonFixed the handle leak in the connection management...
2002-03-24 Tim PotterSpelling fixes.
2002-01-31 Andrew Tridgellreduced memory usage in winbindd with a rpc backend...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew BartlettBack out some of the less well thought out ideas from...
2002-01-20 Andrew BartlettThis patch makes the 'winbind use default domain' code...
2002-01-12 Andrew BartlettMany thanks to Alexander Bokovoy <a.bokovoy@sam-solutio...
2002-01-10 Tim PotterA big tidyup while thinking about getting trusted domai...
2001-12-11 Andrew Tridgellremoved the start_ndx parameter from group enumeration
2001-12-11 Andrew Tridgellgot rid of start_ndx from query_user_list()
2001-12-10 Andrew Tridgellrobustness fixes and moved ccache location into winbind...
2001-12-10 Andrew Tridgellwinbindd backends can now be marked "consistent" or...
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-04 Andrew Tridgelladded lookup_groups() to the ads backend
2001-12-04 Andrew Tridgellmoved lookup_usergroups() into the backend structure
2001-12-04 Andrew Tridgelladded a query_user backend
2001-12-03 Andrew Tridgellchanged query_dispinfo to query_user_list
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...