summaryrefslogtreecommitdiffstats
path: root/source4/nbt_server/dgram/browse.c
Commit message (Collapse)AuthorAgeFilesLines
* s4-debug: lowered the debug level of some unimportant messagesAndrew Tridgell2010-11-081-1/+1
|
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
| | | | remove some unused functions.
* Revert addition of 'mailslot' parameter.Andrew Bartlett2008-05-201-1/+0
| | | | | | | | It turns out that the mailslot name (and a useful private prointer) is provided in the struct dgram_mailslot_handler. Andrew Bartlett (This used to be commit e17804b8857fdb3c182c5e886323b9d6c194c2ff)
* Show that the NTLOGON and NETLOGON mailslots are *very* similar.Andrew Bartlett2008-05-171-0/+1
| | | | | | | | Rework the mailslot infrustructure to cope, passing down the mailslot name so that we can implement both in the same callback function. Andrew Bartlett (This used to be commit 89fdd77891529aa74bb920994b8b5959aae8ac2d)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r19262: Don't DEBUG() an unitialised variableAndrew Bartlett2007-10-101-1/+4
| | | | (This used to be commit 548c682fe5aff4657f53d7986642a87566f6f531)
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
| | | | | try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
* r13807: print out the netbios name the packet is forStefan Metzmacher2007-10-101-2/+3
| | | | | metze (This used to be commit e73cc5060c4cf4ac286c407fb8a323ce6be6b79c)
* r12934: do somemore debugging of the received browse packets,Stefan Metzmacher2007-10-101-2/+46
| | | | | | | (so I may learn about the protocol, while watching the debug output) metze (This used to be commit 40d7033a1472e5f6b7760984b7d2b6b7db2db860)
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-1/+2
| | | | | | | | | | | | | | | | | | | | structure that is more generic than just 'IP/port'. It now passes make test, and has been reviewed and updated by metze. (Thankyou *very* much). This passes 'make test' as well as kerberos use (not currently in the testsuite). The original purpose of this patch was to have Samba able to pass a socket address stucture from the BSD layer into the kerberos routines and back again. It also removes nbt_peer_addr, which was being used for a similar purpose. It is a large change, but worthwhile I feel. Andrew Bartlett (This used to be commit 88198c4881d8620a37086f80e4da5a5b71c5bbb2)
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-3/+0
| | | | (This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
* r11648: fix some bugs...Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 475eb4cc96aa147897fd6b0d5b5cc0509fb1d2a0)
* r11041: r10358@SERNOX: metze | 2005-09-20 21:40:03 +0200Stefan Metzmacher2007-10-101-2/+2
| | | | | | | fix some missing nbt_peer_socket cases metze (This used to be commit bd25231c57f60296ad954d4f333c14d83781a1d1)
* r6247: added the server side code for receiving mailslot requests, andAndrew Tridgell2007-10-101-0/+38
parsing incoming netlogon requests. No replies are sent yet. (This used to be commit 3b34df6a674cd2aeddc354cdadae3f0e1c000d45)