Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | There's no point in passing down a 0 | Volker Lendecke | 2007-12-05 | 2 | -19/+27 | |
* | Move create_file to open.c | Volker Lendecke | 2007-12-05 | 2 | -477/+475 | |
* | Fix an uninitialized variable | Volker Lendecke | 2007-12-05 | 1 | -1/+1 | |
* | Fix debug | Volker Lendecke | 2007-12-05 | 1 | -2/+8 | |
* | Fix attribute calculation for ntcreate&x | Volker Lendecke | 2007-12-05 | 1 | -17/+21 | |
* | Fix error returns | Volker Lendecke | 2007-12-05 | 1 | -2/+12 | |
* | Fix debugs | Volker Lendecke | 2007-12-05 | 1 | -2/+18 | |
* | Implement create_file() | Volker Lendecke | 2007-12-05 | 1 | -706/+347 | |
* | Reformatting, also allow quotas for transact_create | Volker Lendecke | 2007-12-05 | 1 | -12/+38 | |
* | Tiny refactorings | Volker Lendecke | 2007-12-05 | 1 | -17/+12 | |
* | Split out sd parsing | Volker Lendecke | 2007-12-05 | 1 | -5/+33 | |
* | Reformatting | Volker Lendecke | 2007-12-05 | 1 | -9/+12 | |
* | Align formatting, one TALLOC_FREE is enough | Volker Lendecke | 2007-12-05 | 1 | -5/+5 | |
* | Move pulling the ea list out of the way | Volker Lendecke | 2007-12-05 | 1 | -14/+8 | |
* | Reformatting | Volker Lendecke | 2007-12-05 | 1 | -10/+12 | |
* | Put posix semantic calculation in the same place in both routines | Volker Lendecke | 2007-12-05 | 1 | -9/+9 | |
* | Tiny refactoring | Volker Lendecke | 2007-12-05 | 1 | -6/+8 | |
* | Tiny refactoring | Volker Lendecke | 2007-12-05 | 1 | -3/+3 | |
* | TALLOC_FREE early | Volker Lendecke | 2007-12-05 | 1 | -4/+10 | |
* | consolidate srvstr_get_path in ntcreate_and_X | Volker Lendecke | 2007-12-05 | 1 | -89/+59 | |
* | Tiny refactoring | Volker Lendecke | 2007-12-05 | 1 | -3/+2 | |
* | tiny refactoring | Volker Lendecke | 2007-12-05 | 1 | -4/+5 | |
* | Fix crash bug with vl's new trans handling in old transs | Jeremy Allison | 2007-12-04 | 1 | -5/+6 | |
* | Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.c | Jeremy Allison | 2007-12-03 | 1 | -26/+34 | |
* | Bump up debug level | Volker Lendecke | 2007-12-02 | 1 | -2/+3 | |
* | In nttransact_create, we also need to check for delete readonly | Volker Lendecke | 2007-12-01 | 1 | -1/+2 | |
* | Remove PSTRING_LEN from smbd/ nmbd/. | Jeremy Allison | 2007-11-29 | 1 | -3/+3 | |
* | Remove the explicit TALLOC_CTX * from cli_struct. | Jeremy Allison | 2007-11-29 | 1 | -1/+1 | |
* | Fix bug 5055 | Volker Lendecke | 2007-11-26 | 2 | -2/+2 | |
* | smbd: close_stat() should be static | Stefan Metzmacher | 2007-11-23 | 1 | -1/+1 | |
* | Paranoia check that space_remaining never goes -ve. | Jeremy Allison | 2007-11-20 | 1 | -2/+10 | |
* | Always check return from push_ascii. | Jeremy Allison | 2007-11-19 | 1 | -0/+6 | |
* | Ensure we use PATH_MAX for symlinks. | Jeremy Allison | 2007-11-16 | 1 | -2/+2 | |
* | Match the 3.0.27a version of this function. | Jeremy Allison | 2007-11-16 | 1 | -14/+4 | |
* | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 2007-11-15 | 1 | -3/+3 | |
* | Fix an implicit cast warning. | Michael Adam | 2007-11-16 | 1 | -1/+1 | |
* | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 2007-11-15 | 1 | -1/+4 | |
* | Fix potential orphaned open files. | Michael Adam | 2007-11-13 | 1 | -2/+4 | |
* | Remove last pstring from smbd/*.c | Jeremy Allison | 2007-11-13 | 4 | -240/+310 | |
* | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 2007-11-13 | 4 | -31/+33 | |
* | More pstring removal from smbd/*.c | Jeremy Allison | 2007-11-12 | 1 | -11/+17 | |
* | Remove pstrings from lanman.c | Jeremy Allison | 2007-11-12 | 1 | -54/+148 | |
* | Remove all pstrings from smbd/chgpasswd.c. | Jeremy Allison | 2007-11-12 | 1 | -67/+90 | |
* | Fix bug #5073. Allow "delete readonly = yes" to correctly | Jeremy Allison | 2007-11-12 | 1 | -1/+2 | |
* | Three more pstring removals. | Jeremy Allison | 2007-11-11 | 3 | -8/+17 | |
* | Cosmetic fix | Volker Lendecke | 2007-11-11 | 1 | -3/+5 | |
* | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 2007-11-10 | 3 | -37/+41 | |
* | Remove last pstring from sesssetup.c | Jeremy Allison | 2007-11-10 | 1 | -19/+21 | |
* | Fix the build when realpath doesn't take null | Jeremy Allison | 2007-11-10 | 1 | -1/+1 | |
* | Remove pstring from service.c. | Jeremy Allison | 2007-11-10 | 1 | -71/+109 |