This is another rather major change to the samba authenticaion
[kai/samba.git] / source3 / libsmb / cliconnect.c
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-20 Andrew Tridgell- make sure we use a non-zero session id so we can...
2001-11-14 Jeremy AllisonRemoved the "reestablish" code. Tridge - scream if...
2001-11-05 Andrew Tridgellfree the negTokenInit structure
2001-11-05 Gerald Cartermerge from 2.2. Why is STR_CONVERT missing when comparing
2001-10-29 Andrew BartlettThis patch applied, except without the structure change...
2001-10-23 Herb Lewismore compiler warnings
2001-10-22 Andrew Tridgella quick fix to get rpcclient working again. This just...
2001-10-21 Jeremy AllisonOk, I know it's a language thing and it shouldn't matte...
2001-10-21 Andrew Tridgellmade smbclient cope better with arbitrary principle...
2001-10-21 Andrew Tridgellsupport both old and new kerberos OIDs
2001-10-18 Andrew Tridgellthe beginnings of kerberos support in smbd. It doesn...
2001-10-17 Andrew Tridgelladded basic NTLMSSP support in smbd. This is still...
2001-10-14 Andrew Tridgellfixed NTLMSSP with XP servers (who don't send the dupli...
2001-10-14 Andrew Tridgellfixed two bugs in the NTLMSSP code
2001-10-12 Andrew Tridgellmoved some OIDs to the ASN.1 header
2001-10-12 Andrew Tridgelladded NTLMSSP authentication to libsmb. It seems to...
2001-10-11 Andrew Tridgelladded a ASN.1 parser, so now I can properly parse the...
2001-10-11 Andrew Tridgellinitial kerberos/ADS/SPNEGO support in libsmb and smbcl...
2001-09-05 Andrew Tridgelluse cli_is_error() instead of looking in smb_rcls,...
2001-08-24 Andrew Tridgellfixed handling of 139/445 in clients
2001-08-24 Tim PotterFixed debug in cli_establish_connection() - print out...
2001-08-23 Andrew Tridgellbetter error reporting for servers that don't do port 445
2001-08-22 Andrew Tridgelladded port 445 support to our client code
2001-08-20 Andrew Tridgella bunch of fixes from the s\7fflight to seattle
2001-08-10 Tim PotterA rewrite of the error handling in the libsmb client...
2001-07-08 Andrew Tridgellformatting fix
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-25 Andrew Tridgell- make the regresison test mode code build in by defaul...
2001-06-22 Andrew Tridgelladded the ability to test smbd safely as an ordinary...
2001-06-21 Andrew TridgellAdded STR_NOALIGN flags to clistr and srvstr fns. Yes...
2001-03-14 Gerald Carterset of changes in the beginning of bringing rpcclient...
2001-03-10 Andrew Tridgellto use the same macros in the client and server rename...
2001-03-01 Tim PotterFixed compiler warning.
2001-02-25 Andrew Tridgellneater negprot code using the new cli_setup_bcc() call
2001-02-21 Andrew Tridgellthe unicode conversion of our client code is complete...
2001-02-20 Andrew Tridgell- neater setting of bcc
2001-02-20 Andrew Tridgellconverted cli_list()
2001-02-20 Andrew Tridgellpipe opening now works with unicode
2001-02-20 Andrew Tridgellinitial client side unicode support (needed for netapp...
2001-02-15 Tim PotterMerge of i18n password fix for smbclient.
2001-02-14 Tim PotterMerge ... i18n fixes from appliance branch. Samba...
2000-12-21 Tim PotterReplace magic number with constant.
2000-12-04 Andrew Tridgellin cli_session_setup() accept usernames of the form...
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
2000-10-28 Jeremy AllisonAnother patch to fix cli_reestablish_connection from...
2000-09-26 Luke Leightonadded NEGNOWAIT. sent to secure@microsoft.com
2000-07-07 Gerald CarterMore rpcclient merge issues:
2000-04-25 Andrew Tridgellsplit clientgen.c into several parts