1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/client
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
..
client.c r2906: fixed a memory leak in the smbclient -L code 2007-10-10 12:59:46 -05:00
clitar.c r2577: - I recently found out that charaters below 0x3F are guaranteed not to 2007-10-10 12:59:07 -05:00
config.m4 r866: convert the rest of the binaries to config.mk files 2007-10-10 12:56:13 -05:00
config.mk r866: convert the rest of the binaries to config.mk files 2007-10-10 12:56:13 -05:00
mount.cifs.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
smbmnt.c r962: convert 'unsigned' and 'unsigned int' to uint_t 2007-10-10 12:56:23 -05:00
smbmount.c r3278: - rewrote the client side rpc connection code to use lib/socket/ 2007-10-10 13:04:49 -05:00
smbspool.c r2710: continue with the new style of providing a parent context whenever 2007-10-10 12:59:25 -05:00
smbumount.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
tree.c first public release of samba4 code 2003-08-13 01:53:07 +00:00