| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 9 | -1/+77 |
| |/ |
|
| * | 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 |
| * | Fix resolve name to resolve IPv6 addresses of link-local%ifaddr | Jeremy Allison | 2007-10-25 | 4 | -100/+166 |
| * | Fix a mismatched interface where we were using | Jeremy Allison | 2007-10-25 | 1 | -5/+5 |
| * | Fix cast typo - would have broken all dgram sends. | Jeremy Allison | 2007-10-25 | 1 | -1/+1 |
| * | Fixed missing in_addr -> sockaddr_storage conversion (how did | Jeremy Allison | 2007-10-25 | 1 | -10/+14 |
| * | Fix reversed bool check for access. Found by kukks. | Jeremy Allison | 2007-10-25 | 1 | -1/+1 |
| * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 2007-10-25 | 1 | -0/+5 |
| |\ |
|
| | * | Try and fix the Solaris build by adding a missing define | Jeremy Allison | 2007-10-25 | 1 | -0/+5 |
| * | | When doing reverse lookups actually look up the name, not | Jeremy Allison | 2007-10-25 | 1 | -1/+1 |
| |/ |
|
| * | Ensure we don't terminate if we fail to bind to a socket, | Jeremy Allison | 2007-10-25 | 1 | -1/+6 |
| * | [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.c | metze | 2007-10-25 | 1 | -0/+11 |
| * | [libreplace] move and fix getaddrinfo configure checks | metze | 2007-10-25 | 2 | -30/+33 |
| * | - include getaddrinfo.h after we have defined struct addrinfo | metze | 2007-10-25 | 3 | -16/+24 |
| * | [libreplace] if we replace types define the HAVE_<type> macro | metze | 2007-10-25 | 1 | -0/+3 |
| * | [libreplace] move definition of struct addrinfo so that it can use socklen_t | metze | 2007-10-25 | 1 | -15/+13 |
| * | [libreplace] move define of a constant to near to the others | metze | 2007-10-25 | 1 | -4/+4 |
| * | [libreplace] include socket_wrapper.h after we have typedef'ed socklen_t | metze | 2007-10-25 | 1 | -7/+7 |
| * | Don't terminate on an invalid address family. | Jeremy Allison | 2007-10-24 | 1 | -1/+1 |
| * | We do support name lookups for host and service in our replacement | Jeremy Allison | 2007-10-24 | 1 | -5/+0 |
| * | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 2007-10-24 | 64 | -1489/+2235 |
| * | Fix for AIX interface code from Kyle Stemen <kstemen@centeris.com> | Jeremy Allison | 2007-10-24 | 1 | -9/+16 |
| * | handle wellknown sids in winbindd_passwd.c | Stefan Metzmacher | 2007-10-24 | 1 | -1/+2 |
| * | [crash fix] don't use already free'ed memory | Stefan Metzmacher | 2007-10-24 | 1 | -2/+2 |