summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
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-20Add support for a weird behaviour apparently used by Win9X pass-throughAndrew Bartlett1-2/+17
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 Allison3-3/+3
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 Bartlett2-8/+13
2002-06-15This patch does 2 things:Andrew Bartlett3-96/+225
2002-06-15Add another 'trivial' built in authentication module - this one is aAndrew Bartlett1-0/+50
2002-06-15It appears that to match NT we should not use the 'samstrict' behaviour,Andrew Bartlett1-3/+5
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce1-10/+10
2002-06-12Spelling.Tim Potter1-1/+1
2002-06-12Spelling fixes.Tim Potter1-1/+1
2002-06-01More cleanup work preparing for SMB signing.Jeremy Allison1-3/+3
2002-05-28Spelling fixes.Tim Potter1-7/+7
2002-05-25Clean up a few unused functions, add a bit of static etc.Andrew Bartlett1-28/+0
2002-05-24Name the authentication modules, and therfore fix up both the build farmAndrew Bartlett4-0/+6
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 Bartlett8-38/+106
2002-05-22Nobody uses this function, and there really doesn't seem much point toAndrew Bartlett1-20/+0
2002-05-22Cleanups!Andrew Bartlett3-44/+30
2002-05-21typo day :-(Simo Sorce1-1/+1
2002-05-21typo, sorrySimo Sorce11-11/+11
2002-05-21debug classizedSimo Sorce12-0/+36
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-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