summaryrefslogtreecommitdiffstats
path: root/source4/include
Commit message (Expand)AuthorAgeFilesLines
...
* r5307: removed db_wrap.h from includes.hAndrew Tridgell2007-10-102-1/+1
* r5306: removed all the unused mutex functions from mutex.c. When (if?) weAndrew Tridgell2007-10-103-12/+3
* r5305: removed libcli/ldap/ldap.h from includes.hAndrew Tridgell2007-10-102-1/+2
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-1/+0
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-104-16/+19
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-102-4/+1
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-101-0/+1
* r5285: add a generic dlist_item struct which has a void *ptr for the dataStefan Metzmacher2007-10-101-0/+4
* r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na...Andrew Tridgell2007-10-101-0/+1
* r5253: need to pre-declare some structuresAndrew Tridgell2007-10-101-2/+3
* r5249: don't include ';' in the default list separators for parsingAndrew Tridgell2007-10-101-1/+1
* r5248: fixed a silly bug in DLIST_ADD_AFTER()Andrew Tridgell2007-10-101-0/+1
* r5237: Add error code for "class not registered"Jelmer Vernooij2007-10-101-0/+2
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-63/+0
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-1/+1
* r5187: ordered the timed events in the events code, which makes processingAndrew Tridgell2007-10-101-18/+10
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-61/+35
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-101-0/+8
* r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher2007-10-101-9/+1
* r5144: add more forward declarationsStefan Metzmacher2007-10-101-2/+7
* r5134: - fix types to always use _t typesStefan Metzmacher2007-10-101-2/+2
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-101-1/+1
* r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell2007-10-101-0/+1
* r5117: used a composite function to add 4 stage name registration. We send 3Andrew Tridgell2007-10-101-0/+1
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-101-1/+2
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-101-0/+2
* r5104: - added support for task based servers. These are servers that withinAndrew Tridgell2007-10-101-0/+1
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-102-2/+5
* r5038: we don't need these defines any moreAndrew Tridgell2007-10-101-4/+0
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+0
* r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2007-10-102-52/+0
* r4980: Copy RAP callno constants from Samba 3 and start to use them.Tim Potter2007-10-101-0/+261
* r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke2007-10-101-0/+1
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-101-4/+11
* r4900: build fix for IRIX 6.5Andrew Tridgell2007-10-102-5/+5
* r4895: I missed this in my previous 'use secrets.ldb' commit.Andrew Bartlett2007-10-101-0/+2
* r4892: we don't need nameserv.h any moreAndrew Tridgell2007-10-102-659/+0
* r4885: added a new NBT client library. Features include:Andrew Tridgell2007-10-101-0/+7
* r4817: ccache was being made ineffective on all the build farm machinesAndrew Tridgell2007-10-101-1/+0
* r4816: Note that NTTIME is 4-byte aligned which makes the comment about align...Tim Potter2007-10-101-1/+1
* r4781: the tolower() in schema.c is a premature optimisation. I suspect theAndrew Tridgell2007-10-101-4/+0
* r4780: tolower() requires ctype.hJelmer Vernooij2007-10-101-0/+4
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-102-22/+2
* r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell2007-10-101-0/+1
* r4764: Add some more structs to keep the proto.h compile happy.Andrew Bartlett2007-10-101-0/+2
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-101-2/+2
* r4723: Predefine libnet_JoinDomain as it's used in proto.hJelmer Vernooij2007-10-101-0/+1
* r4717: fixed our usage of VA_COPY to be more standards compliantAndrew Tridgell2007-10-101-1/+2
* r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell2007-10-101-1/+2
* r4700: first attempt at a composite async function, smb_composite_loadfile(),Andrew Tridgell2007-10-101-0/+3