summaryrefslogtreecommitdiff
path: root/source3/auth/auth_domain.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-02Map a useless error code to a useful one...Andrew Bartlett1-0/+5
2003-03-25- Support building all auth modules as .so'sJelmer Vernooij1-1/+1
2003-03-24- Add support to auth/ for the new modules systemJelmer Vernooij1-0/+7
2003-03-23NTLM Authentication:Andrew Bartlett1-7/+0
2003-03-14Extending code to work both in case of domain membershipRafal Szczesniak1-1/+1
2003-02-28Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd"Martin Pool1-1/+1
2003-01-13Always initialise this variable - and don't set the 'must change now' if it wasAndrew Bartlett1-1/+2
2002-12-12merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-90/+10
2002-12-01Make it clear that we might not be talking to a PDC here.Andrew Bartlett1-1/+1
2002-11-23[merge from APP_HEAD]Gerald Carter1-2/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-8/+7
2002-11-09Fix bug found by tpot with given password server.Jeremy Allison1-1/+1
2002-11-08Don't set global_machine_password_needs_changing ifTim Potter1-4/+6
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter1-2/+17
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-10/+23
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-1/+1
2002-09-06This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett1-1/+1
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau1-1/+2
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-2/+4
2002-07-31the ads_connect() here doesn't need to actually succeed, as its onlyAndrew Tridgell1-3/+1
2002-07-30Fix the build for now..Jim McDonough1-1/+1
2002-07-30net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell1-4/+6
2002-07-30a couple more minor tweaks. This now allows us to operate in ADS modeAndrew Tridgell1-4/+3
2002-07-302nd try at a fix for netbiosless connections to a ADS DC. This alsoAndrew Tridgell1-31/+90
2002-07-30removed a gratuitous standard_sub_basic() on the 'password server'Andrew Tridgell1-2/+0
2002-07-30- if we are in ADS mode then avoid an expensive netbios lookup to findAndrew Tridgell1-7/+16
2002-07-21Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter1-1/+1
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett1-1/+1
2002-07-20NT_STATUS_UNSUCCESSFUL just gets clients confused - move to NO_LOGON_SERVERSAndrew Bartlett1-11/+11
2002-07-09Make it clear that the debug comment is the same as the command being testedAndrew Bartlett1-1/+1
2002-07-02Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison1-1/+1
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett1-1/+1
2002-06-24Try to get security=domain at least slightly working.Andrew Bartlett1-1/+2
2002-06-15This patch does 2 things:Andrew Bartlett1-89/+12
2002-05-24Name the authentication modules, and therfore fix up both the build farmAndrew Bartlett1-0/+2
2002-05-24Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett1-1/+1
2002-05-24Move the authenticaion subsystem over to the same 'module:options' syntaxAndrew Bartlett1-6/+6
2002-05-21typo, sorrySimo Sorce1-1/+1
2002-05-21debug classizedSimo Sorce1-0/+3
2002-04-22Ensure auth requests from the same machine are completely serialized.Jeremy Allison1-5/+40
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett1-1/+1
2002-03-27Moved debug messages for grabbing/releasing mutex.Jeremy Allison1-2/+0
2002-03-26Don't hold the mutex for more than 20 seconds.Jeremy Allison1-2/+4
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-2/+2
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-16/+121
2002-03-01SECURITY FIXES:Andrew Bartlett1-6/+4
2002-02-28Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison1-11/+12
2002-02-18serialise all domain auth requestsAndrew Tridgell1-1/+10
2002-01-30Removed version number from file header.Tim Potter1-2/+1