index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all pstrings from smbd/chgpasswd.c.
Jeremy Allison
2007-11-12
1
-67
/
+90
*
Fix bug #5073. Allow "delete readonly = yes" to correctly
Jeremy Allison
2007-11-12
1
-1
/
+2
*
Three more pstring removals.
Jeremy Allison
2007-11-11
3
-8
/
+17
*
Cosmetic fix
Volker Lendecke
2007-11-11
1
-3
/
+5
*
Always define PATH_MAX. Makes code simpler (removes
Jeremy Allison
2007-11-10
3
-37
/
+41
*
Remove last pstring from sesssetup.c
Jeremy Allison
2007-11-10
1
-19
/
+21
*
Fix the build when realpath doesn't take null
Jeremy Allison
2007-11-10
1
-1
/
+1
*
Remove pstring from service.c.
Jeremy Allison
2007-11-10
1
-71
/
+109
*
Remove more static fstring/pstrings. Fix socket option
Jeremy Allison
2007-11-09
1
-4
/
+2
*
ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)
Stefan Metzmacher
2007-11-09
1
-13
/
+19
*
prepare changes in ndr code
Stefan Metzmacher
2007-11-09
1
-3
/
+2
*
Fix some warnings
Volker Lendecke
2007-11-09
1
-1
/
+1
*
Remove the silly "user_socket_options" global variable
Volker Lendecke
2007-11-09
1
-6
/
+8
*
Constrain "min receivefile size" to max of BUFFER_SIZE
Jeremy Allison
2007-11-07
1
-2
/
+20
*
Try to fix the build on irix.
Michael Adam
2007-11-07
1
-2
/
+2
*
Move some access check functions that are not posix-acl specific
Michael Adam
2007-11-06
2
-212
/
+239
*
Don't repeat fast-pathing...
Michael Adam
2007-11-06
1
-1
/
+1
*
This is a proposed patch for Bug #5023.
Michael Adam
2007-11-06
1
-300
/
+70
*
Add a const.
Michael Adam
2007-11-06
1
-1
/
+1
*
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
3
-24
/
+42
*
Fix a debug message
Volker Lendecke
2007-11-05
1
-1
/
+1
*
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
6
-11
/
+17
*
I can't get away without a 'length' arg. :-).
Jeremy Allison
2007-11-03
6
-9
/
+15
*
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
2007-11-03
6
-8
/
+19
*
Remove the smb_read_error global variable and replace
Jeremy Allison
2007-11-03
5
-38
/
+21
*
Change the client library to write directly out of
Jeremy Allison
2007-11-02
1
-5
/
+10
*
Argggh. smblen doesn't include the +4, so my smb_doff calculations
Jeremy Allison
2007-11-02
1
-4
/
+4
*
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
*
Add brackets so as not to break the POSIX caps return.
Jeremy Allison
2007-11-01
1
-2
/
+2
*
Note when we're setting change time, not write time, and send
Jeremy Allison
2007-10-31
3
-16
/
+32
*
Fix some cases where file_set_dosmode was being passed
Jeremy Allison
2007-10-31
6
-12
/
+28
*
Fix vfstest link - move socket calls into smbd/process.c
Jeremy Allison
2007-10-31
2
-288
/
+288
*
Make explicit draining the socket on RECVFILE. Add
Jeremy Allison
2007-10-31
3
-12
/
+17
*
Handle the disk full error case correctly.
Jeremy Allison
2007-10-30
1
-1
/
+1
*
Ensure we don't prematurely clean out the bytes read.
Jeremy Allison
2007-10-30
1
-4
/
+10
*
Add new parameter, "min receivefile size" (by default set
Jeremy Allison
2007-10-30
7
-53
/
+482
*
start smbd, nmbd and winbindd with the same startup message
Stefan Metzmacher
2007-10-30
1
-2
/
+2
*
Enable vfs objects = /full/path/to/object.so
Volker Lendecke
2007-10-28
1
-10
/
+36
*
Two patches
Volker Lendecke
2007-10-27
1
-1
/
+1
*
Ensure we don't terminate if we fail to bind to a socket,
Jeremy Allison
2007-10-25
1
-1
/
+6
*
Don't terminate on an invalid address family.
Jeremy Allison
2007-10-24
1
-1
/
+1
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
2
-74
/
+101
*
Add test for "struct in6_addr" to the HAVE_IPV6 configure test.
Gerald (Jerry) Carter
2007-10-19
1
-1
/
+1
*
Fix the popt / bool issues. Some places we used BOOL
Jeremy Allison
2007-10-19
1
-11
/
+32
[next]