summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* There's no point in passing down a 0Volker Lendecke2007-12-052-19/+27
* Move create_file to open.cVolker Lendecke2007-12-052-477/+475
* Fix an uninitialized variableVolker Lendecke2007-12-051-1/+1
* Fix debugVolker Lendecke2007-12-051-2/+8
* Fix attribute calculation for ntcreate&xVolker Lendecke2007-12-051-17/+21
* Fix error returnsVolker Lendecke2007-12-051-2/+12
* Fix debugsVolker Lendecke2007-12-051-2/+18
* Implement create_file()Volker Lendecke2007-12-051-706/+347
* Reformatting, also allow quotas for transact_createVolker Lendecke2007-12-051-12/+38
* Tiny refactoringsVolker Lendecke2007-12-051-17/+12
* Split out sd parsingVolker Lendecke2007-12-051-5/+33
* ReformattingVolker Lendecke2007-12-051-9/+12
* Align formatting, one TALLOC_FREE is enoughVolker Lendecke2007-12-051-5/+5
* 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