summaryrefslogtreecommitdiffstats
path: root/source4/nbt_server/dgram
Commit message (Expand)AuthorAgeFilesLines
* 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
* r12934: do somemore debugging of the received browse packets,Stefan Metzmacher2007-10-101-2/+46
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-104-15/+46
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-104-9/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+2
* r12537: finally found the difference between us and w2k3 that caused w2kAndrew Tridgell2007-10-101-2/+9
* r11648: fix some bugs...Stefan Metzmacher2007-10-102-4/+4
* r11041: r10358@SERNOX: metze | 2005-09-20 21:40:03 +0200Stefan Metzmacher2007-10-103-18/+18
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2007-10-101-2/+2
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-2/+3
* r9011: Remove more references to "name" as a netbios name, using theAndrew Bartlett2007-10-101-10/+41
* r7955: we should not free a struct which is passed as a parameter, to a functionStefan Metzmacher2007-10-101-2/+0
* r7378: Lowercase netbios name when forming the DNS name of the DC in theAndrew Bartlett2007-10-101-4/+6
* r6904: use "krb5:kdc=yes" in your smb.conf when you have the lorikeet-heimdal...Stefan Metzmacher2007-10-101-1/+1
* r6618: only print the netlogon packets we receive if it is an unknown packet ...Andrew Tridgell2007-10-101-2/+1
* r6339: set the NBT_SERVER_LDAP and NBT_SERVER_KDC bits based on configAndrew Tridgell2007-10-101-3/+13
* r6338: ADS style GETDC response now works well enough that WinXP can joinAndrew Tridgell2007-10-101-0/+82
* r6323: added server side support for dgram NTLOGON requests. NT4 workstations...Andrew Tridgell2007-10-101-0/+41
* r6321: added IDL and test suite for NBT dgram 'sam logon' request (sent byAndrew Tridgell2007-10-102-0/+77
* r6320: some minor netlogon datagram fixes - NT4 can now join a Samba4 domain ...Andrew Tridgell2007-10-101-0/+1
* r6288: the nbt dgram server now responds to GETDC requests. It works with ourAndrew Tridgell2007-10-101-1/+64
* r6247: added the server side code for receiving mailslot requests, andAndrew Tridgell2007-10-103-0/+205