summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Be careful and take care of the correct lengths in largeJeremy Allison2007-11-011-9/+7
* Ensure we detect a large writeX when using recvfile.Jeremy Allison2007-11-011-1/+2
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter2007-11-014-15/+23
|\
| * Add brackets so as not to break the POSIX caps return.Jeremy Allison2007-11-011-2/+2
| * Fix for bug 5021Volker Lendecke2007-11-011-1/+5
| * save memoryVolker Lendecke2007-11-011-12/+15
| * Add missing recvfile_bytes element - noticed by Kukks.Jeremy Allison2007-11-011-0/+1
* | Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-0114-37/+37
* | Patch from Debian Samba package maintainers:Gerald (Jerry) Carter2007-11-015-3/+88
|/
* Enable building the zfsacl VFS module by specifyingMichael Adam2007-11-011-0/+1
* Note when we're setting change time, not write time, and sendJeremy Allison2007-10-313-16/+32
* Fix some cases where file_set_dosmode was being passedJeremy Allison2007-10-317-12/+30
* Fix vfstest link - move socket calls into smbd/process.cJeremy Allison2007-10-312-288/+288
* Add printout of large read/write caps if detected.Jeremy Allison2007-10-311-0/+6
* Make explicit draining the socket on RECVFILE. AddJeremy Allison2007-10-314-26/+24
* Handle the disk full error case correctly.Jeremy Allison2007-10-302-7/+26
* Ensure we don't prematurely clean out the bytes read.Jeremy Allison2007-10-301-4/+10
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-3011-160/+527
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-10-301-8/+10
|\
| * Our userlevel SMBwriteX call is non-standard in that itJeremy Allison2007-10-301-8/+10
* | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-10-303-7/+6
|\|
| * start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher2007-10-303-7/+6
* | Forgot to add recvfile.cJeremy Allison2007-10-291-0/+158
* | Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-297-1/+52
|/
* Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison2007-10-293-20/+42
* Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison2007-10-294-120/+203
* Enable vfs objects = /full/path/to/object.soVolker Lendecke2007-10-281-10/+36
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-2715-27/+27
* Fix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET)Jeremy Allison2007-10-271-1/+1
* Two patchesVolker Lendecke2007-10-278-12/+50
* rerun make idlStefan Metzmacher2007-10-2711-447/+1325
* add NDR_ERR_INVALID_POINTERmetze2007-10-272-1/+4
* Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@...Jeremy Allison2007-10-261-0/+1
* Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE).Jeremy Allison2007-10-261-4/+4
* Move the horrible hack for link local addresses out of namequery.cJeremy Allison2007-10-262-30/+51
* Fix a few more sockaddr -> sockaddr_storgage.Jeremy Allison2007-10-261-3/+3
* one more struct in_addr => struct sockaddr_storageStefan Metzmacher2007-10-261-6/+12
* Fix bug in writing names into gencacheJeremy Allison2007-10-253-13/+6
* Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison2007-10-254-100/+166
* Fix a mismatched interface where we were usingJeremy Allison2007-10-251-5/+5
* Fix cast typo - would have broken all dgram sends.Jeremy Allison2007-10-251-1/+1
* Fixed missing in_addr -> sockaddr_storage conversion (how didJeremy Allison2007-10-251-10/+14
* Fix reversed bool check for access. Found by kukks.Jeremy Allison2007-10-251-1/+1
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-10-251-0/+5
|\
| * Try and fix the Solaris build by adding a missing defineJeremy Allison2007-10-251-0/+5
* | When doing reverse lookups actually look up the name, notJeremy Allison2007-10-251-1/+1
|/
* Ensure we don't terminate if we fail to bind to a socket,Jeremy Allison2007-10-251-1/+6
* [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.cmetze2007-10-251-0/+11
* [libreplace] move and fix getaddrinfo configure checksmetze2007-10-252-30/+33
* - include getaddrinfo.h after we have defined struct addrinfometze2007-10-253-16/+24