summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix the snprintf checks, and fix a typo in pointer indirection.Jeremy Allison2007-11-021-5/+5
* Ensure we use the correct socklen_t values for bind() forJeremy Allison2007-11-021-1/+3
* Fix typos in calc_sa_size, noticed by jim.brown@miami.eduJeremy Allison2007-11-021-1/+2
* Change the client library to write directly out ofJeremy Allison2007-11-026-42/+179
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-11-021-0/+3
|\
| * Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter2007-11-026-22/+66
| |\
| * | Fix build breakage when not specifying --with-fhs.Gerald (Jerry) Carter2007-11-021-0/+3
* | | Forgot one more getnameinfo.Jeremy Allison2007-11-021-1/+1
| |/ |/|
* | Argggh. smblen doesn't include the +4, so my smb_doff calculationsJeremy Allison2007-11-021-4/+4
* | Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison2007-11-024-7/+43
* | Fix state_path to take a const string, not use pstring.Jeremy Allison2007-11-021-7/+11
* | Ensure we can't accidently do a pipe write withJeremy Allison2007-11-011-0/+5
* | 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