summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* separate out create_file_unixpath()Volker Lendecke2007-12-111-171/+242
* Move more stuff out of the wayVolker Lendecke2007-12-111-7/+7
* Move INTERNAL_OPEN_ONLY calculation out of the wayVolker Lendecke2007-12-111-4/+4
* Don't need an fstring here, we can talloc.Jeremy Allison2007-12-101-9/+8
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-102-4/+4
* Simplify add_session_userVolker Lendecke2007-12-101-33/+25
* Increase debug levelVolker Lendecke2007-12-101-1/+1
* Move stuff from data to textVolker Lendecke2007-12-101-2/+2
* int->boolVolker Lendecke2007-12-101-2/+2
* Tiny simplificationsVolker Lendecke2007-12-101-1/+1
* Get rid of the msgbuf[1600]Volker Lendecke2007-12-091-98/+132
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-073-38/+81
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-072-4/+4
* Attempt to fix make test :-)Volker Lendecke2007-12-071-2/+2
* Pass only internal oplock request values to create_fileVolker Lendecke2007-12-072-46/+71
* More parameter shufflingVolker Lendecke2007-12-072-5/+5
* Re-arrange create_file() parametersVolker Lendecke2007-12-072-5/+5
* Make fname arg to create_file a "const char *"Volker Lendecke2007-12-071-6/+15
* 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