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