summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2-68/+58
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+2
2002-11-23[merge from APP_HEAD]Gerald Carter1-2/+3
2002-11-15Updates from HEAD:Andrew Bartlett3-9/+6
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison5-17/+15
2002-11-09Fix bug found by tpot with given password server.Jeremy Allison1-1/+1
2002-11-08Merge from HEAD:Andrew Bartlett1-8/+9
2002-11-08Don't set global_machine_password_needs_changing ifTim Potter1-4/+6
2002-11-06Merge of get_dc_list() api change from HEAD.Tim Potter1-2/+17
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett2-10/+10
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-10-01Updates from Samba HEAD:Andrew Bartlett1-4/+4
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter6-169/+523
2002-08-17sync 3.0 branch with headJelmer Vernooij5-69/+178
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell12-232/+501
2002-04-07Spelling.Tim Potter1-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-24Spelling fixes.Tim Potter1-1/+1
2002-03-23Extra parinoa and DEBUG()s for the make_user_info_map() code.Andrew Bartlett1-4/+18
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter2-5/+5
2002-03-13Ensure we never use "" as a domain name (Win9X apparently does this for 'net ...Andrew Bartlett1-1/+6
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett2-16/+122
2002-03-01SECURITY FIXES:Andrew Bartlett1-6/+4
2002-03-01Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett1-1/+1
2002-02-28Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison1-11/+12
2002-02-27"user doesn't exist" isn't worthy of a level 1 debug. Make it level 3.Andrew Bartlett1-1/+1
2002-02-18serialise all domain auth requestsAndrew Tridgell1-1/+10
2002-02-05Fix use of uninitialsed variable in PAM codeAndrew Bartlett1-2/+2
2002-02-05Drastic impromvents to pam_winbind.Andrew Bartlett1-21/+2
2002-01-30Removed version number from file header.Tim Potter12-24/+12
2002-01-26Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett1-16/+2
2002-01-25Bring auth_winbind into line with the protocol changesAndrew Bartlett1-0/+3
2002-01-25Remove check for passwordserver = "*" as we now initialise it.Tim Potter1-1/+6
2002-01-20Spelling fixes.Tim Potter1-6/+6
2002-01-20This is another *BIG* change...Andrew Bartlett1-3/+1
2002-01-20Add a touch of 'const' to some auth components, and move the simple plaintextAndrew Bartlett2-32/+41
2002-01-18Don't do tridge's crazy 'am I a trusted domain' lookup for guests.Andrew Bartlett1-9/+12
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett3-6/+26
2002-01-15Commit the auth associated changes I missed from the last commit.Andrew Bartlett2-3/+5
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-11Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett2-28/+28
2002-01-09Better explanation message for dmalloc.Martin Pool1-1/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett11-532/+535
2002-01-02debug statement fixups.Jeremy Allison1-16/+16
2002-01-02Another touch of 'const'Andrew Bartlett1-1/+1