(merge from 3.0)
[samba.git] / source / libsmb / cliconnect.c
2004-01-05 Andrew Bartlett(merge from 3.0)
2003-12-27 Volker LendeckePreliminary fix for our signing problem with failed...
2003-12-01 Jeremy AllisonClient connect signing error messages should be level...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-09-16 Jeremy AllisonFix #442 which Alexander considered a showstopper....
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-21 Gerald Carterfix for UNICODE plaintext passwords (bug #59) and fix...
2003-05-14 Tim Potterspelling
2003-04-04 Richard SharpeSome more good stuff from coolo.
2003-03-29 Andrew Tridgelladded a simple test for the old SMBtcon interface
2003-03-15 Andrew BartlettSpecify buffer sizes
2003-03-10 Andrew BartlettFurther work on NTLMSSP-based SMB signing. Current...
2003-03-09 Andrew BartlettChange the way we sign SMB packets, to a function point...
2003-03-05 Jeremy AllisonConnectathon fix. W2K -> W2K over port 445 doing a...
2003-02-24 Andrew BartlettPatch from Luke Howard to add mutual kerberos authentic...
2003-02-21 Tim PotterDoesn't anyone run ./configure.developer anymore?
2003-02-19 Andrew BartlettOnly do a kinit if we got told to use kerberos.
2003-02-16 Andrew BartlettAdd the 'session key' output of the NTLMSSP exchange...
2003-02-15 Andrew BartlettMove our NTLMSSP client code into ntlmssp.c. The inten...
2003-02-15 Andrew BartlettAntti Andreimann <Antti.Andreimann@mail.ee> has done...
2003-02-14 Andrew BartlettFurther extract our NTLMv2 code into smbencrypt.c,...
2003-02-10 Andrew BartlettClean up our NTLMv2 code by moving the grunt work into...
2003-02-09 Andrew Bartlett(only for HEAD at the moment).
2003-02-02 Andrew BartlettAdd some return values, and don't attempt signing for...
2003-02-01 Andrew BartlettWe now have client-side SMB signing support!
2003-01-15 Andrew BartlettRefactor the NTLMSSP code again - this time we use...
2003-01-13 Andrew BartlettUpdates to our NTLMSSP code:
2002-12-20 Tim PotterFixed bug in debug statement when tconX fails.
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-08 Gerald Carterpatches from Urban
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-10-17 Jeremy AllisonAdded new error codes. Fix up connection code to retry...
2002-10-04 Gerald CarterMerge ... working dsrolegetprimdominfo() client code...
2002-09-28 Volker LendeckeOk, hopefully final fix for this one. abartlet told...
2002-09-28 Volker LendeckeThanks to abartlet I looked at that function a bit...
2002-09-27 Volker LendeckeTouching somebody else's code again... Sorry, Richard.
2002-09-23 Tim PotterDon't uppercase the username and domain in a session...
2002-09-17 Andrew TridgellAdd clock skew handling to our kerberos code. This...
2002-09-11 Volker LendeckeMerge the cli_shutdown change from 2_2. All except...
2002-09-03 Richard SharpeFix the struct_blob.
2002-09-03 Jeremy AllisonFix crashbug discovered by "Kim R. Pedersen" <krp@filan...
2002-09-03 Jeremy AllisonFormatting tidyup and additon of cli_close_connection...
2002-09-03 Richard SharpeFix the client side NTLMSSP. It now works between smbcl...
2002-09-03 Richard SharpeParse the NTLMSSP Challenge in cliconnect.c.
2002-09-03 Richard SharpeMake sure that an NTLMSSP negotiate blob has the correc...
2002-09-03 Richard SharpeThe session key in NTLMSSP AUTH blobs is actually an...
2002-08-30 Andrew Tridgellconvert the LDAP/SASL code to use GSS-SPNEGO if possible
2002-08-26 Andrew BartlettSome fixes for SMB signing. I can now get Win2k to...
2002-08-26 Andrew BartlettUpdates!
2002-08-22 Herb Lewismove where got_sig_term and reload_after_sighup are...
2002-08-19 Andrew Tridgellfixed memory corruption in cli_full_connection()
2002-07-30 Andrew Tridgellthis fixes plaintext passwords with win2000
2002-07-26 Andrew BartlettMimir has been busy with patches again, and sent in...
2002-07-22 Andrew Tridgellfixed a segv in net time when the host is unavailable
2002-07-20 Andrew BartlettTry to fix up warnings - particularly on the IRIX 64...
2002-07-20 Andrew BartlettFix up char/uchar casts etc. Fix up comments on some...
2002-07-15 Andrew Tridgellchecking for NULL really is counter-productive, and...
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-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
next