summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Move pulling the ea list out of the wayVolker Lendecke2007-12-051-14/+8
* ReformattingVolker Lendecke2007-12-051-10/+12
* Put posix semantic calculation in the same place in both routinesVolker Lendecke2007-12-051-9/+9
* Tiny refactoringVolker Lendecke2007-12-051-6/+8
* Tiny refactoringVolker Lendecke2007-12-051-3/+3
* TALLOC_FREE earlyVolker Lendecke2007-12-051-4/+10
* consolidate srvstr_get_path in ntcreate_and_XVolker Lendecke2007-12-051-89/+59
* Tiny refactoringVolker Lendecke2007-12-051-3/+2
* tiny refactoringVolker Lendecke2007-12-051-4/+5
* Fix crash bug with vl's new trans handling in old transsJeremy Allison2007-12-041-5/+6
* 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