Make sure uint32 unpacking is unsigned, and generates a Python long so
[samba.git] / source3 / libsmb /
2002-11-04 Richard SharpeThe fixes from Tom plus a minor update from me.
2002-11-01 Richard SharpeRevert that stupid one line change.
2002-11-01 Richard SharpeAdd more code to the profiles program and add Makefile...
2002-10-26 Andrew BartlettMake sure that we always return False if the password...
2002-10-17 Jeremy AllisonAdded new error codes. Fix up connection code to retry...
2002-10-15 Jeremy AllisonAdded cli_set_timeout() call.
2002-10-09 Jeremy AllisonAdded "unknown info level".
2002-10-04 Gerald CarterMerge ... working dsrolegetprimdominfo() client code...
2002-10-01 Jeremy AllisonCope with rw errors and timeout to peer.
2002-10-01 Jeremy AllisonTidy up client error processing.
2002-10-01 Jeremy AllisonFixed typo.
2002-10-01 Jeremy AllisonAdded error string for server timeout on client call.
2002-09-28 John TerpstraFixing path to libsmbclient.h so it never gets crossed...
2002-09-28 Jelmer VernooijInclude ../include/libsmbclient.h instead of just libsm...
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-22 Richard SharpeSmall, long overdue, fix for libsmbclient.
2002-09-18 Tim PotterFixed compiler error when HAVE_KRB5 not defined.
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-10 Jeremy AllisonAdded final Steve French patch for "required" attribute...
2002-09-09 Jeremy AllisonMerged Volkers (correct) fix from 2.2 for crash on...
2002-09-04 Andrew Tridgelldon't use ENCTYPE_ARCFOUR_HMAC unless the kerberos...
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 SharpeAdd type A to the small MSRPC generator ...
2002-09-03 Richard SharpeThe session key in NTLMSSP AUTH blobs is actually an...
2002-08-31 Andrew BartlettAdd a dash of static.
2002-08-31 Andrew BartlettAdd a bit of 'const' and move a lot of our 'repeditive...
2002-08-30 Jean-François Mico... added cli_net_auth_3 client code.
2002-08-30 Andrew Tridgellconvert the LDAP/SASL code to use GSS-SPNEGO if possible
2002-08-28 Tim PotterSync up namecache code with HEAD and APPLIANCE_HEAD...
2002-08-27 Gerald Cartermerge from SAMBA_2_2
2002-08-26 Andrew BartlettSome fixes for SMB signing. I can now get Win2k to...
2002-08-26 Andrew BartlettUpdates!
2002-08-25 Andrew BartlettUse a function that actually exists for the keepalive...
2002-08-25 Andrew BartlettFix from kai to correctly decode ntlmssp flags.
2002-08-23 Tim PotterCope with negative cache dns entries better.
2002-08-23 Tim PotterMoved calculation of secure channel type into a new...
2002-08-23 Tim PotterDon't take the sizeof(struct in_addr) * -1
2002-08-22 Herb Lewismove where got_sig_term and reload_after_sighup are...
2002-08-22 Andrew Tridgella ASN.1 fix from anthony
2002-08-22 Andrew Tridgelldon't use spnego in the client unless enabled in smb...
2002-08-22 Gerald Carterfix a few segfaults
2002-08-22 Andrew BartlettA few fixes towards libsmbclient and rpcclient - get...
2002-08-21 Gerald Carterfix segfault
2002-08-21 Jelmer VernooijPatch from Paul Green <Paul.Green@stratus.com> to be...
2002-08-20 Herb Lewiscannot use casts in the DLIST_xxx macros
2002-08-20 Herb Lewisfix irix compiler error
2002-08-19 Andrew Tridgellfixed memory corruption in cli_full_connection()
2002-08-19 Andrew Tridgellwe now receive and parse the main cldap netlogon reply.
2002-08-19 Andrew Tridgelladded a 'net ads lookup' command that does a CLDAP...
2002-08-16 Tim PotterMerge of netbios namecache code from APPLIANCE_HEAD.
2002-08-15 Jim McDonoughFix NTLMSSP challenge command and auth response. We...
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-08-03 Andrew Tridgellfixed a bug where we were truncating the returned names...
2002-08-02 Tim PotterMoved rpc client routines from libsmb back to rpc_clien...
2002-07-31 Andrew Tridgelladded 'disable netbios = yes/no' option, default is no
2002-07-30 Andrew Tridgellthis fixes plaintext passwords with win2000
2002-07-30 Tim PotterSome crash fixes for netshareenum returning zero shares.
2002-07-27 Andrew BartlettRafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc...
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-21 Tim PotterRenamed all the new_cli_netlogon_* functions to cli_net...
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-20 Andrew BartlettAdd support for a weird behaviour apparently used by...
2002-07-15 Andrew Tridgellfixed a number of real bugs found by warnings on the...
2002-07-15 Andrew Tridgellchecking for NULL really is counter-productive, and...
2002-07-13 Andrew Tridgellfix directory listing on win9x.
2002-07-13 Richard SharpeSome fix ups but committing so Andrew can look at the...
2002-07-13 Richard SharpeFix up the include file that had problems as well.
2002-07-13 Richard SharpeAdd these two files I forgot.
2002-07-13 Richard SharpeFix some multibyte problems that I forgot about.
2002-07-11 Richard SharpeCommit Tom Jansen's changes to head.
2002-07-09 Andrew Tridgellfix declaration of global_in_nmbd
2002-07-04 Tim PotterFixed incorrect debug.
2002-07-03 Andrew BartlettMake these functions static. These are not mentioned...
2002-07-03 Andrew BartlettAdd my copyright (which I should have added months...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-07-01 Andrew Tridgellbias the lookup sorting towards directly reachable IPs
2002-07-01 Andrew Tridgellsort name query responses by how far they are from...
2002-07-01 Christopher R. HertelThe 17-bit length field in the header contains the...
2002-06-28 Andrew Tridgellmake net join a bit less verbose
2002-06-28 Jeremy AllisonProper merge of all the working printing stuff from...
2002-06-27 Andrew Tridgellfixed a link problem with global_in_nmbd
2002-06-27 Andrew TridgellThe next phase in the WINS rewrite!
2002-06-27 Jeremy AllisonUsing 1 for a tdb hash size makes for slow inserts....
2002-06-26 Andrew Tridgellresolve_wins() now needs to be a public function
2002-06-26 Andrew TridgellThis commit finally gives us multiple wins server group...
2002-06-26 Andrew Tridgellremoved the wins name registration code from libsmbclient
2002-06-26 Andrew Tridgell- completely rewrote the wins_srv.c code. It is now...
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...
next