summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_domain.c
Commit message (Expand)AuthorAgeFilesLines
* r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...Gerald Carter2007-10-101-1/+1
* Remove bogus check. No functional change, just cosmetics.Volker Lendecke2004-02-021-5/+0
* BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t...Gerald Carter2004-01-151-4/+9
* Doxygen comment fix.Rafal Szczesniak2004-01-071-2/+5
* Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2004-01-051-2/+5
* Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison2003-08-281-3/+0
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+1
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-3/+3
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-301-209/+51
* Here's the code to make winbindd work on a Samba DCGerald Carter2003-06-291-1/+2
* add check for NT_STATUS_NOT_IMPLEMENTED in auth check so thatGerald Carter2003-06-281-14/+27
* large change:Gerald Carter2003-06-251-1/+1
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-1/+1
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-1/+1
* Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison2003-06-131-1/+1
* Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij2003-06-041-2/+2
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-2/+2
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-4/+4
* Merge auth changes from HEAD:Andrew Bartlett2003-04-241-1/+6
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-2/+8
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-161-1/+8
* (merge from HEAD)Andrew Bartlett2003-03-241-7/+0
* Mege from HEAD - doxygen.Andrew Bartlett2003-03-171-1/+1
* Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett2003-01-141-1/+2
* Make it clear that the credentials are being setup on the NETLOGON channel, andAndrew Bartlett2003-01-041-3/+3
* merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter2002-12-131-88/+8
* [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 from HEAD.Tim 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
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-3/+4
* sync 3.0 branch with headJelmer Vernooij2002-08-171-36/+103
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-77/+41
* 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
* Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett2002-01-261-16/+2
* Remove check for passwordserver = "*" as we now initialise it.Tim Potter2002-01-251-1/+6
* Fix a segfault in auth/auth_domain.c error cases.Andrew Bartlett2002-01-141-2/+1
* Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett2002-01-121-0/+4
* fixed a crash bug in domain auth caused by an uninitialised nt_statusAndrew Tridgell2002-01-111-1/+1