summaryrefslogtreecommitdiffstats
path: root/source4/nbt_server/dgram/ntlogon.c
Commit message (Collapse)AuthorAgeFilesLines
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
| | | | | | | this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:dgram: s/private/private_dataStefan Metzmacher2009-02-021-1/+1
| | | | metze
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-3/+4
| | | | (This used to be commit 6fd0d9d3b75546d08c24c513e05b1843d5777608)
* r26310: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 9d806da113b5f0688b6193dfdee9b8765e18b38f)
* r25546: Convert to standard bool type.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit ac83dbf199fd442fc994d43a6e5e9fda8d4c88b6)
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-2/+3
| | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* 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)
* r14709: allways use the unicast socket of the interface, when reply to DGRAMStefan Metzmacher2007-10-101-2/+4
| | | | | | | | | requests... this fixes a bug where I thought windows would try KRB5 via broadcast... metze (This used to be commit 0e7b224294ce6a3b5bbdc284181ab496a5a0c058)
* 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)
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-3/+3
| | | | | | | | | | | | | | | | | | | | 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)
* r11041: r10358@SERNOX: metze | 2005-09-20 21:40:03 +0200Stefan Metzmacher2007-10-101-8/+8
| | | | | | | fix some missing nbt_peer_socket cases metze (This used to be commit bd25231c57f60296ad954d4f333c14d83781a1d1)
* r6323: added server side support for dgram NTLOGON requests. NT4 ↵Andrew Tridgell2007-10-101-0/+41
| | | | | | | workstations can now login to a Samba4 domain. (This used to be commit df146d64ebce6b462c08a1f30919390fcf8196cb)
* r6321: added IDL and test suite for NBT dgram 'sam logon' request (sent byAndrew Tridgell2007-10-101-0/+76
clients when a user tries to login) (This used to be commit 08ded62156b387457bc56b5910e1ddc813b375bd)