Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-12-10 | Increase debug level | Volker Lendecke | 1 | -1/+1 |
2007-12-10 | Move stuff from data to text | Volker Lendecke | 1 | -2/+2 |
2007-12-10 | int->bool | Volker Lendecke | 1 | -2/+2 |
2007-12-10 | Tiny simplifications | Volker Lendecke | 1 | -1/+1 |
2007-12-09 | Get rid of the msgbuf[1600] | Volker Lendecke | 1 | -98/+132 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 3 | -38/+81 |
2007-12-07 | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 2 | -4/+4 |
2007-12-07 | Attempt to fix make test :-) | Volker Lendecke | 1 | -2/+2 |
2007-12-07 | Pass only internal oplock request values to create_file | Volker Lendecke | 2 | -46/+71 |
2007-12-07 | More parameter shuffling | Volker Lendecke | 2 | -5/+5 |
2007-12-07 | Re-arrange create_file() parameters | Volker Lendecke | 2 | -5/+5 |
2007-12-07 | Make fname arg to create_file a "const char *" | Volker Lendecke | 1 | -6/+15 |
2007-12-05 | There's no point in passing down a 0 | Volker Lendecke | 2 | -19/+27 |
2007-12-05 | Move create_file to open.c | Volker Lendecke | 2 | -477/+475 |
2007-12-05 | Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2007-12-05 | Fix debug | Volker Lendecke | 1 | -2/+8 |
2007-12-05 | Fix attribute calculation for ntcreate&x | Volker Lendecke | 1 | -17/+21 |
2007-12-05 | Fix error returns | Volker Lendecke | 1 | -2/+12 |
2007-12-05 | Fix debugs | Volker Lendecke | 1 | -2/+18 |
2007-12-05 | Implement create_file() | Volker Lendecke | 1 | -706/+347 |
2007-12-05 | Reformatting, also allow quotas for transact_create | Volker Lendecke | 1 | -12/+38 |
2007-12-05 | Tiny refactorings | Volker Lendecke | 1 | -17/+12 |
2007-12-05 | Split out sd parsing | Volker Lendecke | 1 | -5/+33 |
2007-12-05 | Reformatting | Volker Lendecke | 1 | -9/+12 |
2007-12-05 | Align formatting, one TALLOC_FREE is enough | Volker Lendecke | 1 | -5/+5 |
2007-12-05 | Move pulling the ea list out of the way | Volker Lendecke | 1 | -14/+8 |
2007-12-05 | Reformatting | Volker Lendecke | 1 | -10/+12 |
2007-12-05 | Put posix semantic calculation in the same place in both routines | Volker Lendecke | 1 | -9/+9 |
2007-12-05 | Tiny refactoring | Volker Lendecke | 1 | -6/+8 |
2007-12-05 | Tiny refactoring | Volker Lendecke | 1 | -3/+3 |
2007-12-05 | TALLOC_FREE early | Volker Lendecke | 1 | -4/+10 |
2007-12-05 | consolidate srvstr_get_path in ntcreate_and_X | Volker Lendecke | 1 | -89/+59 |
2007-12-05 | Tiny refactoring | Volker Lendecke | 1 | -3/+2 |
2007-12-05 | tiny refactoring | Volker Lendecke | 1 | -4/+5 |
2007-12-04 | Fix crash bug with vl's new trans handling in old transs | Jeremy Allison | 1 | -5/+6 |
2007-12-03 | Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.c | Jeremy Allison | 1 | -26/+34 |
2007-12-02 | Bump up debug level | Volker Lendecke | 1 | -2/+3 |
2007-12-01 | In nttransact_create, we also need to check for delete readonly | Volker Lendecke | 1 | -1/+2 |
2007-11-29 | Remove PSTRING_LEN from smbd/ nmbd/. | Jeremy Allison | 1 | -3/+3 |
2007-11-29 | Remove the explicit TALLOC_CTX * from cli_struct. | Jeremy Allison | 1 | -1/+1 |
2007-11-26 | Fix bug 5055 | Volker Lendecke | 2 | -2/+2 |
2007-11-23 | smbd: close_stat() should be static | Stefan Metzmacher | 1 | -1/+1 |
2007-11-20 | Paranoia check that space_remaining never goes -ve. | Jeremy Allison | 1 | -2/+10 |
2007-11-19 | Always check return from push_ascii. | Jeremy Allison | 1 | -0/+6 |
2007-11-16 | Ensure we use PATH_MAX for symlinks. | Jeremy Allison | 1 | -2/+2 |
2007-11-16 | Match the 3.0.27a version of this function. | Jeremy Allison | 1 | -14/+4 |
2007-11-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 1 | -3/+3 |
2007-11-16 | Fix an implicit cast warning. | Michael Adam | 1 | -1/+1 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -1/+4 |
2007-11-13 | Fix potential orphaned open files. | Michael Adam | 1 | -2/+4 |