summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clispnego.c
Commit message (Expand)AuthorAgeFilesLines
* 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