index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
nbt_server
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r7378: Lowercase netbios name when forming the DNS name of the DC in the
Andrew Bartlett
1
-4
/
+6
2007-10-10
r7321: add nbtd statistics serving over irpc
Andrew Tridgell
2
-0
/
+31
2007-10-10
r6904: use "krb5:kdc=yes" in your smb.conf when you have the lorikeet-heimdal...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r6768: Fix wrong comment
Simo Sorce
1
-1
/
+1
2007-10-10
r6750: some minor tweaks to the cldapd server
Andrew Tridgell
1
-2
/
+4
2007-10-10
r6618: only print the netlogon packets we receive if it is an unknown packet ...
Andrew Tridgell
1
-2
/
+1
2007-10-10
r6339: set the NBT_SERVER_LDAP and NBT_SERVER_KDC bits based on config
Andrew Tridgell
1
-3
/
+13
2007-10-10
r6338: ADS style GETDC response now works well enough that WinXP can join
Andrew Tridgell
1
-0
/
+82
2007-10-10
r6323: added server side support for dgram NTLOGON requests. NT4 workstations...
Andrew Tridgell
1
-0
/
+41
2007-10-10
r6321: added IDL and test suite for NBT dgram 'sam logon' request (sent by
Andrew Tridgell
3
-0
/
+78
2007-10-10
r6320: some minor netlogon datagram fixes - NT4 can now join a Samba4 domain ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r6288: the nbt dgram server now responds to GETDC requests. It works with our
Andrew Tridgell
1
-1
/
+64
2007-10-10
r6247: added the server side code for receiving mailslot requests, and
Andrew Tridgell
5
-39
/
+224
2007-10-10
r6184: the beginnings of the libcli/dgram/ library, and the dgram
Andrew Tridgell
3
-3
/
+59
2007-10-10
r5585: LDB interfaces change:
Simo Sorce
2
-7
/
+7
2007-10-10
r5454: moved the WINS server code into its own directory
Andrew Tridgell
6
-10
/
+19
2007-10-10
r5418: - added version numbers to WINS database records in preparation for ad...
Andrew Tridgell
4
-4
/
+84
2007-10-10
r5411: make network interface selection a bit saner
Andrew Tridgell
1
-0
/
+5
2007-10-10
r5408: - added testing for the behaviour of the special 0x1c name
Andrew Tridgell
4
-9
/
+20
2007-10-10
r5397: added testing and server support for the special handling required for...
Andrew Tridgell
1
-0
/
+6
2007-10-10
r5392: added "secure" WINS server processing. Send a WACK on name
Andrew Tridgell
6
-47
/
+280
2007-10-10
r5387: - added automatic WINS server record expiry
Andrew Tridgell
3
-20
/
+149
2007-10-10
r5375: use a real DN in the WINS database. We now pass the NBT-WINS test.
Andrew Tridgell
1
-2
/
+2
2007-10-10
r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...
Andrew Tridgell
7
-28
/
+393
2007-10-10
r5352: added a function nbt_name_string() that formats a nbt_name structure
Andrew Tridgell
7
-39
/
+47
2007-10-10
r5346: - a bit more preparation for the WINS server going in
Andrew Tridgell
8
-144
/
+263
2007-10-10
r5329: made the nbt server case sensitive
Andrew Tridgell
2
-2
/
+2
2007-10-10
r5304: removed lib/socket/socket.h from includes.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5294: - added a separate NBT-WINS test for WINS operations (register, refres...
Andrew Tridgell
1
-4
/
+4
2007-10-10
r5276: - added support for NBT_OPCODE_REFRESH2 (type 0x9)
Andrew Tridgell
5
-34
/
+145
2007-10-10
r5260: - show an error message on nmblookup failure
Andrew Tridgell
1
-3
/
+0
2007-10-10
r5259: make sure we give the ip of the interface that a name query comes in
Andrew Tridgell
3
-8
/
+25
2007-10-10
r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, to
Andrew Tridgell
11
-64
/
+287
2007-10-10
r5222: made the nbtd_self_packet() code more efficient
Andrew Tridgell
1
-6
/
+16
2007-10-10
r5216: don't defend group names against incoming name registration requests
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5215: register aliases as both client and server node types, so nmblookup ca...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5214: added support for "netbios aliases" in smb.conf
Andrew Tridgell
1
-1
/
+8
2007-10-10
r5213: do our name broadcast refresh requests as register packets not refresh
Andrew Tridgell
1
-4
/
+9
2007-10-10
r5212: added checking for receiving our own packets as broadcasts
Andrew Tridgell
2
-0
/
+35
2007-10-10
r5211: added broadcast name defense against both registration and refresh
Andrew Tridgell
4
-7
/
+124
2007-10-10
r5210: changed server side nbt functions to be prefixed with nbtd_ instead of
Andrew Tridgell
8
-76
/
+79
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
2
-2
/
+2
2007-10-10
r5196: fixed sily bug (that metze found)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
1
-8
/
+6
2007-10-10
r5172: actually bind to the right address for the wildcard interface ....
Andrew Tridgell
1
-2
/
+4
2007-10-10
r5171: added support for "bind interfaces only" in nbtd. The solution was to
Andrew Tridgell
5
-89
/
+76
2007-10-10
r5155: define ipv4address as a based IDL type, mapped to a "const char *" in
Andrew Tridgell
1
-1
/
+3
2007-10-10
r5147: remove unused var
Stefan Metzmacher
1
-3
/
+0
2007-10-10
r5145: define struct ipv4_addr in misc.idl,
Stefan Metzmacher
2
-1
/
+4
2007-10-10
r5126: the composite code is no longer client specific or smb specific, so
Andrew Tridgell
1
-2
/
+2
[next]