summaryrefslogtreecommitdiff
path: root/source4/nbt_server/dgram
Commit message (Expand)AuthorAgeFilesLines
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* s4:dsdb: Move cldap netlogon functions into samdb/ldb_modulesBenjamin Franzke2013-11-111-1/+1
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+1
* s4:nbt_server/dgram: higher debug level for NBT_MAILSLOT_NETLOGON requestsStefan Metzmacher2011-10-311-1/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4-debug: lowered the debug level of some unimportant messagesAndrew Tridgell2010-11-081-1/+1
* s4:"util_ldb" - remove some really unused dependanciesMatthias Dieter Wallnöfer2010-10-181-1/+0
* Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer2010-10-171-0/+1
* s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer2010-10-171-1/+0
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-163-13/+13
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-5/+2
* s4-netlogon: fixed getDcNameEx2 for blank inputsAndrew Tridgell2010-04-281-1/+1
* fix uninitialised use of samctxAndrew Tridgell2009-06-011-0/+2
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-261-16/+5
* s4:dgram: s/private/private_dataStefan Metzmacher2009-02-022-2/+2
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-202-0/+2
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-021-2/+2
* Rework samdb handling for 'netlogon' packets.Andrew Bartlett2008-06-301-10/+2
* Extend the 'netlogon' CLDAP and NBT implementation.Andrew Bartlett2008-05-211-1/+1
* Further tests show NTLOGON and NETLOGON to be identical.Andrew Bartlett2008-05-211-5/+0
* Revert addition of 'mailslot' parameter.Andrew Bartlett2008-05-202-7/+3
* Handle netbios domains in the CLDAP server too.Andrew Bartlett2008-05-171-3/+14
* Show that the NTLOGON and NETLOGON mailslots are *very* similar.Andrew Bartlett2008-05-173-105/+48
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-2/+2
* Remove more global_loadparm uses.Jelmer Vernooij2008-02-271-2/+5
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-213-17/+19
* r26310: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-212-0/+3
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-2/+2
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-211-2/+2
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25546: Convert to standard bool type.Jelmer Vernooij2007-10-102-3/+3
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-103-12/+18
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-103-0/+3
* r24246: Avoid the annoying 'probable memory leak in ldb' messages, by fixingAndrew Bartlett2007-10-101-5/+5
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-104-12/+8
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-1/+1
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-3/+3
* r19699: - use better names for the site stringsStefan Metzmacher2007-10-101-2/+2
* r19262: Don't DEBUG() an unitialised variableAndrew Bartlett2007-10-101-1/+4
* r18434: Fix typo...Andrew Bartlett2007-10-101-1/+1
* r18433: Make sure to search below the partitions baseDN for the netbios name.Andrew Bartlett2007-10-101-1/+4
* r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell2007-10-101-1/+3
* r17634: Kill off another case where we used dnsDomain, and point it again atAndrew Bartlett2007-10-101-5/+5
* r16239: Search for the domain in the correct partition, so this will work withAndrew Bartlett2007-10-101-1/+2
* r14709: allways use the unicast socket of the interface, when reply to DGRAMStefan Metzmacher2007-10-102-9/+15
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-104-0/+4
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-102-0/+3
* r13807: print out the netbios name the packet is forStefan Metzmacher2007-10-103-6/+9
* r12958: don't bind to '255.255.255.255'Stefan Metzmacher2007-10-101-28/+35