Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-31 | Add printout of large read/write caps if detected. | Jeremy Allison | 1 | -0/+6 |
2007-10-31 | Make explicit draining the socket on RECVFILE. Add | Jeremy Allison | 4 | -26/+24 |
2007-10-30 | Handle the disk full error case correctly. | Jeremy Allison | 2 | -7/+26 |
2007-10-30 | Ensure we don't prematurely clean out the bytes read. | Jeremy Allison | 1 | -4/+10 |
2007-10-30 | Add new parameter, "min receivefile size" (by default set | Jeremy Allison | 11 | -160/+527 |
2007-10-30 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -8/+10 |
2007-10-30 | Our userlevel SMBwriteX call is non-standard in that it | Jeremy Allison | 1 | -8/+10 |
2007-10-30 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 3 | -7/+6 |
2007-10-30 | start smbd, nmbd and winbindd with the same startup message | Stefan Metzmacher | 3 | -7/+6 |
2007-10-29 | Forgot to add recvfile.c | Jeremy Allison | 1 | -0/+158 |
2007-10-29 | Add in the recvfile entry to the VFS layer with a default | Jeremy Allison | 9 | -1/+77 |
2007-10-29 | Fix the setup_kaddr() call to cope with IPv6. | Jeremy Allison | 3 | -20/+42 |
2007-10-29 | Change our DNS code to cope with AAAA records. A6 records | Jeremy Allison | 4 | -120/+203 |
2007-10-28 | Enable vfs objects = /full/path/to/object.so | Volker Lendecke | 1 | -10/+36 |
2007-10-27 | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 15 | -27/+27 |
2007-10-27 | Fix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET) | Jeremy Allison | 1 | -1/+1 |
2007-10-27 | Two patches | Volker Lendecke | 8 | -12/+50 |
2007-10-27 | rerun make idl | Stefan Metzmacher | 11 | -447/+1325 |
2007-10-27 | add NDR_ERR_INVALID_POINTER | metze | 2 | -1/+4 |
2007-10-26 | Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@... | Jeremy Allison | 1 | -0/+1 |
2007-10-26 | Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE). | Jeremy Allison | 1 | -4/+4 |
2007-10-26 | Move the horrible hack for link local addresses out of namequery.c | Jeremy Allison | 2 | -30/+51 |
2007-10-26 | Fix a few more sockaddr -> sockaddr_storgage. | Jeremy Allison | 1 | -3/+3 |
2007-10-26 | one more struct in_addr => struct sockaddr_storage | Stefan Metzmacher | 1 | -6/+12 |
2007-10-25 | Fix bug in writing names into gencache | Jeremy Allison | 3 | -13/+6 |
2007-10-25 | Fix resolve name to resolve IPv6 addresses of link-local%ifaddr | Jeremy Allison | 4 | -100/+166 |
2007-10-25 | Fix a mismatched interface where we were using | Jeremy Allison | 1 | -5/+5 |
2007-10-25 | Fix cast typo - would have broken all dgram sends. | Jeremy Allison | 1 | -1/+1 |
2007-10-25 | Fixed missing in_addr -> sockaddr_storage conversion (how did | Jeremy Allison | 1 | -10/+14 |
2007-10-25 | Fix reversed bool check for access. Found by kukks. | Jeremy Allison | 1 | -1/+1 |
2007-10-25 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -0/+5 |
2007-10-25 | When doing reverse lookups actually look up the name, not | Jeremy Allison | 1 | -1/+1 |
2007-10-25 | Try and fix the Solaris build by adding a missing define | Jeremy Allison | 1 | -0/+5 |
2007-10-25 | Ensure we don't terminate if we fail to bind to a socket, | Jeremy Allison | 1 | -1/+6 |
2007-10-25 | [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.c | metze | 1 | -0/+11 |
2007-10-25 | [libreplace] move and fix getaddrinfo configure checks | metze | 2 | -30/+33 |
2007-10-25 | - include getaddrinfo.h after we have defined struct addrinfo | metze | 3 | -16/+24 |
2007-10-25 | [libreplace] if we replace types define the HAVE_<type> macro | metze | 1 | -0/+3 |
2007-10-25 | [libreplace] move definition of struct addrinfo so that it can use socklen_t | metze | 1 | -15/+13 |
2007-10-25 | [libreplace] move define of a constant to near to the others | metze | 1 | -4/+4 |
2007-10-25 | [libreplace] include socket_wrapper.h after we have typedef'ed socklen_t | metze | 1 | -7/+7 |
2007-10-24 | Don't terminate on an invalid address family. | Jeremy Allison | 1 | -1/+1 |
2007-10-24 | We do support name lookups for host and service in our replacement | Jeremy Allison | 1 | -5/+0 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 64 | -1489/+2235 |
2007-10-24 | Fix for AIX interface code from Kyle Stemen <kstemen@centeris.com> | Jeremy Allison | 1 | -9/+16 |
2007-10-24 | handle wellknown sids in winbindd_passwd.c | Stefan Metzmacher | 1 | -1/+2 |
2007-10-24 | [crash fix] don't use already free'ed memory | Stefan Metzmacher | 1 | -2/+2 |