summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Even if the 'device type' is always an ascii string, use push_string to getAndrew Bartlett2004-01-041-1/+1
* And yet another constVolker Lendecke2004-01-031-1/+1
* There is not a particularly good excuse for complaining to the *client* thatAndrew Bartlett2004-01-031-4/+12
* Match Win2k, and return NT_STATUS_INVALID_PARAMETERAndrew Bartlett2004-01-021-2/+2
* Under certain error conditions (a talloc() failure above) this would causeAndrew Bartlett2004-01-021-2/+0
* Having no members of a group is a perfectly valid (if unusual) situation.Andrew Bartlett2004-01-021-0/+7
* JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett2004-01-025-133/+118
* After talking with abartlet remove the fix for bug 707 again.Volker Lendecke2004-01-012-140/+29
* Fix for bug 707, getent group for huge ads groups (>1500 members)Volker Lendecke2004-01-012-29/+140
* Changes to our PAM code to cope with the fact that we can't handle someAndrew Bartlett2003-12-312-16/+36
* Forgot to commit this for the 'get our primary domain' change.Andrew Bartlett2003-12-311-0/+1
* Jerry rightly complained that we can't assume that the first domain isAndrew Bartlett2003-12-311-3/+21
* auth/auth_util.c:Andrew Bartlett2003-12-317-22/+54
* Get the DOMAIN\username around the right way (I had username\domain...)Andrew Bartlett2003-12-302-4/+6
* Move to short lived TALLOC_CTX* for allocating printerGerald Carter2003-12-301-4/+22
* The AFS pts command always generates completely lower-case user names. As caseVolker Lendecke2003-12-301-1/+4
* Fix Bug # 924Volker Lendecke2003-12-301-2/+11
* Try to gain a bit more consistancy in the output of usernames from ntlm_auth:Andrew Bartlett2003-12-303-11/+50
* Make the name of the NTLMSSP client more consistant before we lock it in stone.Andrew Bartlett2003-12-301-2/+2
* Remove testing hackAndrew Bartlett2003-12-301-2/+0
* Move our basic password checking code from inside the authenticationAndrew Bartlett2003-12-304-400/+634
* Refactor our authentication and authentication testing code.Andrew Bartlett2003-12-302-490/+400
* Add the alignment required before all 2-byte quantities in NDR. Allows usAndrew Bartlett2003-12-291-0/+3
* Shutting down the connection closes outstanding sessions, so we don't needAndrew Bartlett2003-12-281-1/+0
* This patch corrects some errors in the NTLMSSP implementation, thatAndrew Bartlett2003-12-271-9/+18
* Preliminary fix for our signing problem with failed NTLMSSP logins. This patchVolker Lendecke2003-12-272-9/+19
* Collecting another little patch from gd@suse.deVolker Lendecke2003-12-261-1/+1
* Collecting some minor patches...Volker Lendecke2003-12-261-8/+10
* Check the return value of string_to_sid in a few more places. (ButAndrew Bartlett2003-12-261-2/+10
* Show the error message for failure to set the ldap password.Andrew Bartlett2003-12-261-2/+8
* Based on patch by Petri Asikainen <paca@sci.fi> fix bug #387 and #330.Andrew Bartlett2003-12-261-14/+15
* ldap rebind sleep -> ldap replication sleepAndrew Bartlett2003-12-252-5/+5
* This is metze's LDAP rebind sleep patch:Volker Lendecke2003-12-253-0/+34
* Fix our parsing of the LDAP url. We get around it as all decent systems seemVolker Lendecke2003-12-251-1/+1
* abartlet pointed me at the fact that the order and flags in loadparm.c areVolker Lendecke2003-12-251-1/+1
* Fix bug 916 - do not perform a + -> space substitution for squid URL encodedAndrew Bartlett2003-12-252-5/+18
* Thanks to Serassio Guido for noticing issues in our Squid NTLMSSPAndrew Bartlett2003-12-241-4/+9
* Fix typo.John Terpstra2003-12-231-1/+1
* Fix for special files being hidden from admins by Dmitry Butskoj <buc@odusz.e...Jeremy Allison2003-12-231-1/+1
* add well known rid for pre win2k compatible access group; bug 897Gerald Carter2003-12-222-0/+2
* Patch from Jianliang Lu j.lu@tiesse.com to manage Power UsersJeremy Allison2003-12-221-0/+1
* A small fix to torture.c to cleanup the error handling and prevent crashes.Richard Sharpe2003-12-191-6/+6
* * add a few useful debug linesGerald Carter2003-12-192-9/+30
* Add in comments explaining NTLMv2 selection. Use lm session key if that'sJeremy Allison2003-12-171-1/+13
* Tidyup debug message in ntlmssp code. Add brackets around dodgy if statement.Jeremy Allison2003-12-171-5/+17
* Make sure we correctly generate the lm session key.Gerald Carter2003-12-172-2/+26
* make sure we delete the group mapping before calling the delete group script;...Gerald Carter2003-12-161-2/+4
* Fix from ndb@theghet.to to allow an existing LDAP machine account to beJeremy Allison2003-12-131-12/+29
* Fix for bug #815. Make plaintext unicode passwords work with NT4.xJeremy Allison2003-12-121-5/+11
* Fix detection of elements in in-memory keytab code.Jeremy Allison2003-12-121-1/+1