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
2003-02-07
Samba janitor: adding mbp's umask patch :-).
Jeremy Allison
1
-79
/
+69
2003-01-09
Remove read_with_timeout() and replaced its only caller (the passwd chat
Tim Potter
1
-81
/
+1
2003-01-02
BIG patch...
Andrew Bartlett
1
-1
/
+1
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-1
/
+1
2002-10-03
Another patch from Steve Langasek <vorlon@netexpress.net>, again from the
Andrew Bartlett
1
-3
/
+3
2002-09-15
Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOS
Jelmer Vernooij
1
-0
/
+5
2002-08-25
Patch from mimir to back out idra's attempted DOS mitigation patch.
Andrew Bartlett
1
-2
/
+2
2002-08-23
We never checked if the smb packet len is != 0
Simo Sorce
1
-2
/
+2
2002-08-21
Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatible
Jelmer Vernooij
1
-1
/
+1
2002-07-31
added support for smbd listening on port 445 and 139. It now listens
Andrew Tridgell
1
-1
/
+1
2002-07-08
Kill off const warnings - add a pile of const to various places.
Andrew Bartlett
1
-1
/
+1
2002-07-01
used findstatic.pl to make some variables static and remove some dead
Andrew Tridgell
1
-87
/
+18
2002-06-21
Changed level of "bind succeded on port %d" debug to 10.
Tim Potter
1
-1
/
+1
2002-06-15
Add back sys_getpwnam() and freinds to the system.c interface, but don't
Andrew Bartlett
1
-2
/
+2
2002-05-18
Move client_receive_smb to clientgen.c as a static, as proposed by Elrond.
Andrew Bartlett
1
-34
/
+0
2002-05-17
This removes --with-ssl from Samba.
Andrew Bartlett
1
-71
/
+0
2002-04-19
Fixed one more sendto.
Jeremy Allison
1
-1
/
+1
2002-04-19
Fix send and recvfrom.
Jeremy Allison
1
-11
/
+11
2002-04-19
First cut at fix for the EINTR problem... More needs to be done I think.
Jeremy Allison
1
-136
/
+130
2002-03-23
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
1
-1
/
+1
2002-02-23
Only set smb_read_error if not already set.
Jeremy Allison
1
-6
/
+20
2002-02-15
Back out 1.16.2.3:
Martin Pool
1
-1
/
+5
2002-01-31
Fix from Michael Steffens <michael_steffens@hp.com> to make signal
Jeremy Allison
1
-2
/
+2
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-22
Having a const parameter for set_socket_options() causes too much confusion.
Tim Potter
1
-1
/
+1
2002-01-21
Removed freebsd hack. Not correct.
Jeremy Allison
1
-4
/
+0
2002-01-20
This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a
Andrew Bartlett
1
-12
/
+27
2002-01-19
Added #ifdef for FreeBSD TCP bug.
Jeremy Allison
1
-0
/
+4
2002-01-15
Add constness to filenames passed to functions.
Martin Pool
1
-1
/
+1
2002-01-13
A couple of coding syle updates to follow the re-indent.
Andrew Bartlett
1
-5
/
+5
2002-01-13
Re-indent these two functions to make it actually possible to understand their
Andrew Bartlett
1
-161
/
+161
2002-01-13
I'm doing some things towards the NamedPipes game with lckl and he has asked me
Andrew Bartlett
1
-1
/
+103
2001-12-20
fixed warnings on irix and crash bug on big endian machines
Andrew Tridgell
1
-1
/
+1
2001-11-24
added "net join" command
Andrew Tridgell
1
-0
/
+31
2001-10-24
Removed unused function.
Tim Potter
1
-68
/
+0
2001-10-20
Converted a bunch of 0x85 constants to SMBkeepalive.
Tim Potter
1
-4
/
+4
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-3
/
+0
2001-09-26
OpenSSL merge from 2.2
Gerald Carter
1
-1
/
+1
2001-09-13
added a new global option "hostname lookups = yes/no"
Andrew Tridgell
1
-0
/
+8
2001-08-28
fixed typo
Andrew Tridgell
1
-1
/
+1
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-1
/
+1
2001-08-26
bzero is not used (deprecated) as it's a BSDism.
Jeremy Allison
1
-62
/
+52
2001-08-26
Fussing with debug lines in open_socket_in(). I cleaned up some slightly
Christopher R. Hertel
1
-32
/
+56
2001-08-24
get rid of old debug code and possible socket leak
Herb Lewis
1
-9
/
+1
2001-08-23
better error reporting for servers that don't do port 445
Andrew Tridgell
1
-1
/
+1
2001-07-10
much better handling of broken DNS servers
Andrew Tridgell
1
-16
/
+2
2001-07-05
use alpha_strcpy on DNS names
Andrew Tridgell
1
-0
/
+6
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-1
/
+1
2001-07-03
fixed socketpair_tcp for OpenBSD
Andrew Tridgell
1
-4
/
+9
2001-06-27
Syncup between 2.2 and HEAD.
Jeremy Allison
1
-17
/
+16
[next]