index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the horror that was the global smb_rw_error.
Jeremy Allison
2007-11-05
1
-43
/
+44
*
Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries)
Jeremy Allison
2007-11-04
1
-1
/
+8
*
This should really be a cond_set_smb_read_error().
Jeremy Allison
2007-11-04
1
-3
/
+1
*
Don't use 0 when we mean SMB_READ_OK.
Jeremy Allison
2007-11-04
1
-1
/
+1
*
Merge commit 'origin/v3-2-test' into branches/upstream
Günther Deschner
2007-11-05
1
-6
/
+1
|
\
|
*
Remove unnecessary code
Volker Lendecke
2007-11-05
1
-6
/
+1
*
|
Display sec ace flags.
Günther Deschner
2007-11-05
1
-3
/
+31
|
/
*
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
2007-11-03
3
-42
/
+40
*
Remove more static data from lib/util_sock.c and
Jeremy Allison
2007-11-03
3
-39
/
+33
*
Missed one case where I need to pass down addrlen.
Jeremy Allison
2007-11-03
1
-1
/
+1
*
I can't get away without a 'length' arg. :-).
Jeremy Allison
2007-11-03
3
-14
/
+16
*
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
2007-11-03
3
-17
/
+23
*
Remove the smb_read_error global variable and replace
Jeremy Allison
2007-11-03
1
-21
/
+38
*
Remove unused var noticed by metze.
Jeremy Allison
2007-11-03
1
-1
/
+0
*
Fix the snprintf checks, and fix a typo in pointer indirection.
Jeremy Allison
2007-11-02
1
-5
/
+5
*
Ensure we use the correct socklen_t values for bind() for
Jeremy Allison
2007-11-02
1
-1
/
+3
*
Fix typos in calc_sa_size, noticed by jim.brown@miami.edu
Jeremy Allison
2007-11-02
1
-1
/
+2
*
Fix Solaris by ensuring we use the IPv4 or IPv6 length
Jeremy Allison
2007-11-02
3
-6
/
+42
*
Fix state_path to take a const string, not use pstring.
Jeremy Allison
2007-11-02
1
-7
/
+11
*
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
2007-11-01
3
-7
/
+7
*
Patch from Debian Samba package maintainers:
Gerald (Jerry) Carter
2007-11-01
1
-0
/
+33
*
Make explicit draining the socket on RECVFILE. Add
Jeremy Allison
2007-10-31
1
-14
/
+7
*
Handle the disk full error case correctly.
Jeremy Allison
2007-10-30
1
-6
/
+25
*
Add new parameter, "min receivefile size" (by default set
Jeremy Allison
2007-10-30
2
-107
/
+39
*
Forgot to add recvfile.c
Jeremy Allison
2007-10-29
1
-0
/
+158
*
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
2007-10-27
1
-4
/
+4
*
Two patches
Volker Lendecke
2007-10-27
2
-2
/
+3
*
Move the horrible hack for link local addresses out of namequery.c
Jeremy Allison
2007-10-26
1
-4
/
+51
*
Fix bug in writing names into gencache
Jeremy Allison
2007-10-25
3
-13
/
+6
*
Fix resolve name to resolve IPv6 addresses of link-local%ifaddr
Jeremy Allison
2007-10-25
3
-100
/
+140
*
Fix reversed bool check for access. Found by kukks.
Jeremy Allison
2007-10-25
1
-1
/
+1
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2007-10-25
1
-0
/
+5
|
\
|
*
Try and fix the Solaris build by adding a missing define
Jeremy Allison
2007-10-25
1
-0
/
+5
*
|
When doing reverse lookups actually look up the name, not
Jeremy Allison
2007-10-25
1
-1
/
+1
|
/
*
[libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.c
metze
2007-10-25
1
-0
/
+11
*
[libreplace] move and fix getaddrinfo configure checks
metze
2007-10-25
2
-30
/
+33
*
- include getaddrinfo.h after we have defined struct addrinfo
metze
2007-10-25
3
-16
/
+24
*
[libreplace] if we replace types define the HAVE_<type> macro
metze
2007-10-25
1
-0
/
+3
*
[libreplace] move definition of struct addrinfo so that it can use socklen_t
metze
2007-10-25
1
-15
/
+13
*
[libreplace] move define of a constant to near to the others
metze
2007-10-25
1
-4
/
+4
*
[libreplace] include socket_wrapper.h after we have typedef'ed socklen_t
metze
2007-10-25
1
-7
/
+7
*
We do support name lookups for host and service in our replacement
Jeremy Allison
2007-10-24
1
-5
/
+0
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
3
-76
/
+227
*
Fix for AIX interface code from Kyle Stemen <kstemen@centeris.com>
Jeremy Allison
2007-10-24
1
-9
/
+16
*
Fix compile error caused by unknown variable.
Gerald (Jerry) Carter
2007-10-21
1
-1
/
+1
*
Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCH
Gerald (Jerry) Carter
2007-10-21
1
-3
/
+3
*
Add test for "struct in6_addr" to the HAVE_IPV6 configure test.
Gerald (Jerry) Carter
2007-10-19
3
-12
/
+12
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
50
-268
/
+268
*
[libreplace] fix the standalone build of libreplace
Stefan Metzmacher
2007-10-18
2
-28
/
+34
*
Reformatting fix for new coding guidelines. BOOL ->bool.
Jeremy Allison
2007-10-17
1
-264
/
+320
[next]