summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.Jeremy Allison2003-10-241-0/+16
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter2003-10-201-1/+25
* make sure to call get_user_groups() with the full winbindd name for a user if...Gerald Carter2003-10-072-11/+22
* Tidy up some formatting. Get ready for allowing bad password lockout. (basedJeremy Allison2003-09-081-49/+38
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-053-7/+7
* Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison2003-08-281-3/+0
* get rid of more compiler warningsHerb Lewis2003-08-153-4/+4
* fix for BUG #267 (problem with supplementary groups).Gerald Carter2003-08-091-42/+76
* need to be able to connect to a domain member as a local account; don't alway...Gerald Carter2003-08-081-3/+3
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+1
* Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',Jeremy Allison2003-07-261-1/+1
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-252-9/+9
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-242-7/+7
* Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison2003-07-241-1/+0
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* Fix memleakVolker Lendecke2003-07-181-1/+1
* Fix a small typo in a comment and pretty it up a bit.Richard Sharpe2003-07-111-1/+1
* moving more code around.Gerald Carter2003-07-111-1/+5
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-3/+10
* standlone servers don't have any trusted domainsGerald Carter2003-07-081-0/+5
* fix bone head mistake when setting the uid in the server_info struct.Gerald Carter2003-07-081-11/+3
* Initialise the uid and gid values to a safe default in make_server_info()Tim Potter2003-07-081-0/+8
* fix temporary bug so people can test 3.0 again; make sure to initialize the u...Gerald Carter2003-07-081-1/+2
* Spelling.Tim Potter2003-07-081-1/+1
* temporarily disable a sanity check to prevent winbindd from deadlockingGerald Carter2003-07-071-1/+3
* and so it begins....Gerald Carter2003-07-072-49/+18
* This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett2003-07-061-6/+2
* Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett2003-07-051-2/+8
* PAM should operate on the Unix username, not the NT username (which might notAndrew Bartlett2003-07-051-6/+6
* Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison2003-07-041-2/+2
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-033-6/+5
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-037-44/+92
* * fixed volker's wbinfo -a lockup again. This one was my fault.Gerald Carter2003-07-011-1/+44
* fix typos in log messages and comments.Gerald Carter2003-07-011-2/+2
* * revert change to get_global_sam_name()Gerald Carter2003-07-011-9/+5
* * fix the trustdom_cache to work when winbindd is not running.Gerald Carter2003-07-011-3/+0
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-302-212/+59
* Valgrind found a bug (subtracting a pointer from a length rather than theJeremy Allison2003-06-301-1/+1
* * rename samstrict auth method to samGerald Carter2003-06-302-58/+31
* Here's the code to make winbindd work on a Samba DCGerald Carter2003-06-293-7/+16
* add check for NT_STATUS_NOT_IMPLEMENTED in auth check so thatGerald Carter2003-06-283-36/+50
* large change:Gerald Carter2003-06-251-1/+1
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-1/+1
* fix typo (bug #170)Gerald Carter2003-06-231-1/+1
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-222-5/+5
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-1/+1
* Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison2003-06-131-1/+1
* Andrew's change to make 'security = domain' work again. Leave the user and groupVolker Lendecke2003-06-121-38/+88
* Fix some misleading debug messages.Volker Lendecke2003-06-121-2/+2