summaryrefslogtreecommitdiffstats
path: root/source3/utils/ntlm_auth.c
Commit message (Expand)AuthorAgeFilesLines
...
* r15523: Honour the time_offset also when verifying kerberos tickets. ThisGünther Deschner2007-10-101-1/+1
* r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter2007-10-101-1/+1
* r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2007-10-101-2/+1
* r14033: Fix Coverity bug # 126Volker Lendecke2007-10-101-0/+1
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-4/+4
* r13316: Let the carnage begin....Gerald Carter2007-10-101-3/+3
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2007-10-101-0/+1
* r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison2007-10-101-0/+2
* r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison2007-10-101-1/+1
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-2/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-13/+18
* r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.Volker Lendecke2007-10-101-22/+20
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-6/+6
* r6450: * fix typo in htlm_auth help messageGerald Carter2007-10-101-2/+2
* r4259: Fix cast in SMB_XMALLOC_ARRAY. Bugzilla #2168.Tim Potter2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-14/+14
* r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison2007-10-101-1/+1
* r3273: Ensure we're consistent in the use of strchr_m for '@'.Jeremy Allison2007-10-101-1/+1
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* r2762: Remove silly conversion to and from UTF8 on the winbind pipe. Fix theAndrew Bartlett2007-10-101-28/+16
* r2147: Fix utility name in error message (pre-emptivly merged to trunk ;-)Andrew Bartlett2007-10-101-1/+1
* r1582: On failure, print the length of the right variable.Andrew Bartlett2007-10-101-1/+1
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
* r1128: The end-of-file is not the end of the world, so don't make a load DEBU...Andrew Bartlett2007-10-101-3/+7
* r1126: Allow more flexible GSS-SPENGO client and server operation. TheAndrew Bartlett2007-10-101-16/+18
* r1124: ntlm_auth memory leak fixes by James Wilkinson - jwilk@alumni.cse.ucsc...Andrew Bartlett2007-10-101-0/+4
* r517: Remove wrong commit I did by mistakeAlexander Bokovoy2007-10-101-6/+0
* r516: On GNU/Linux distributions which allow to use both 2.4 and 2.6 kernelsAlexander Bokovoy2007-10-101-0/+6
* r240: I'm pretty happy with the 'ntlm-server-1' helper protocol now, and asAndrew Bartlett2007-10-101-2/+0
* r201: Fix bugs in the --helper-protocol=ntlm-server-1 implementation.Andrew Bartlett2007-10-101-8/+9
* r191: Only send the ntlm_auth 'ntlm-server-1' helper client a '.' after theAndrew Bartlett2007-10-101-2/+1
* r188: Add a new 'helper protocol' to ntlm_auth.Andrew Bartlett2007-10-101-2/+202
* r177: Split ntlm_auth --diagnostics into a seperate file, so as not to clutterAndrew Bartlett2007-10-101-599/+30
* r171: Continue the 'rename nt_session_key' work. This attempts to renameAndrew Bartlett2007-10-101-88/+76
* r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call.Andrew Bartlett2007-10-101-6/+0
* r87: Fix the build that Andrew Bartlett broke. Andrew - don't check *ANYTHING...Jeremy Allison2007-10-101-0/+6
* r84: Implement --required-membership-of=, an ntlm_auth option that restrictsAndrew Bartlett2007-10-101-38/+113
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2007-10-101-22/+22
* Fix most of bug #169.Andrew Bartlett2004-04-031-0/+1
* Fix bugzilla # 1208Jim McDonough2004-03-241-1/+2
* Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-111-1/+1
* Make this table static const.Andrew Bartlett2004-02-081-1/+1
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-5/+10
* Get the DOMAIN\username around the right way (I had username\domain...)Andrew Bartlett2003-12-301-1/+3
* Try to gain a bit more consistancy in the output of usernames from ntlm_auth:Andrew Bartlett2003-12-301-11/+23
* 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-301-54/+254
* Refactor our authentication and authentication testing code.Andrew Bartlett2003-12-301-342/+181