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
/
register.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-14
s4:misc: remove last usage of legacy event_ fn names
Simo Sorce
1
-1
/
+1
2010-10-18
libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_req
Stefan Metzmacher
1
-6
/
+7
2010-10-18
s4:nbt_server/register: add a nbtd_register_name_state
Stefan Metzmacher
1
-21
/
+36
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-13
/
+13
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-1
/
+1
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-09-23
s4-nbt: use private_data instead of private.
Günther Deschner
1
-2
/
+2
2007-12-21
r26408: Remove use of global_loadparm.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26381: Move global_loadparm higher up the call stack.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
1
-11
/
+11
2007-10-10
r25546: Convert to standard bool type.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-10
/
+10
2007-10-10
r25363: Move service code to separate module.
Jelmer Vernooij
1
-4
/
+3
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r20149: Remove the smb.conf distinction between PDC and BDC. Now the correct
Andrew Bartlett
1
-9
/
+9
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13006: always debug the unicast and broadcast address
Stefan Metzmacher
1
-11
/
+12
2007-10-10
r12607: fix the build
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r11329: the 0x1C must be registered as group name
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r10504: - seperate implementation specific stuff, from the generic composite
Stefan Metzmacher
1
-11
/
+10
2007-10-10
r8285: generate some real stats in the nbt server for the irpc client code to...
Andrew Tridgell
1
-0
/
+4
2007-10-10
r6184: the beginnings of the libcli/dgram/ library, and the dgram
Andrew Tridgell
1
-0
/
+12
2007-10-10
r5352: added a function nbt_name_string() that formats a nbt_name structure
Andrew Tridgell
1
-10
/
+16
2007-10-10
r5329: made the nbt server case sensitive
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5276: - added support for NBT_OPCODE_REFRESH2 (type 0x9)
Andrew Tridgell
1
-3
/
+5
2007-10-10
r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, to
Andrew Tridgell
1
-15
/
+28
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
r5210: changed server side nbt functions to be prefixed with nbtd_ instead of
Andrew Tridgell
1
-24
/
+25
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
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
r5171: added support for "bind interfaces only" in nbtd. The solution was to
Andrew Tridgell
1
-1
/
+4
2007-10-10
r5126: the composite code is no longer client specific or smb specific, so
Andrew Tridgell
1
-2
/
+2
2007-10-10
r5121: added periodic name refresh requests for all our registered names, rep...
Andrew Tridgell
1
-0
/
+82
2007-10-10
r5118: added support for node status replies in nbtd. nmblookup -S now works ...
Andrew Tridgell
1
-5
/
+9
2007-10-10
r5117: used a composite function to add 4 stage name registration. We send 3
Andrew Tridgell
1
-20
/
+11
2007-10-10
r5114: the nbtd task can now act as a basic B-node server. It registers its
Andrew Tridgell
1
-0
/
+161