Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5372: fixed the build | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5358: - added initial WINS server code. It passes most of the NBT-WINS test,... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r5334: Bah, it's all to hard... | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r5330: Remove #include <sys/time.h> from includes.h. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r5309: removed ads.h from includes.h | Andrew Tridgell | 3 | -2/+3 |
2007-10-10 | r5308: trimmed back a lot of the old macros from smb_macros.h | Andrew Tridgell | 1 | -67/+10 |
2007-10-10 | r5307: removed db_wrap.h from includes.h | Andrew Tridgell | 2 | -1/+1 |
2007-10-10 | r5306: removed all the unused mutex functions from mutex.c. When (if?) we | Andrew Tridgell | 3 | -12/+3 |
2007-10-10 | r5305: removed libcli/ldap/ldap.h from includes.h | Andrew Tridgell | 2 | -1/+2 |
2007-10-10 | r5304: removed lib/socket/socket.h from includes.h | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 4 | -16/+19 |
2007-10-10 | r5296: - only include the tdb headers where they are needed | Andrew Tridgell | 2 | -4/+1 |
2007-10-10 | r5294: - added a separate NBT-WINS test for WINS operations (register, refres... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5285: add a generic dlist_item struct which has a void *ptr for the data | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5253: need to pre-declare some structures | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r5249: don't include ';' in the default list separators for parsing | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5248: fixed a silly bug in DLIST_ADD_AFTER() | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5237: Add error code for "class not registered" | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -63/+0 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5187: ordered the timed events in the events code, which makes processing | Andrew Tridgell | 1 | -18/+10 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 1 | -61/+35 |
2007-10-10 | r5155: define ipv4address as a based IDL type, mapped to a "const char *" in | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r5145: define struct ipv4_addr in misc.idl, | Stefan Metzmacher | 1 | -9/+1 |
2007-10-10 | r5144: add more forward declarations | Stefan Metzmacher | 1 | -2/+7 |
2007-10-10 | r5134: - fix types to always use _t types | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5121: added periodic name refresh requests for all our registered names, rep... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5117: used a composite function to add 4 stage name registration. We send 3 | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5114: the nbtd task can now act as a basic B-node server. It registers its | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r5108: the beginnings of a nbtd server for Samba4. Currently just displays | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r5104: - added support for task based servers. These are servers that within | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5102: This is a major simplification of the logic for controlling top level | Andrew Tridgell | 2 | -2/+5 |
2007-10-10 | r5038: we don't need these defines any more | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r5034: - added a type mapping function in pidl, so the type names in our IDL | Andrew Tridgell | 2 | -52/+0 |
2007-10-10 | r4980: Copy RAP callno constants from Samba 3 and start to use them. | Tim Potter | 1 | -0/+261 |
2007-10-10 | r4949: First version of a fetchfile composite function which connects to a se... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r4943: Smplified the events handling code a lot. The first source of | Andrew Tridgell | 1 | -4/+11 |
2007-10-10 | r4900: build fix for IRIX 6.5 | Andrew Tridgell | 2 | -5/+5 |
2007-10-10 | r4895: I missed this in my previous 'use secrets.ldb' commit. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r4892: we don't need nameserv.h any more | Andrew Tridgell | 2 | -659/+0 |
2007-10-10 | r4885: added a new NBT client library. Features include: | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r4817: ccache was being made ineffective on all the build farm machines | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r4816: Note that NTTIME is 4-byte aligned which makes the comment about align... | Tim Potter | 1 | -1/+1 |
2007-10-10 | r4781: the tolower() in schema.c is a premature optimisation. I suspect the | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r4780: tolower() requires ctype.h | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r4777: added a smb_composite_sesssetup() async composite function. This | Andrew Tridgell | 2 | -22/+2 |
2007-10-10 | r4769: added a smb_composite_connect() function that provides a simple async | Andrew Tridgell | 1 | -0/+1 |