(merge from HEAD)
[tprouty/samba.git] / source / auth / auth_domain.c
2003-03-24 Andrew Bartlett(merge from HEAD)
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-17 Andrew BartlettMege from HEAD - doxygen.
2003-03-14 Rafal SzczesniakExtending code to work both in case of domain membership
2003-02-28 Martin PoolDoxygen janitor: rpc_resolve_dc parameter is spelled...
2003-01-14 Andrew BartlettMerge indirection, signed/unsigned and uninitialiased...
2003-01-13 Andrew BartlettAlways initialise this variable - and don't set the...
2003-01-04 Andrew BartlettMake it clear that the credentials are being setup...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-13 Gerald CarterMerge ... get_dc_name()-like code from APP_HEAD; better...
2002-12-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-12 Gerald CarterMerge ... get_dc_name()-like code from APP_HEAD; better...
2002-12-01 Andrew BartlettMake it clear that we might not be talking to a PDC...
2002-11-23 Gerald Carter[merge from APP_HEAD]
2002-11-23 Gerald Carter[merge from APP_HEAD]
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-09 Jeremy AllisonFix bug found by tpot with given password server.
2002-11-09 Jeremy AllisonFix bug found by tpot with given password server.
2002-11-08 Tim PotterDon't set global_machine_password_needs_changing if
2002-11-08 Tim PotterDon't set global_machine_password_needs_changing if
2002-11-06 Tim PotterMerge of get_dc_list() api change from HEAD.
2002-11-06 Tim PotterMerge ... get_dc_list() api change. This was slightly...
2002-10-17 Jeremy AllisonAdded new error codes. Fix up connection code to retry...
2002-10-17 Jeremy AllisonAdded new error codes. Fix up connection code to retry...
2002-10-04 Gerald CarterMerge ... new client side support the Win2k LSARPC...
2002-10-04 Gerald CarterMerge ... new client side support the Win2k LSARPC...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-17 Andrew TridgellAdd clock skew handling to our kerberos code. This...
2002-09-06 Andrew BartlettThis is the 'easy' parts of the trusted domains patch...
2002-08-30 Jean-François Mico... added cli_net_auth_3 client code.
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-07-31 Andrew Tridgellthe ads_connect() here doesn't need to actually succeed...
2002-07-30 Jim McDonoughFix the build for now..
2002-07-30 Andrew Tridgellnet ads info now reports the IP of the LDAP server...
2002-07-30 Andrew Tridgella couple more minor tweaks. This now allows us to opera...
2002-07-30 Andrew Tridgell2nd try at a fix for netbiosless connections to a ADS...
2002-07-30 Andrew Tridgellremoved a gratuitous standard_sub_basic() on the 'passw...
2002-07-30 Andrew Tridgell- if we are in ADS mode then avoid an expensive netbios...
2002-07-21 Tim PotterRenamed all the new_cli_netlogon_* functions to cli_net...
2002-07-20 Andrew BartlettTry to fix up warnings - particularly on the IRIX 64...
2002-07-20 Andrew BartlettNT_STATUS_UNSUCCESSFUL just gets clients confused ...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-09 Andrew BartlettMake it clear that the debug comment is the same as...
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-06-25 Andrew BartlettUpdate cli_full_connection() to take a 'flags' paramate...
2002-06-24 Andrew BartlettTry to get security=domain at least slightly working.
2002-06-15 Andrew BartlettThis patch does 2 things:
2002-05-24 Andrew BartlettName the authentication modules, and therfore fix up...
2002-05-24 Andrew BartlettRemove the password length paramater from cli_full_conn...
2002-05-24 Andrew BartlettMove the authenticaion subsystem over to the same ...
2002-05-21 Simo Sorcetypo, sorry
2002-05-21 Simo Sorcedebug classized
2002-04-22 Jeremy AllisonEnsure auth requests from the same machine are complete...
2002-04-14 Andrew BartlettPartly based on the work by mimir (Rafal Szczesniak
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-27 Jeremy AllisonMoved debug messages for grabbing/releasing mutex.
2002-03-26 Jeremy AllisonDon't hold the mutex for more than 20 seconds.
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-02 Andrew BartlettAllow Samba to trust NT4 Domains.
2002-03-01 Andrew BartlettSECURITY FIXES:
2002-02-28 Jeremy AllisonEnsure that winbindd and smbd both use identical logic...
2002-02-18 Andrew Tridgellserialise all domain auth requests
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew BartlettFix up a security issue with the way we handle domain...
2002-01-25 Tim PotterRemove check for passwordserver = "*" as we now initial...
2002-01-14 Andrew BartlettFix a segfault in auth/auth_domain.c error cases.
2002-01-12 Andrew BartlettMany thanks to Alexander Bokovoy <a.bokovoy@sam-solutio...
2002-01-11 Andrew Tridgellfixed a crash bug in domain auth caused by an uninitial...
2002-01-11 Andrew BartlettThe DC is meant to be sent the *unmapped* username...
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2002-01-01 Andrew BartlettA farily large commit:
2001-12-14 Jim McDonoughIf domain SID can't be fetched, we shouldn't return...
2001-12-06 Jean-François Mico... again an intrusive patch:
2001-11-29 Tim PotterI think the lookup_pdc_name() should be called lookup_d...
2001-11-27 Andrew Tridgellfix sense of lp_allow_trusted_domains()
2001-11-26 Andrew BartlettA number of things to clean up the auth subsytem a...
2001-11-26 Tim Potterchallange -> challenge
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-26 Andrew BartlettThis compleats the of the authenticaion subystem into...
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-11 Andrew BartlettThis extra check isn't needed, we can only get here...
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-24 Tim PotterFixed incorrect debug.
2001-08-12 Andrew BartlettThis patch does a number of things, mostly smaller...
2001-08-10 Tim PotterUse the new client error api.
2001-08-03 Andrew BartlettThis is my 'Authentication Rewrite' version 1.01, mostl...