summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-12-05Fix attribute calculation for ntcreate&xVolker Lendecke1-17/+21
2007-12-05Fix error returnsVolker Lendecke1-2/+12
2007-12-05Fix debugsVolker Lendecke1-2/+18
2007-12-05Implement create_file()Volker Lendecke1-706/+347
2007-12-05Reformatting, also allow quotas for transact_createVolker Lendecke1-12/+38
2007-12-05Tiny refactoringsVolker Lendecke1-17/+12
2007-12-05Split out sd parsingVolker Lendecke1-5/+33
2007-12-05ReformattingVolker Lendecke1-9/+12
2007-12-05Align formatting, one TALLOC_FREE is enoughVolker Lendecke1-5/+5
2007-12-05Move pulling the ea list out of the wayVolker Lendecke1-14/+8
2007-12-05ReformattingVolker Lendecke1-10/+12
2007-12-05Put posix semantic calculation in the same place in both routinesVolker Lendecke1-9/+9
2007-12-05Tiny refactoringVolker Lendecke1-6/+8
2007-12-05Tiny refactoringVolker Lendecke1-3/+3
2007-12-05TALLOC_FREE earlyVolker Lendecke1-4/+10
2007-12-05consolidate srvstr_get_path in ntcreate_and_XVolker Lendecke1-89/+59
2007-12-05Tiny refactoringVolker Lendecke1-3/+2
2007-12-05tiny refactoringVolker Lendecke1-4/+5
2007-12-04Fix crash bug with vl's new trans handling in old transsJeremy Allison1-5/+6
2007-12-03Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison1-26/+34
2007-12-02Bump up debug levelVolker Lendecke1-2/+3
2007-12-01In nttransact_create, we also need to check for delete readonlyVolker Lendecke1-1/+2
2007-11-29Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison1-3/+3
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-1/+1
2007-11-26Fix bug 5055Volker Lendecke2-2/+2
2007-11-23smbd: close_stat() should be staticStefan Metzmacher1-1/+1
2007-11-20Paranoia check that space_remaining never goes -ve.Jeremy Allison1-2/+10
2007-11-19Always check return from push_ascii.Jeremy Allison1-0/+6
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