Make sure we have a default st_blocksize.
[bbaumbach/samba-autobuild/.git] / source3 / nsswitch /
2002-12-01 Andrew BartlettRemove extra headers, and ensure that we correctly...
2002-11-26 Andrew BartlettAfter consultation with tpot, remove the 'winbind_domai...
2002-11-26 Andrew BartlettHaving waited for *way* too long, this is mimir's namec...
2002-11-23 Gerald Carter[merge from APP_HEAD]
2002-11-18 Tim PotterBug fix from appliance - we must initialise the winbind...
2002-11-15 Gerald Carterenable enumeration of domain local groups using LDAP...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-09 Gerald Carterremove accidental debug code..
2002-11-08 Gerald Carterdefunct winbindd fix from APP_HEAD
2002-11-08 Andrew BartlettCompleatly remove support for logfile truncation. ...
2002-11-07 Tim PotterRemove lp_security() checks for winbindd as this is...
2002-11-07 Tim PotterCall winbindd_param_init() earlier on in the piece...
2002-11-06 Tim PotterMerge ... get_dc_list() api change. This was slightly...
2002-11-05 Tim PotterMerge ... lp_talloc_free() call in init_domain_list...
2002-11-02 Tim PotterFix --set-auth-user command to delete entries from...
2002-11-02 Tim PotterSome winbindd cleanups I made trying to fix cr1020:
2002-11-02 Tim PotterHandle the case where the password used in RPC connecti...
2002-10-26 Andrew BartlettUpdates to winbind's PAM client and server - make the...
2002-10-23 Andrew Tridgellmuch simpler code to choose a DC to contact in winbindd...
2002-10-23 Andrew Tridgellif trusted domains are disabled then we should not...
2002-10-18 Herb Lewismust add one to the extra_data size to transfer the...
2002-10-18 Gerald CarterNULL enum_local_groups for ads winbindd (temporary...
2002-10-17 Jeremy AllisonAdded new error codes. Fix up connection code to retry...
2002-10-15 Andrew Tridgell- we need to rescan the trusted domain list regularly...
2002-10-15 Jeremy AllisonFix spelling of background_process.
2002-10-15 Jeremy AllisonChange to use sys_read/sys_write.
2002-10-08 Gerald Cartermerge from APP_HEAD
2002-10-05 Jelmer VernooijDon't use usage function, but use popt for usage and...
2002-10-04 Gerald Carterfix typo
2002-10-04 Gerald Cartermerge native_mode flag in winbindd_domain struct from...
2002-10-04 Gerald CarterMerge ... new client side support the Win2k LSARPC...
2002-10-01 Jeremy AllisonDoh ! Lookup name before checking negative cache (the...
2002-09-30 Jeremy AllisonFix memory leak in getting DC list. Remember to exclude...
2002-09-27 Andrew BartlettMove a number of ADS related functions out into utility...
2002-09-25 Gerald Carterfix getpass replacement check (i thought I fixed this...
2002-09-24 Jeremy AllisonMoved -ve cache check to correct place.
2002-09-17 Jeremy AllisonReverted my earlier change. It was incorrect. We must...
2002-09-17 Jeremy AllisonOnly create the pidfile once we're ready to receive...
2002-09-17 Andrew TridgellAdd clock skew handling to our kerberos code. This...
2002-09-15 Jelmer VernooijPut unixsocket calls between #ifdef HAVE_UNIXSOCKET...
2002-09-12 Tim PotterMerge undone cleanups.
2002-09-12 Tim PotterMerge of winbind auth cleanups from appliance.
2002-09-12 Tim PotterMerge of cut&paste fix from appliance.
2002-09-12 Tim PotterSpelling fix.
2002-09-11 Tim PotterPut pid number in invalid request size debug.
2002-09-11 Tim PotterBugfix merge:
2002-09-07 Andrew BartlettThis is the 'main' inclue for for winbind clients ...
2002-09-07 Andrew BartlettDon't leak file desciptors in this (impossible?) error...
2002-09-07 Andrew BartlettWinbind client-side cleanups.
2002-09-06 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix.de>
2002-09-04 Tim PotterQuietened some debugs.
2002-08-30 Jean-François Mico... added cli_net_auth_3 client code.
2002-08-29 Andrew Tridgellfix connecting to a BDC when the PDC is down but in...
2002-08-29 Andrew Tridgellfix connecting to a BDC when the PDC is down but in...
2002-08-29 Jelmer VernooijUse popt for --help
2002-08-27 Tim PotterFix typo in debug.
2002-08-23 Tim PotterMoved calculation of secure channel type into a new...
2002-08-21 Jelmer VernooijPatch from Paul Green <Paul.Green@stratus.com> to be...
2002-08-18 Andrew Tridgellbe a bit more paranoid about not getting duplicate...
2002-08-17 Andrew BartlettBecouse of changes to the meaning of this feild over...
2002-08-16 Tim PotterMerge of netbios namecache code from APPLIANCE_HEAD.
2002-08-07 Andrew BartlettAdd some more const :-)
2002-08-05 Andrew Tridgellfixed wbinfo -t for netbiosless domains
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-07-31 Andrew BartlettWinbind updates!
2002-07-31 Andrew Tridgellsupport netbiosless search for the DC using ADS in...
2002-07-30 Tim PotterFixed for memory leak in connection caching code when...
2002-07-24 Andrew BartlettAdd another message rather than 'internal module error'
2002-07-21 Andrew BartlettAnother smattering of static and const
2002-07-21 Tim PotterRenamed all the new_cli_netlogon_* functions to cli_net...
2002-07-21 Andrew BartlettCompilers do find bugs :-)
2002-07-20 Andrew BartlettTry to fix up warnings - particularly on the IRIX 64...
2002-07-15 Andrew Tridgellfixed a number of real bugs found by warnings on the...
2002-07-14 Andrew Tridgellafter thinking about the env variable hack for avoiding...
2002-07-14 Andrew Tridgellthis is a trick to work around the fact that posix...
2002-07-13 Andrew BartlettI just noticed that I never added my copyright when...
2002-07-11 Tim PotterUsage fixes from APPLIANCE_HEAD.
2002-07-11 Tim PotterMerge of init_domain_list() fix from APPLIANCE_HEAD.
2002-07-11 Andrew Tridgellthis implements a completely new strategy for fetching...
2002-07-03 Andrew BartlettKill off codepage related stuff, now we don't use codep...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-07-01 Andrew Tridgellfixed a bug handling startup when the ads server is...
2002-06-27 Andrew TridgellThe next phase in the WINS rewrite!
2002-06-26 Andrew TridgellThis commit finally gives us multiple wins server group...
2002-06-25 Andrew BartlettUpdate cli_full_connection() to take a 'flags' paramate...
2002-06-25 Andrew BartlettAdd a couple more DEBUG()s to winbindd.
2002-06-20 Jeremy AllisonFix from Andrew Esh for not checking return code.
2002-06-18 Simo Sorcemore debug classess activated
2002-06-13 Andrew BartlettLatest patch from metze <metze@metzemix.de> to move...
2002-06-12 Tim PotterIgnore winbindd_proto.h
2002-06-10 Andrew BartlettRemove "sids.h" as it really wasn't being used anywhere...
2002-06-10 Andrew BartlettWith this file being automaticly regenerated, and clean...
2002-06-07 Jeremy AllisonMerge pidfile fix.
2002-06-05 Tim PotterStore cache entry keys that have RID values in decimal...
2002-06-05 Jeremy AllisonFix for Linux kernel bug where signal mask set within...
2002-06-04 Tim PotterStore the key for a name to sid cache entry in upper...
2002-06-04 Tim PotterFixed some formatting.
2002-06-03 Andrew Tridgellfixed some debug messages
2002-06-02 Tim PotterThe last element of the definitions of enums can't...
2002-05-29 Gerald Cartermerge from 2.2
next