summaryrefslogtreecommitdiff
path: root/source4/nbt_server/dgram
AgeCommit message (Expand)AuthorFilesLines
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2011-10-31s4:nbt_server/dgram: higher debug level for NBT_MAILSLOT_NETLOGON requestsStefan Metzmacher1-1/+1
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2010-11-08s4-debug: lowered the debug level of some unimportant messagesAndrew Tridgell1-1/+1
2010-10-18s4:"util_ldb" - remove some really unused dependanciesMatthias Dieter Wallnöfer1-1/+0
2010-10-17Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer1-0/+1
2010-10-17s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer1-1/+0
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell3-13/+13
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-5/+2
2010-04-28s4-netlogon: fixed getDcNameEx2 for blank inputsAndrew Tridgell1-1/+1
2009-06-01fix uninitialised use of samctxAndrew Tridgell1-0/+2
2009-05-26Don't use crossRef records to find our own domainAndrew Bartlett1-16/+5
2009-02-02s4:dgram: s/private/private_dataStefan Metzmacher2-2/+2
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij2-0/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-10-02The IRIX compiler does not like embedded unnamed unionsVolker Lendecke1-2/+2
2008-06-30Rework samdb handling for 'netlogon' packets.Andrew Bartlett1-10/+2
2008-05-21Extend the 'netlogon' CLDAP and NBT implementation.Andrew Bartlett1-1/+1
2008-05-21Further tests show NTLOGON and NETLOGON to be identical.Andrew Bartlett1-5/+0
2008-05-20Revert addition of 'mailslot' parameter.Andrew Bartlett2-7/+3
2008-05-17Handle netbios domains in the CLDAP server too.Andrew Bartlett1-3/+14
2008-05-17Show that the NTLOGON and NETLOGON mailslots are *very* similar.Andrew Bartlett3-105/+48
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-2/+2
2008-02-27Remove more global_loadparm uses.Jelmer Vernooij1-2/+5
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij3-17/+19
2007-12-21r26310: Remove more uses of global_loadparm.Jelmer Vernooij2-0/+3
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-2/+2
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij1-2/+2
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-10-10r25546: Convert to standard bool type.Jelmer Vernooij2-3/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij3-12/+18
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij3-0/+3
2007-10-10r24246: Avoid the annoying 'probable memory leak in ldb' messages, by fixingAndrew Bartlett1-5/+5
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell4-12/+8
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-1/+1
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-3/+3
2007-10-10r19699: - use better names for the site stringsStefan Metzmacher1-2/+2
2007-10-10r19262: Don't DEBUG() an unitialised variableAndrew Bartlett1-1/+4
2007-10-10r18434: Fix typo...Andrew Bartlett1-1/+1
2007-10-10r18433: Make sure to search below the partitions baseDN for the netbios name.Andrew Bartlett1-1/+4
2007-10-10r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell1-1/+3
2007-10-10r17634: Kill off another case where we used dnsDomain, and point it again atAndrew Bartlett1-5/+5
2007-10-10r16239: Search for the domain in the correct partition, so this will work withAndrew Bartlett1-1/+2
2007-10-10r14709: allways use the unicast socket of the interface, when reply to DGRAMStefan Metzmacher2-9/+15
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij4-0/+4
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2-0/+3
2007-10-10r13807: print out the netbios name the packet is forStefan Metzmacher3-6/+9
2007-10-10r12958: don't bind to '255.255.255.255'Stefan Metzmacher1-28/+35
2007-10-10r12934: do somemore debugging of the received browse packets,Stefan Metzmacher1-2/+46
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett4-15/+46