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
2007-10-10
r1104: get_called_name is used in the printing subsystem. In case of multi-homed
Volker Lendecke
1
-0
/
+22
2007-10-10
r487: fixing some compile issues with the IBM AIX compiler reoported on the m...
Gerald Carter
1
-5
/
+7
2007-10-10
r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of time...
Andrew Tridgell
1
-0
/
+1
2004-03-27
Merge from HEAD the SMB signing patch that I developed a couple of weeks
Andrew Bartlett
1
-1
/
+1
2004-03-19
updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD
Gerald Carter
1
-1
/
+1
2004-02-23
Janitor for tpot...bugzilla #1098, msleep already exists on aix
Jim McDonough
1
-1
/
+1
2004-02-10
more fixes from the static changes; please move static functions to the top o...
Gerald Carter
1
-23
/
+23
2004-02-08
More 'static' work.
Andrew Bartlett
1
-1
/
+1
2004-02-02
there are places in the samba3 code that don't check properly for
Andrew Tridgell
1
-0
/
+4
2003-12-09
fix bug in get_peer_name() caused by --enable-developer and using the same sr...
Gerald Carter
1
-3
/
+11
2003-11-07
Implement %i-Macro for the locally used IP address. With this you can again
Volker Lendecke
1
-0
/
+28
2003-11-07
Simple rename of get_socket_addr to get_peer_addr and get_socket_name to
Volker Lendecke
1
-6
/
+6
2003-11-03
Fix more 64-bit printf warnings.
Tim Potter
1
-5
/
+6
2003-10-22
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
1
-2
/
+2
2003-10-21
Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems
Jeremy Allison
1
-2
/
+17
2003-07-23
convert snprintf() calls using pstrings & fstrings
Gerald Carter
1
-1
/
+1
2003-07-16
Add API framework for server SMB signing.
Jeremy Allison
1
-82
/
+100
2003-07-16
Volker's patch for open_socket_out() to speed up connections
Gerald Carter
1
-3
/
+8
2003-04-30
Refactor existing sock_exec() and socketpair_tcp() functions into their own
Paul Green
1
-93
/
+0
2003-04-24
When possible, store the IP address of the connecting client, not just the
Andrew Bartlett
1
-0
/
+13
2003-04-11
workaround streams leak on SCO openserver 5.0.x
Gerald Carter
1
-0
/
+4
2003-02-07
Samba janitor: adding mbp's umask patch :-).
Jeremy Allison
1
-79
/
+69
2003-01-15
*lots of small merges form HEAD
Gerald Carter
1
-81
/
+1
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-1
/
+1
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-1
/
+1
2002-10-26
Try to catch up on the code I've put into HEAD that should be in 3.0:
Andrew Bartlett
1
-3
/
+3
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-1
/
+6
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-1
/
+1
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-325
/
+145
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
[next]