summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clispnego.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker2008-04-071-0/+12
* Allow the mechOID to be written separately.Jeremy Allison2008-02-141-2/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-9/+9
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-19/+0
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-0/+19
* r25227: Patch from "Steven Danneman" <steven.danneman@isilon.com>:Stefan Metzmacher2007-10-101-0/+14
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-1/+1
* r22093: send also the correct OID_KERBEROS5 not only the brokenStefan Metzmacher2007-10-101-1/+1
* r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher2007-10-101-8/+15
* r21240: Fix longstanding Bug #4009.Günther Deschner2007-10-101-2/+4
* r19041: Make us connect to Vista RC1. Apparently metze had done the same patc...Volker Lendecke2007-10-101-7/+10
* r19037: Fix a segfaultVolker Lendecke2007-10-101-1/+1
* r16306: Error handling in this asn1 code *sucks*. Fix a genericJeremy Allison2007-10-101-3/+24
* r16156: Fix storing NULL in the wrong place. Klocwork id's 127 and 128.Volker Lendecke2007-10-101-2/+2
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+1
* r12476: Apply some constVolker Lendecke2007-10-101-1/+1
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+3
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-2/+1
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+2
* r1240: Ensure we don't shadow Heimdal globals.Jeremy Allison2007-10-101-6/+6
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-7/+10
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-1/+1
* Don't wrap up anything that is not there. Otherwise upper layersVolker Lendecke2003-08-131-0/+3
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-251-3/+3
* More on bug 137: rename more of krb5_xxx functions to not start with krb5_Jim McDonough2003-05-301-1/+1
* Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett2003-03-171-13/+16
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-284/+37
* Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2003-02-191-7/+8
* Merge from HEAD:Andrew Bartlett2003-01-281-60/+64
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-22/+70
* sync 3.0 branch with headJelmer Vernooij2002-08-171-0/+61
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+42
* Try not to malloc -1 bytes (apx 4GB) when the data is already in error.Andrew Bartlett2002-02-151-2/+12
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* simple fix for creating blank data blobsAndrew Tridgell2002-01-051-3/+1
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-081-1/+1
* Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison2001-10-211-8/+8
* made smbclient cope better with arbitrary principle formsAndrew Tridgell2001-10-211-14/+1
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-181-0/+23
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-7/+215
* fixed NTLMSSP with XP servers (who don't send the duplicate challengeAndrew Tridgell2001-10-141-3/+9
* moved some OIDs to the ASN.1 headerAndrew Tridgell2001-10-121-6/+2
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-121-0/+395