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