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
/
libcli
/
nbt
/
nbtsocket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200
Stefan Metzmacher
1
-20
/
+19
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7483: ensure we try reading from a socket if epoll says we can, and don't
Andrew Tridgell
1
-1
/
+2
2007-10-10
r7229: use socket_pending() to get rid of the max packet size limits in the
Andrew Tridgell
1
-3
/
+8
2007-10-10
r6692: used idr_get_new_random() in the nbt client library
Andrew Tridgell
1
-13
/
+4
2007-10-10
r5391: cope with w2k3 getting the timeout wrong in wack replies
Andrew Tridgell
1
-3
/
+3
2007-10-10
r5304: removed lib/socket/socket.h from includes.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na...
Andrew Tridgell
1
-10
/
+18
2007-10-10
r5261: translate nbt rcode errors to NTSTATUS codes
Andrew Tridgell
1
-0
/
+26
2007-10-10
r5260: - show an error message on nmblookup failure
Andrew Tridgell
1
-4
/
+2
2007-10-10
r5250: - added low level support for retrying nbt name queries, rather than
Andrew Tridgell
1
-46
/
+92
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5195: most events don't need the time of the event, so save a gettimeofday()...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
1
-22
/
+16
2007-10-10
r5145: define struct ipv4_addr in misc.idl,
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r5120: encode outgoing nbt packets when queueing them rather than in the send
Andrew Tridgell
1
-29
/
+37
2007-10-10
r5114: the nbtd task can now act as a basic B-node server. It registers its
Andrew Tridgell
1
-7
/
+45
2007-10-10
r5108: the beginnings of a nbtd server for Samba4. Currently just displays
Andrew Tridgell
1
-1
/
+22
2007-10-10
r4944: every event_add_*() caller was having to call talloc_steal() to take
Andrew Tridgell
1
-5
/
+2
2007-10-10
r4943: Smplified the events handling code a lot. The first source of
Andrew Tridgell
1
-12
/
+2
2007-10-10
r4915: free temp context _before_ the async callback, as the async callback m...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4909: fixed name_trn_id generation (thanks to metze for spotting the bug!)
Andrew Tridgell
1
-1
/
+3
2007-10-10
r4901: a bit more info on nbt packets under high debug level
Andrew Tridgell
1
-2
/
+5
2007-10-10
r4898: - removed the unused wins_srv_*() code
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4891: - added a generic resolve_name() async interface in libcli/resolve/,
Andrew Tridgell
1
-5
/
+43
2007-10-10
r4885: added a new NBT client library. Features include:
Andrew Tridgell
1
-0
/
+347