summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Ensure we use PATH_MAX for symlinks.Jeremy Allison1-2/+2
2007-11-16Match the 3.0.27a version of this function.Jeremy Allison1-14/+4
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison1-3/+3
2007-11-16Fix an implicit cast warning.Michael Adam1-1/+1
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-1/+4
2007-11-13Fix potential orphaned open files.Michael Adam1-2/+4
2007-11-13Remove last pstring from smbd/*.cJeremy Allison4-240/+310
2007-11-13Make [f]get_nt_acl return NTSTATUSVolker Lendecke4-31/+33
2007-11-12More pstring removal from smbd/*.cJeremy Allison1-11/+17
2007-11-12Remove pstrings from lanman.cJeremy Allison1-54/+148
2007-11-12Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison1-67/+90
2007-11-12Fix bug #5073. Allow "delete readonly = yes" to correctlyJeremy Allison1-1/+2
2007-11-11Three more pstring removals.Jeremy Allison3-8/+17
2007-11-11Cosmetic fixVolker Lendecke1-3/+5
2007-11-10Always define PATH_MAX. Makes code simpler (removesJeremy Allison3-37/+41
2007-11-10Remove last pstring from sesssetup.cJeremy Allison1-19/+21
2007-11-10Fix the build when realpath doesn't take nullJeremy Allison1-1/+1
2007-11-10Remove pstring from service.c.Jeremy Allison1-71/+109
2007-11-09Remove more static fstring/pstrings. Fix socket optionJeremy Allison1-4/+2
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher1-13/+19
2007-11-09prepare changes in ndr codeStefan Metzmacher1-3/+2
2007-11-09Fix some warningsVolker Lendecke1-1/+1
2007-11-09Remove the silly "user_socket_options" global variableVolker Lendecke1-6/+8
2007-11-07Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison1-2/+20
2007-11-07Try to fix the build on irix.Michael Adam1-2/+2
2007-11-06Move some access check functions that are not posix-acl specificMichael Adam2-212/+239
2007-11-06Don't repeat fast-pathing...Michael Adam1-1/+1
2007-11-06This is a proposed patch for Bug #5023.Michael Adam1-300/+70
2007-11-06Add a const.Michael Adam1-1/+1
2007-11-05Add two const's.Michael Adam1-2/+2
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison3-24/+42
2007-11-05Fix a debug messageVolker Lendecke1-1/+1
2007-11-05Make load_registry_service return the share numberVolker Lendecke1-1/+0
2007-11-04Forgot arg type.Jeremy Allison1-1/+1
2007-11-04Don't believe len returned from read_smb_length_return_keepalive(),Jeremy Allison1-1/+1
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison6-11/+17
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison6-9/+15
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison6-8/+19
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison5-38/+21
2007-11-02Change the client library to write directly out ofJeremy Allison1-5/+10
2007-11-02Argggh. smblen doesn't include the +4, so my smb_doff calculationsJeremy Allison1-4/+4
2007-11-01Ensure we can't accidently do a pipe write withJeremy Allison1-0/+5
2007-11-01Be careful and take care of the correct lengths in largeJeremy Allison1-9/+7
2007-11-01Ensure we detect a large writeX when using recvfile.Jeremy Allison1-1/+2
2007-11-01Add brackets so as not to break the POSIX caps return.Jeremy Allison1-2/+2
2007-10-31Note when we're setting change time, not write time, and sendJeremy Allison3-16/+32
2007-10-31Fix some cases where file_set_dosmode was being passedJeremy Allison6-12/+28
2007-10-31Fix vfstest link - move socket calls into smbd/process.cJeremy Allison2-288/+288
2007-10-31Make explicit draining the socket on RECVFILE. AddJeremy Allison3-12/+17
2007-10-30Handle the disk full error case correctly.Jeremy Allison1-1/+1