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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix another segfault and make smbfilter run again.
Michael Adam
2007-11-06
1
-1
/
+3
*
Fix a segfault.
Michael Adam
2007-11-06
1
-0
/
+2
*
Try to fix the build. There was one forgotten caller
Michael Adam
2007-11-06
1
-2
/
+2
*
When deleting a key from the registry make sure the non-default
Günther Deschner
2007-11-06
4
-14
/
+32
*
Add two const's.
Michael Adam
2007-11-05
1
-2
/
+2
*
Remove the horror that was the global smb_rw_error.
Jeremy Allison
2007-11-05
9
-84
/
+104
*
Fix a typo.
Michael Adam
2007-11-05
1
-1
/
+1
*
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
2
-7
/
+2
|
\
|
*
Remove unnecessary code
Volker Lendecke
2007-11-05
1
-6
/
+1
|
*
Fix a debug message
Volker Lendecke
2007-11-05
1
-1
/
+1
*
|
Display sec ace flags.
Günther Deschner
2007-11-05
1
-3
/
+31
*
|
Make sure we can read SACLs from the registry.
Günther Deschner
2007-11-05
1
-1
/
+5
|
/
*
Fix the smbmount build
Volker Lendecke
2007-11-05
1
-1
/
+1
*
static pstring removal
Volker Lendecke
2007-11-05
4
-11
/
+22
*
pstring removal
Volker Lendecke
2007-11-05
2
-18
/
+12
*
Make load_registry_service return the share number
Volker Lendecke
2007-11-05
1
-1
/
+0
*
Forgot arg type.
Jeremy Allison
2007-11-04
1
-1
/
+1
*
Don't believe len returned from read_smb_length_return_keepalive(),
Jeremy Allison
2007-11-04
1
-1
/
+1
*
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
2007-11-03
15
-62
/
+71
*
Remove more static data from lib/util_sock.c and
Jeremy Allison
2007-11-03
11
-57
/
+58
*
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
15
-29
/
+38
*
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
2007-11-03
15
-32
/
+56
*
Remove the smb_read_error global variable and replace
Jeremy Allison
2007-11-03
11
-88
/
+91
*
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
*
Change the client library to write directly out of
Jeremy Allison
2007-11-02
6
-42
/
+179
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2007-11-02
1
-0
/
+3
|
\
|
*
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Gerald (Jerry) Carter
2007-11-02
6
-22
/
+66
|
|
\
|
*
|
Fix build breakage when not specifying --with-fhs.
Gerald (Jerry) Carter
2007-11-02
1
-0
/
+3
*
|
|
Forgot one more getnameinfo.
Jeremy Allison
2007-11-02
1
-1
/
+1
|
|
/
|
/
|
*
|
Argggh. smblen doesn't include the +4, so my smb_doff calculations
Jeremy Allison
2007-11-02
1
-4
/
+4
*
|
Fix Solaris by ensuring we use the IPv4 or IPv6 length
Jeremy Allison
2007-11-02
4
-7
/
+43
*
|
Fix state_path to take a const string, not use pstring.
Jeremy Allison
2007-11-02
1
-7
/
+11
*
|
Ensure we can't accidently do a pipe write with
Jeremy Allison
2007-11-01
1
-0
/
+5
*
|
Be careful and take care of the correct lengths in large
Jeremy Allison
2007-11-01
1
-9
/
+7
*
|
Ensure we detect a large writeX when using recvfile.
Jeremy Allison
2007-11-01
1
-1
/
+2
|
/
*
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Gerald (Jerry) Carter
2007-11-01
4
-15
/
+23
|
\
|
*
Add brackets so as not to break the POSIX caps return.
Jeremy Allison
2007-11-01
1
-2
/
+2
|
*
Fix for bug 5021
Volker Lendecke
2007-11-01
1
-1
/
+5
|
*
save memory
Volker Lendecke
2007-11-01
1
-12
/
+15
|
*
Add missing recvfile_bytes element - noticed by Kukks.
Jeremy Allison
2007-11-01
1
-0
/
+1
*
|
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
2007-11-01
14
-37
/
+37
*
|
Patch from Debian Samba package maintainers:
Gerald (Jerry) Carter
2007-11-01
5
-3
/
+88
|
/
*
Enable building the zfsacl VFS module by specifying
Michael Adam
2007-11-01
1
-0
/
+1
[prev]
[next]