summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r5646: state->loadfile might be NULL after allocation so this is reallyAlexander Bokovoy2007-10-101-1/+1
* r5601: add a gsskrb5 backend that uses lorikeet-heimdal's new gssapi withStefan Metzmacher2007-10-103-0/+598
* r5551: Protect against falling off the end of the name resolve order listTim Potter2007-10-101-1/+1
* r5550: Initialise retry count - valgrind was freaking out because this valueTim Potter2007-10-101-0/+1
* r5451: - added separate wrepl_associate(), wrepl_pull_table() and wrepl_pull_...Andrew Tridgell2007-10-102-0/+313
* r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij2007-10-101-46/+46
* r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell2007-10-103-0/+510
* r5405: try to use NBT name pointers when a netbios name is repeated in a NBTAndrew Tridgell2007-10-101-7/+25
* r5404: allow spaces in the string representation of nbt namesAndrew Tridgell2007-10-101-3/+4
* r5398: fixed encoding of *SMBSERVER name (thanks to Karl Melcher for spotting...Andrew Tridgell2007-10-101-1/+1
* r5396: fixed parsing of NBT type 0xc0 compressed name pointersAndrew Tridgell2007-10-101-1/+2
* r5392: added "secure" WINS server processing. Send a WACK on nameAndrew Tridgell2007-10-101-1/+2
* r5391: cope with w2k3 getting the timeout wrong in wack repliesAndrew Tridgell2007-10-101-3/+3
* r5382: another place where we need to uppercase the called name for port 139 ...Andrew Tridgell2007-10-101-2/+4
* r5371: on port 139 the called name needs to be in uppercaseAndrew Tridgell2007-10-101-2/+2
* r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell2007-10-101-2/+2
* r5356: fixed the hex coding for nbt namesAndrew Tridgell2007-10-101-1/+1
* r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell2007-10-102-3/+59
* r5330: Remove #include <sys/time.h> from includes.h.Andrew Bartlett2007-10-103-0/+3
* r5328: - allow case sensitive nbt name lookupsAndrew Tridgell2007-10-102-6/+11
* r5326: removed the charset conversion from the nbtname code, so we no longerAndrew Tridgell2007-10-101-33/+4
* r5325: - expanded the NBT-WINS test to include scopesAndrew Tridgell2007-10-101-3/+6
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-1016-17/+0
* r5309: removed ads.h from includes.hAndrew Tridgell2007-10-101-1/+2
* r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2007-10-101-2/+2
* r5305: removed libcli/ldap/ldap.h from includes.hAndrew Tridgell2007-10-105-0/+63
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-103-0/+3
* r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell2007-10-104-4/+6
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-1011-5/+14
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-105-8/+163
* r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij2007-10-101-2/+2
* r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na...Andrew Tridgell2007-10-104-16/+218
* r5261: translate nbt rcode errors to NTSTATUS codesAndrew Tridgell2007-10-103-0/+30
* r5260: - show an error message on nmblookup failureAndrew Tridgell2007-10-101-4/+2
* r5250: - added low level support for retrying nbt name queries, rather thanAndrew Tridgell2007-10-105-63/+297
* r5237: Add error code for "class not registered"Jelmer Vernooij2007-10-101-0/+1
* r5199: fix some minor configure bugsStefan Metzmacher2007-10-101-1/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-107-7/+7
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-104-5/+4
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-108-64/+64
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-103-29/+11
* r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher2007-10-104-5/+9
* r5137: fix typesStefan Metzmacher2007-10-102-2/+2
* r5136: fix typesStefan Metzmacher2007-10-104-8/+8
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-1014-121/+121
* r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell2007-10-105-7/+163
* r5120: encode outgoing nbt packets when queueing them rather than in the sendAndrew Tridgell2007-10-102-30/+45
* r5117: used a composite function to add 4 stage name registration. We send 3Andrew Tridgell2007-10-103-2/+151
* r5116: fixed build of the nbtlist codeAndrew Tridgell2007-10-101-2/+7
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-105-17/+228