summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_domain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* The DC is meant to be sent the *unmapped* username...Andrew Bartlett2002-01-111-1/+1
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-18/+33
* A farily large commit:Andrew Bartlett2002-01-011-147/+99
* If domain SID can't be fetched, we shouldn't return NT_STATUS_NO_MEMORY. It ...Jim McDonough2001-12-141-1/+1
* again an intrusive patch:Jean-François Micouleau2001-12-061-1/+2
* I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter2001-11-291-1/+1
* fix sense of lp_allow_trusted_domains()Andrew Tridgell2001-11-271-1/+1
* A number of things to clean up the auth subsytem a bit...Andrew Bartlett2001-11-261-11/+16
* challange -> challengeTim Potter2001-11-261-1/+1
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-5/+3
* This compleats the of the authenticaion subystem into the new 'auth'Andrew Bartlett2001-11-261-1/+410
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-3/+15
* This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett2001-11-111-3/+0
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-3/+3
* Fixed incorrect debug.Tim Potter2001-08-241-4/+1
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-121-355/+19
* Use the new client error api.Tim Potter2001-08-101-1/+1
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-0/+417