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