summaryrefslogtreecommitdiff
path: root/source3/auth/auth_domain.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-26Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett1-16/+2
2002-01-25Remove check for passwordserver = "*" as we now initialise it.Tim Potter1-1/+6
2002-01-14Fix a segfault in auth/auth_domain.c error cases.Andrew Bartlett1-2/+1
2002-01-12Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett1-0/+4
2002-01-11fixed a crash bug in domain auth caused by an uninitialised nt_statusAndrew Tridgell1-1/+1
2002-01-11The DC is meant to be sent the *unmapped* username...Andrew Bartlett1-1/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-18/+33
2002-01-01A farily large commit:Andrew Bartlett1-147/+99
2001-12-14If domain SID can't be fetched, we shouldn't return NT_STATUS_NO_MEMORY. It ...Jim McDonough1-1/+1
2001-12-06again an intrusive patch:Jean-François Micouleau1-1/+2
2001-11-29I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter1-1/+1
2001-11-27fix sense of lp_allow_trusted_domains()Andrew Tridgell1-1/+1
2001-11-26A number of things to clean up the auth subsytem a bit...Andrew Bartlett1-11/+16
2001-11-26challange -> challengeTim Potter1-1/+1
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-5/+3
2001-11-26This compleats the of the authenticaion subystem into the new 'auth'Andrew Bartlett1-1/+410
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-3/+15
2001-11-11This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett1-3/+0
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-3/+3
2001-08-24Fixed incorrect debug.Tim Potter1-4/+1
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-355/+19
2001-08-10Use the new client error api.Tim Potter1-1/+1