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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-06
When deleting a key from the registry make sure the non-default
Günther Deschner
4
-14
/
+32
2007-11-05
Add two const's.
Michael Adam
1
-2
/
+2
2007-11-05
Remove the horror that was the global smb_rw_error.
Jeremy Allison
9
-84
/
+104
2007-11-05
Fix a typo.
Michael Adam
1
-1
/
+1
2007-11-04
Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries)
Jeremy Allison
1
-1
/
+8
2007-11-04
This should really be a cond_set_smb_read_error().
Jeremy Allison
1
-3
/
+1
2007-11-04
Don't use 0 when we mean SMB_READ_OK.
Jeremy Allison
1
-1
/
+1
2007-11-05
Merge commit 'origin/v3-2-test' into branches/upstream
Günther Deschner
2
-7
/
+2
2007-11-05
Remove unnecessary code
Volker Lendecke
1
-6
/
+1
2007-11-05
Fix a debug message
Volker Lendecke
1
-1
/
+1
2007-11-05
Display sec ace flags.
Günther Deschner
1
-3
/
+31
2007-11-05
Make sure we can read SACLs from the registry.
Günther Deschner
1
-1
/
+5
2007-11-05
Fix the smbmount build
Volker Lendecke
1
-1
/
+1
2007-11-05
static pstring removal
Volker Lendecke
4
-11
/
+22
2007-11-05
pstring removal
Volker Lendecke
2
-18
/
+12
2007-11-05
Make load_registry_service return the share number
Volker Lendecke
1
-1
/
+0
2007-11-04
Forgot arg type.
Jeremy Allison
1
-1
/
+1
2007-11-04
Don't believe len returned from read_smb_length_return_keepalive(),
Jeremy Allison
1
-1
/
+1
2007-11-03
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
15
-62
/
+71
2007-11-03
Remove more static data from lib/util_sock.c and
Jeremy Allison
11
-57
/
+58
2007-11-03
Missed one case where I need to pass down addrlen.
Jeremy Allison
1
-1
/
+1
2007-11-03
I can't get away without a 'length' arg. :-).
Jeremy Allison
15
-29
/
+38
2007-11-03
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
15
-32
/
+56
2007-11-03
Remove the smb_read_error global variable and replace
Jeremy Allison
11
-88
/
+91
2007-11-03
Remove unused var noticed by metze.
Jeremy Allison
1
-1
/
+0
2007-11-02
Fix the snprintf checks, and fix a typo in pointer indirection.
Jeremy Allison
1
-5
/
+5
2007-11-02
Ensure we use the correct socklen_t values for bind() for
Jeremy Allison
1
-1
/
+3
2007-11-02
Fix typos in calc_sa_size, noticed by jim.brown@miami.edu
Jeremy Allison
1
-1
/
+2
2007-11-02
Change the client library to write directly out of
Jeremy Allison
6
-42
/
+179
2007-11-02
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
1
-0
/
+3
2007-11-02
Forgot one more getnameinfo.
Jeremy Allison
1
-1
/
+1
2007-11-02
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Gerald (Jerry) Carter
6
-22
/
+66
2007-11-02
Fix build breakage when not specifying --with-fhs.
Gerald (Jerry) Carter
1
-0
/
+3
2007-11-02
Argggh. smblen doesn't include the +4, so my smb_doff calculations
Jeremy Allison
1
-4
/
+4
2007-11-02
Fix Solaris by ensuring we use the IPv4 or IPv6 length
Jeremy Allison
4
-7
/
+43
2007-11-02
Fix state_path to take a const string, not use pstring.
Jeremy Allison
1
-7
/
+11
2007-11-01
Ensure we can't accidently do a pipe write with
Jeremy Allison
1
-0
/
+5
2007-11-01
Be careful and take care of the correct lengths in large
Jeremy Allison
1
-9
/
+7
2007-11-01
Ensure we detect a large writeX when using recvfile.
Jeremy Allison
1
-1
/
+2
2007-11-01
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Gerald (Jerry) Carter
4
-15
/
+23
2007-11-01
Add brackets so as not to break the POSIX caps return.
Jeremy Allison
1
-2
/
+2
2007-11-01
Fix for bug 5021
Volker Lendecke
1
-1
/
+5
2007-11-01
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
14
-37
/
+37
2007-11-01
save memory
Volker Lendecke
1
-12
/
+15
2007-11-01
Add missing recvfile_bytes element - noticed by Kukks.
Jeremy Allison
1
-0
/
+1
2007-11-01
Patch from Debian Samba package maintainers:
Gerald (Jerry) Carter
5
-3
/
+88
2007-11-01
Enable building the zfsacl VFS module by specifying
Michael Adam
1
-0
/
+1
2007-10-31
Note when we're setting change time, not write time, and send
Jeremy Allison
3
-16
/
+32
2007-10-31
Fix some cases where file_set_dosmode was being passed
Jeremy Allison
7
-12
/
+30
2007-10-31
Fix vfstest link - move socket calls into smbd/process.c
Jeremy Allison
2
-288
/
+288
[next]