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
/
source3
/
lib
/
util_sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-12
s3:lib: s/SMBkeepalive/NBSSkeepalive
Stefan Metzmacher
1
-2
/
+2
2011-07-08
s3:libsmb: remove unused enum smb_read_errors infrastructure
Stefan Metzmacher
1
-20
/
+0
2011-07-06
s3: Follow the TALLOC_FREE convention in source3
Volker Lendecke
1
-1
/
+1
2011-07-06
s3: Fix Coverity ID 2586 -- NO_EFFECT
Volker Lendecke
1
-1
/
+1
2011-07-04
s3-util: Add a get_remote_hostname() function.
Andreas Schneider
1
-0
/
+108
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
1
-1
/
+1
2011-06-01
lib/util/time.c: timeval_current_ofs_usec
Rusty Russell
1
-7
/
+7
2011-05-17
is_my_ipaddr() should recognise loopback addresses as ours.
Jeremy Allison
1
-5
/
+5
2011-05-08
s3-lib Use common lib/socket code for get_interfaces() et al
Andrew Bartlett
1
-1
/
+1
2011-05-08
Improve debug messages when creating socket directories
Andrew Bartlett
1
-5
/
+12
2011-05-05
More const fixes for compiler warnings from the waf build.
Jeremy Allison
1
-2
/
+2
2011-05-03
lib/util Move set_socket_options() into common code.
Andrew Bartlett
1
-160
/
+0
2011-05-03
lib/util Move more network utility functions from source3 into lib/util
Andrew Bartlett
1
-156
/
+0
2011-04-29
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
1
-0
/
+2
2011-04-25
s3:lib/util_sock: listen on IPv6 addresses with IPV6_ONLY (bug #7383)
Stefan Metzmacher
1
-0
/
+26
2011-04-13
s3-util_sock: very brief documentation for open_socket_out().
Günther Deschner
1
-0
/
+10
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-24
Fix is_myname_or_ipaddr() to be robust against strange DNS setups.
Jeremy Allison
1
-30
/
+56
2011-03-23
s3-lib Remove the clobber_region() code.
Andrew Bartlett
1
-4
/
+0
2011-03-16
s3-interfaces: only include interfaces.h where needed.
Günther Deschner
1
-0
/
+1
2011-02-28
s3: Eliminate sys_select_intr from read_fd_with_timeout
Volker Lendecke
1
-12
/
+7
2011-02-28
s3: Add poll_intr_one_fd
Volker Lendecke
1
-0
/
+17
2011-02-28
s3: Add poll_one_fd()
Volker Lendecke
1
-0
/
+27
2011-02-27
s3: Make is_zero_addr take a sockaddr_storage
Volker Lendecke
1
-1
/
+1
2011-02-09
s3: Fix some nonempty blank lines and some typos
Volker Lendecke
1
-1
/
+1
2010-12-22
s3: Remove unused open_any_socket_out
Volker Lendecke
1
-165
/
+0
2010-12-19
s3: Fix some typos
Volker Lendecke
1
-1
/
+1
2010-10-07
s3: Adding TCP_KEEPALIVE_THRESHOLD and TCP_KEEPALIVE_ABORT_THRESHOLD to t...
Ira Cooper
1
-0
/
+6
2010-10-01
samba: share select wrappers.
Günther Deschner
1
-0
/
+1
2010-09-20
s3-build: only include async headers where needed.
Günther Deschner
1
-0
/
+1
2010-08-26
s3-build: only include memcache.h where needed.
Günther Deschner
1
-0
/
+1
2010-08-18
s3: Fix an uninitialized variable
Volker Lendecke
1
-3
/
+2
2010-08-17
s3: Move read_smb_length() to smbd/reply.c
Volker Lendecke
1
-42
/
+0
2010-08-17
s3: Remove smbd_server_fd from receive_smb_raw
Volker Lendecke
1
-25
/
+4
2010-08-17
s3: Lift smbd_server_fd() from read_smb_length_return_keepalive
Volker Lendecke
1
-13
/
+24
2010-08-17
s3: Lift smbd_server_fd() from read_data()
Volker Lendecke
1
-19
/
+1
2010-08-17
s3: Lift smbd_server_fd() from read_fd_with_timeout()
Volker Lendecke
1
-43
/
+44
2010-08-17
s3-util: remove unused variable.
Günther Deschner
1
-1
/
+0
2010-08-17
s3: Remove smbd_server_fd() from write_data()
Volker Lendecke
1
-20
/
+1
2010-08-16
s3: Remove get_client_fd()
Volker Lendecke
1
-4
/
+4
2010-03-26
s3-util_sock: Rise debug level for getpeername failed messages.
Karolin Seeger
1
-4
/
+6
2009-09-15
libcli:nbt make the lmhosts parsing code and dependicies common
Andrew Bartlett
1
-115
/
+0
2009-09-06
Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".
Jeremy Allison
1
-17
/
+25
2009-09-05
Save and report the correct errno value.
Simo Sorce
1
-8
/
+12
2009-07-28
(Hopefully) fix the problem Kai reported with
Jeremy Allison
1
-5
/
+53
2009-07-14
s3: allow setting the TCP_QUICKACK socket option
Björn Jacke
1
-0
/
+3
2009-06-08
Make open_udp_socket() IPv6 clean. Trying to fix bug #6437 - Unable to join I...
Jeremy Allison
1
-10
/
+25
2009-06-06
Allow AF_UNIX for open_socket_out
Volker Lendecke
1
-0
/
+4
[next]