updated the 3.0 branch from the head branch - ready for alpha18
[jra/samba/.git] / source3 / libsmb / cliconnect.c
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-01 Christopher R. HertelThe 17-bit length field in the header contains the...
2002-07-01 Christopher R. HertelThe 17-bit length field in the header contains the...
2002-06-26 Andrew Tridgellreverted some bogus test code that jeremy accidentally...
2002-06-25 Andrew BartlettUpdate cli_full_connection() to take a 'flags' paramate...
2002-06-21 Jeremy AllisonDon't use uint. It doesn't exist on some platforms...
2002-06-16 Andrew BartlettTwo things: Check how many paramaters that the LDAP...
2002-06-16 Andrew BartlettFix up some of the SMB signing code:
2002-06-14 Jeremy AllisonOk, now I can try my first client test...
2002-06-07 Andrew BartlettA couple of updates for the SmbEncrypt code, and some...
2002-06-01 Jeremy AllisonMore cleanup work preparing for SMB signing.
2002-05-25 Andrew BartlettUpdate some of the LM hash code to better respect the...
2002-05-25 Andrew BartlettClean up a few unused functions, add a bit of static...
2002-05-24 Andrew BartlettRemove the password length paramater from cli_full_conn...
2002-05-23 Andrew BartlettGiven Jeremy's positive response, and a lack of one...
2002-05-17 Andrew BartlettThis removes --with-ssl from Samba.
2002-04-15 Andrew Tridgellbetter handling of DOS LANMAN2.1 protocol
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-06 Jeremy AllisonAlways pass NT password as well as Lanman.
2002-03-06 Tim PotterRemoved duplicate \n from debug message.
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Andrew BartlettFix a couple of memory leaks in the cli_establish_conne...
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2002-01-11 Andrew Tridgellfixed a crash bug in domain auth caused by an uninitial...
2002-01-11 Andrew BartlettFix up 'net ads join' to delete and rejoin if the accou...
2002-01-06 Tim PotterCheck for winbind separator in user name for cli_sessio...
2001-12-31 Andrew BartlettEnsure the output cli can't have spurious values if...
2001-12-21 Andrew Tridgell- handle kerberos session setup reply with broken null...
2001-12-21 Andrew Tridgelltry to handle end of packet for not null terminated...
2001-12-11 Andrew Tridgellhandle a NULL hostname in cli_connect()
2001-12-11 Andrew Tridgelldetect attempts to connect to names of the type NAME...
2001-12-04 Andrew Tridgellwhen using non-encrypted password ignore the ntpass...
2001-12-03 Andrew BartlettThis change reworkes the connection code for both rpccl...
2001-11-28 Andrew Tridgellfixed some krb5 ifdefs
2001-11-28 Andrew Tridgellfixed a core dump in server level security
2001-11-28 Andrew Tridgellfix a bunch of places where we can double-free a cli...
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-26 Andrew Tridgelluse DEBUG() not d_printf() in libraries
2001-11-25 Andrew BartlettAdd a new torture test to extract a NT->DOS error map...
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