| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | 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 | 7 | -12/+30 |
| * | Fix vfstest link - move socket calls into smbd/process.c | Jeremy Allison | 2007-10-31 | 2 | -288/+288 |
| * | Add printout of large read/write caps if detected. | Jeremy Allison | 2007-10-31 | 1 | -0/+6 |
| * | Make explicit draining the socket on RECVFILE. Add | Jeremy Allison | 2007-10-31 | 4 | -26/+24 |
| * | Handle the disk full error case correctly. | Jeremy Allison | 2007-10-30 | 2 | -7/+26 |
| * | 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 | 11 | -160/+527 |
| * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 2007-10-30 | 1 | -8/+10 |
| |\ |
|
| | * | Our userlevel SMBwriteX call is non-standard in that it | Jeremy Allison | 2007-10-30 | 1 | -8/+10 |
| * | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 2007-10-30 | 3 | -7/+6 |
| |\| |
|
| | * | start smbd, nmbd and winbindd with the same startup message | Stefan Metzmacher | 2007-10-30 | 3 | -7/+6 |
| * | | Forgot to add recvfile.c | Jeremy Allison | 2007-10-29 | 1 | -0/+158 |
| * | | Add in the recvfile entry to the VFS layer with a default | Jeremy Allison | 2007-10-29 | 7 | -1/+52 |
| |/ |
|
| * | Fix the setup_kaddr() call to cope with IPv6. | Jeremy Allison | 2007-10-29 | 3 | -20/+42 |
| * | Change our DNS code to cope with AAAA records. A6 records | Jeremy Allison | 2007-10-29 | 4 | -120/+203 |
| * | Enable vfs objects = /full/path/to/object.so | Volker Lendecke | 2007-10-28 | 1 | -10/+36 |
| * | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 2007-10-27 | 15 | -27/+27 |
| * | Fix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET) | Jeremy Allison | 2007-10-27 | 1 | -1/+1 |