summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison2007-12-031-26/+34
* Bump up debug levelVolker Lendecke2007-12-021-2/+3
* In nttransact_create, we also need to check for delete readonlyVolker Lendecke2007-12-011-1/+2
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-291-3/+3
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-1/+1
* Fix bug 5055Volker Lendecke2007-11-262-2/+2
* smbd: close_stat() should be staticStefan Metzmacher2007-11-231-1/+1
* Paranoia check that space_remaining never goes -ve.Jeremy Allison2007-11-201-2/+10
* Always check return from push_ascii.Jeremy Allison2007-11-191-0/+6
* Ensure we use PATH_MAX for symlinks.Jeremy Allison2007-11-161-2/+2
* Match the 3.0.27a version of this function.Jeremy Allison2007-11-161-14/+4
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-151-3/+3
* Fix an implicit cast warning.Michael Adam2007-11-161-1/+1
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-1/+4
* Fix potential orphaned open files.Michael Adam2007-11-131-2/+4
* Remove last pstring from smbd/*.cJeremy Allison2007-11-134-240/+310
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-134-31/+33
* More pstring removal from smbd/*.cJeremy Allison2007-11-121-11/+17
* Remove pstrings from lanman.cJeremy Allison2007-11-121-54/+148
* Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison2007-11-121-67/+90
* Fix bug #5073. Allow "delete readonly = yes" to correctlyJeremy Allison2007-11-121-1/+2
* Three more pstring removals.Jeremy Allison2007-11-113-8/+17
* Cosmetic fixVolker Lendecke2007-11-111-3/+5
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2007-11-103-37/+41
* Remove last pstring from sesssetup.cJeremy Allison2007-11-101-19/+21
* Fix the build when realpath doesn't take nullJeremy Allison2007-11-101-1/+1
* Remove pstring from service.c.Jeremy Allison2007-11-101-71/+109
* Remove more static fstring/pstrings. Fix socket optionJeremy Allison2007-11-091-4/+2
* ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher2007-11-091-13/+19
* prepare changes in ndr codeStefan Metzmacher2007-11-091-3/+2
* Fix some warningsVolker Lendecke2007-11-091-1/+1
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-091-6/+8
* Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison2007-11-071-2/+20
* Try to fix the build on irix.Michael Adam2007-11-071-2/+2
* Move some access check functions that are not posix-acl specificMichael Adam2007-11-062-212/+239
* Don't repeat fast-pathing...Michael Adam2007-11-061-1/+1
* This is a proposed patch for Bug #5023.Michael Adam2007-11-061-300/+70
* Add a const.Michael Adam2007-11-061-1/+1
* Add two const's.Michael Adam2007-11-051-2/+2
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-053-24/+42
* Fix a debug messageVolker Lendecke2007-11-051-1/+1
* Make load_registry_service return the share numberVolker Lendecke2007-11-051-1/+0
* Forgot arg type.Jeremy Allison2007-11-041-1/+1
* Don't believe len returned from read_smb_length_return_keepalive(),Jeremy Allison2007-11-041-1/+1
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-036-11/+17
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-036-9/+15
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-036-8/+19
* Remove the smb_read_error global variable and replaceJeremy Allison2007-11-035-38/+21
* Change the client library to write directly out ofJeremy Allison2007-11-021-5/+10
* Argggh. smblen doesn't include the +4, so my smb_doff calculationsJeremy Allison2007-11-021-4/+4