1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/utils
Andrew Tridgell 9d055846f2 r3278: - rewrote the client side rpc connection code to use lib/socket/
rather than doing everything itself. This greatly simplifies the
  code, although I really don't like the socket_recv() interface (it
  always allocates memory for you, which means an extra memcpy in this
  code)

- fixed several bugs in the socket_ipv4.c code, in particular client
  side code used a non-blocking connect but didn't handle EINPROGRESS,
  so it had no chance of working. Also fixed the error codes, using
  map_nt_error_from_unix()

- cleaned up and expanded map_nt_error_from_unix()

- changed interpret_addr2() to not take a mem_ctx. It makes absolutely
  no sense to allocate a fixed size 4 byte structure like this. Dozens
  of places in the code were also using interpret_addr2() incorrectly
  (precisely because the allocation made no sense)
(This used to be commit 7f2c771b0e)
2007-10-10 13:04:49 -05:00
..
net r2074: fixed a typo 2007-10-10 12:58:23 -05:00
config.m4 r2597: A small program that takes SID strings on stdin and produces a marshalled 2007-10-10 12:59:11 -05:00
config.mk r2597: A small program that takes SID strings on stdin and produces a marshalled 2007-10-10 12:59:11 -05:00
getntacl.c r2582: Merge checks for xattr and acl libraries from Samba3 so the {get,set}ntacl 2007-10-10 12:59:07 -05:00
ndrdump.c r3006: Poptify 2007-10-10 12:59:56 -05:00
nmblookup.c r3278: - rewrote the client side rpc connection code to use lib/socket/ 2007-10-10 13:04:49 -05:00
ntlm_auth.c r2643: convert more of the auth subsyystem to the new talloc methods. This 2007-10-10 12:59:15 -05:00
setntacl.c r2582: Merge checks for xattr and acl libraries from Samba3 so the {get,set}ntacl 2007-10-10 12:59:07 -05:00
setnttoken.c r2597: A small program that takes SID strings on stdin and produces a marshalled 2007-10-10 12:59:11 -05:00