summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-1033-349/+297
* r5173: Refer to a proper zone file name in resulting messageAlexander Bokovoy2007-10-101-1/+1
* r5172: actually bind to the right address for the wildcard interface ....Andrew Tridgell2007-10-101-2/+4
* r5171: added support for "bind interfaces only" in nbtd. The solution was toAndrew Tridgell2007-10-105-89/+76
* r5170: fixed a bug handling events that have already timed out - they wereAndrew Tridgell2007-10-101-8/+4
* r5169: As provisioning script generates everything under $newdb/ directory, p...Alexander Bokovoy2007-10-101-2/+2
* r5156: started on test driven development of the nbt server. This adds aAndrew Tridgell2007-10-103-1/+179
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-1012-73/+71
* r5148: use ipv4_addr also in epmapper idlStefan Metzmacher2007-10-103-7/+7
* r5147: remove unused varStefan Metzmacher2007-10-101-3/+0
* r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher2007-10-1011-17/+30
* r5144: add more forward declarationsStefan Metzmacher2007-10-101-2/+7
* r5143: don't generate prototypes for lib/tdb/Stefan Metzmacher2007-10-103-1/+12
* r5142: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r5141: fix compiler warningsStefan Metzmacher2007-10-102-2/+2
* r5139: fix typesStefan Metzmacher2007-10-101-2/+2
* r5138: don't create prototypes for samba3's winbind client libStefan Metzmacher2007-10-101-1/+1
* r5137: fix typesStefan Metzmacher2007-10-1010-12/+12
* r5136: fix typesStefan Metzmacher2007-10-104-8/+8
* r5135: I prepare a clean up in includes.hStefan Metzmacher2007-10-102-1/+4
* r5134: - fix types to always use _t typesStefan Metzmacher2007-10-106-10/+13
* r5133: fix type mapping to internal typesStefan Metzmacher2007-10-101-5/+7
* r5130: added a single NBT name query benchmark. It keeps 10 queries in flight...Andrew Tridgell2007-10-103-0/+142
* r5129: make sure we don't spin chewing CPU time due to my last changeAndrew Tridgell2007-10-101-1/+5
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-1018-130/+130
* r5123: fixed a bug in the timed events handling. It was possible for a timedAndrew Tridgell2007-10-102-11/+26
* r5122: fixed name of winbind stream opsAndrew Tridgell2007-10-101-1/+1
* r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell2007-10-107-7/+246
* r5120: encode outgoing nbt packets when queueing them rather than in the sendAndrew Tridgell2007-10-102-30/+45
* r5119: fflush after talloc reports to ensure they are fully on disk when usin...Andrew Tridgell2007-10-101-1/+2
* r5118: added support for node status replies in nbtd. nmblookup -S now works ...Andrew Tridgell2007-10-107-17/+151
* r5117: used a composite function to add 4 stage name registration. We send 3Andrew Tridgell2007-10-105-22/+163
* r5116: fixed build of the nbtlist codeAndrew Tridgell2007-10-101-2/+7
* r5115: enable the nbt daemon by defaultAndrew Tridgell2007-10-101-1/+1
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-1018-211/+745
* r5109: - fixed handling of zero-length subcontexts in the ndr libraryAndrew Tridgell2007-10-102-4/+8
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-1014-4/+285
* r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell2007-10-104-242/+299
* r5106: removed a bunch of unused socket functions. We still needAndrew Tridgell2007-10-101-373/+1
* r5105: removed some unused events functions. These are no longer needed asAndrew Tridgell2007-10-101-30/+0
* r5104: - added support for task based servers. These are servers that withinAndrew Tridgell2007-10-1012-186/+377
* r5103: forgot to add two new filesAndrew Tridgell2007-10-102-0/+272
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-1036-1558/+633
* r5095: uint32 -> uint32_tTim Potter2007-10-101-3/+2
* r5094: Use builtin swig types for converting between fixed width integer types.Tim Potter2007-10-101-11/+8
* r5093: Make debugs less confusing when a 0 NTTIME is printed.Andrew Bartlett2007-10-101-1/+5
* r5092: Add a bit more const - moving it further into the LDB layer.Andrew Bartlett2007-10-103-5/+5
* r5091: The Kerberos secrets are queried by realmAndrew Bartlett2007-10-101-1/+1
* r5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON.Andrew Bartlett2007-10-103-17/+10
* r5089: Fix indentation.Andrew Bartlett2007-10-101-1/+1