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