r6541: added double pointer test to win32 echo client
[samba.git] / source / libcli /
2007-10-10 Andrew Bartlettr6462: Move the arcfour sbox state into it's own struct...
2007-10-10 Andrew Bartlettr6460: Push the client credentials into NTLMSSP, allowi...
2007-10-10 Alexander Bokovoyr6352: Two new composite calls:
2007-10-10 Andrew Tridgellr6342: fixed a bad union assumption that caused ACLs...
2007-10-10 Andrew Tridgellr6338: ADS style GETDC response now works well enough...
2007-10-10 Andrew Tridgellr6335: at debug level 10, save netlogon and ntlogon...
2007-10-10 Andrew Tridgellr6333: removed an extraneous line (pointed out by metze)
2007-10-10 Andrew Tridgellr6331: added IDL and test suite for the ADS style respo...
2007-10-10 Andrew Tridgellr6323: added server side support for dgram NTLOGON...
2007-10-10 Andrew Tridgellr6321: added IDL and test suite for NBT dgram 'sam...
2007-10-10 Andrew Tridgellr6320: some minor netlogon datagram fixes - NT4 can...
2007-10-10 Andrew Tridgellr6288: the nbt dgram server now responds to GETDC reque...
2007-10-10 Andrew Tridgellr6287: sorted out a small but surprisingly tricky depen...
2007-10-10 Andrew Tridgellr6248: added parsing of type 10 UAS announce netlogon...
2007-10-10 Andrew Tridgellr6247: added the server side code for receiving mailslo...
2007-10-10 Andrew Tridgellr6245: receive and parse the GETDC response in the...
2007-10-10 Andrew Tridgellr6223: added a bit more datagram infrastructure and...
2007-10-10 Andrew Tridgellr6209: started added code to support mailslot requests...
2007-10-10 Andrew Tridgellr6185: added LIBCLI_DGRAM to the list of libs to be...
2007-10-10 Andrew Tridgellr6184: the beginnings of the libcli/dgram/ library...
2007-10-10 Andrew Bartlettr6113: Move GENSEC and the kerberos code out of libcli...
2007-10-10 Andrew Bartlettr6094: Work on the Kerberos code recently merged from...
2007-10-10 Andrew Bartlettr6078: Correctly fix the failures for NT1 (not SPNEGO...
2007-10-10 Andrew Tridgellr6074: fixed non-spnego connections for new credentials...
2007-10-10 Andrew Bartlettr6030: Missing from previous commit, a small header...
2007-10-10 Andrew Bartlettr6028: A MAJOR update to intergrate the new credentails...
2007-10-10 Andrew Bartlettr6027: Add copyright, and add a useful debug message.
2007-10-10 Andrew Bartlettr6026: Update the kerberos keytab code to match Samba3...
2007-10-10 Andrew Bartlettr6025: Remove unused variables. This code will be...
2007-10-10 Andrew Bartlettr5992: Rename schannel.c -> schannel_sign.c. The rest...
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Stefan Metzmacherr5940: fix schannel against w2k, it skips the confounde...
2007-10-10 Jelmer Vernooijr5929: Use cli_credentials for the SMB functions as...
2007-10-10 Jelmer Vernooijr5928: Use cli_credentials in:
2007-10-10 Jelmer Vernooijr5917: First step in using the new cli_credentials...
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Andrew Bartlettr5877: It is not an error to have a zero-length secret...
2007-10-10 Jelmer Vernooijr5866: Add InitShutdown IDL and torture test.
2007-10-10 Stefan Metzmacherr5737: add some error codes
2007-10-10 Andrew Bartlettr5668: Add tests to RPC-SAMLOGON to test for user@REALM...
2007-10-10 Andrew Bartlettr5667: Move schannel state into libcli/auth (as it...
2007-10-10 Alexander Bokovoyr5646: state->loadfile might be NULL after allocation...
2007-10-10 Stefan Metzmacherr5601: add a gsskrb5 backend that uses lorikeet-heimdal...
2007-10-10 Tim Potterr5551: Protect against falling off the end of the name...
2007-10-10 Tim Potterr5550: Initialise retry count - valgrind was freaking...
2007-10-10 Andrew Tridgellr5451: - added separate wrepl_associate(), wrepl_pull_t...
2007-10-10 Jelmer Vernooijr5437: Allow Samba4 to be compiled by tcc (tinycc.org...
2007-10-10 Andrew Tridgellr5414: - added libcli/wins/, a basic client library...
2007-10-10 Andrew Tridgellr5405: try to use NBT name pointers when a netbios...
2007-10-10 Andrew Tridgellr5404: allow spaces in the string representation of...
2007-10-10 Andrew Tridgellr5398: fixed encoding of *SMBSERVER name (thanks to...
2007-10-10 Andrew Tridgellr5396: fixed parsing of NBT type 0xc0 compressed name...
2007-10-10 Andrew Tridgellr5392: added "secure" WINS server processing. Send...
2007-10-10 Andrew Tridgellr5391: cope with w2k3 getting the timeout wrong in...
2007-10-10 Andrew Tridgellr5382: another place where we need to uppercase the...
2007-10-10 Andrew Tridgellr5371: on port 139 the called name needs to be in uppercase
2007-10-10 Andrew Tridgellr5358: - added initial WINS server code. It passes...
2007-10-10 Andrew Tridgellr5356: fixed the hex coding for nbt names
2007-10-10 Andrew Tridgellr5352: added a function nbt_name_string() that formats...
2007-10-10 Andrew Bartlettr5330: Remove #include <sys/time.h> from includes.h.
2007-10-10 Andrew Tridgellr5328: - allow case sensitive nbt name lookups
2007-10-10 Andrew Tridgellr5326: removed the charset conversion from the nbtname...
2007-10-10 Andrew Tridgellr5325: - expanded the NBT-WINS test to include scopes
2007-10-10 Andrew Tridgellr5322: removed a whole bunch of #include lines that...
2007-10-10 Andrew Tridgellr5309: removed ads.h from includes.h
2007-10-10 Andrew Tridgellr5308: trimmed back a lot of the old macros from smb_ma...
2007-10-10 Andrew Tridgellr5305: removed libcli/ldap/ldap.h from includes.h
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
2007-10-10 Andrew Tridgellr5300: more uint32 and system/filesys.h build fixes...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5294: - added a separate NBT-WINS test for WINS operat...
2007-10-10 Jelmer Vernooijr5286: Some first steps in making the pidl code somewha...
2007-10-10 Andrew Tridgellr5275: - added support for NBT_OPCODE_MULTI_HOME_REG...
2007-10-10 Andrew Tridgellr5261: translate nbt rcode errors to NTSTATUS codes
2007-10-10 Andrew Tridgellr5260: - show an error message on nmblookup failure
2007-10-10 Andrew Tridgellr5250: - added low level support for retrying nbt name...
2007-10-10 Jelmer Vernooijr5237: Add error code for "class not registered"
2007-10-10 Stefan Metzmacherr5199: fix some minor configure bugs
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr5155: define ipv4address as a based IDL type, mapped...
2007-10-10 Stefan Metzmacherr5145: define struct ipv4_addr in misc.idl,
2007-10-10 Stefan Metzmacherr5137: fix types
2007-10-10 Stefan Metzmacherr5136: fix types
2007-10-10 Andrew Tridgellr5126: the composite code is no longer client specific...
2007-10-10 Andrew Tridgellr5121: added periodic name refresh requests for all...
2007-10-10 Andrew Tridgellr5120: encode outgoing nbt packets when queueing them...
2007-10-10 Andrew Tridgellr5117: used a composite function to add 4 stage name...
2007-10-10 Andrew Tridgellr5116: fixed build of the nbtlist code
2007-10-10 Andrew Tridgellr5114: the nbtd task can now act as a basic B-node...
2007-10-10 Andrew Tridgellr5108: the beginnings of a nbtd server for Samba4....
2007-10-10 Andrew Tridgellr5107: moved the horrible ldap socket code, and the...
2007-10-10 Andrew Bartlettr5092: Add a bit more const - moving it further into...
2007-10-10 Andrew Tridgellr5053: - fix up the library dependencies so that tools...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr5034: - added a type mapping function in pidl, so...
2007-10-10 Stefan Metzmacherr4958: fix compiler warnings
2007-10-10 Andrew Tridgellr4957: the fetchfile _recv() function was neglecting...
next