summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* Spelling.Tim Potter2002-06-121-1/+1
* Spelling fixes.Tim Potter2002-06-121-1/+1
* More cleanup work preparing for SMB signing.Jeremy Allison2002-06-011-3/+3
* Spelling fixes.Tim Potter2002-05-281-7/+7
* Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-251-28/+0
* Name the authentication modules, and therfore fix up both the build farmAndrew Bartlett2002-05-244-0/+6
* 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-248-38/+106
* Nobody uses this function, and there really doesn't seem much point toAndrew Bartlett2002-05-221-20/+0
* Cleanups!Andrew Bartlett2002-05-223-44/+30
* typo day :-(Simo Sorce2002-05-211-1/+1
* typo, sorrySimo Sorce2002-05-2111-11/+11
* debug classizedSimo Sorce2002-05-2112-0/+36
* 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
* Spelling.Tim Potter2002-04-071-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
* Spelling fixes.Tim Potter2002-03-241-1/+1
* Extra parinoa and DEBUG()s for the make_user_info_map() code.Andrew Bartlett2002-03-231-4/+18
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-172-5/+5
* Ensure we never use "" as a domain name (Win9X apparently does this for 'net ...Andrew Bartlett2002-03-131-1/+6
* Allow Samba to trust NT4 Domains.Andrew Bartlett2002-03-022-16/+122
* SECURITY FIXES:Andrew Bartlett2002-03-011-6/+4
* Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett2002-03-011-1/+1
* Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison2002-02-281-11/+12
* "user doesn't exist" isn't worthy of a level 1 debug. Make it level 3.Andrew Bartlett2002-02-271-1/+1
* serialise all domain auth requestsAndrew Tridgell2002-02-181-1/+10
* Fix use of uninitialsed variable in PAM codeAndrew Bartlett2002-02-051-2/+2
* Drastic impromvents to pam_winbind.Andrew Bartlett2002-02-051-21/+2
* Removed version number from file header.Tim Potter2002-01-3012-24/+12
* Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett2002-01-261-16/+2
* Bring auth_winbind into line with the protocol changesAndrew Bartlett2002-01-251-0/+3
* Remove check for passwordserver = "*" as we now initialise it.Tim Potter2002-01-251-1/+6
* Spelling fixes.Tim Potter2002-01-201-6/+6
* This is another *BIG* change...Andrew Bartlett2002-01-201-3/+1
* Add a touch of 'const' to some auth components, and move the simple plaintextAndrew Bartlett2002-01-202-32/+41
* Don't do tridge's crazy 'am I a trusted domain' lookup for guests.Andrew Bartlett2002-01-181-9/+12
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-173-6/+26
* Commit the auth associated changes I missed from the last commit.Andrew Bartlett2002-01-152-3/+5
* 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
* Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett2002-01-112-28/+28
* Better explanation message for dmalloc.Martin Pool2002-01-091-1/+1
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-0511-532/+535
* debug statement fixups.Jeremy Allison2002-01-021-16/+16
* Another touch of 'const'Andrew Bartlett2002-01-021-1/+1
* Allow usernames in the form of 'NT_STATUS_....' to map to that as the errorAndrew Bartlett2002-01-011-0/+6