| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Two patches | Volker Lendecke | 2007-10-27 | 8 | -12/+50 |
* | rerun make idl | Stefan Metzmacher | 2007-10-27 | 11 | -447/+1325 |
* | add NDR_ERR_INVALID_POINTER | metze | 2007-10-27 | 2 | -1/+4 |
* | Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@... | Jeremy Allison | 2007-10-26 | 1 | -0/+1 |
* | Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE). | Jeremy Allison | 2007-10-26 | 1 | -4/+4 |
* | Move the horrible hack for link local addresses out of namequery.c | Jeremy Allison | 2007-10-26 | 2 | -30/+51 |
* | Fix a few more sockaddr -> sockaddr_storgage. | Jeremy Allison | 2007-10-26 | 1 | -3/+3 |
* | one more struct in_addr => struct sockaddr_storage | Stefan Metzmacher | 2007-10-26 | 1 | -6/+12 |
* | Fix bug in writing names into gencache | Jeremy Allison | 2007-10-25 | 3 | -13/+6 |