Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-12-13 | Move dns_sd.h include to fix the build. | James Peach | 1 | -3/+4 |
2007-12-13 | Register the smb service with mDNS if mSDN is supported. | Rishi Srivatsavai | 2 | -9/+253 |
2007-12-11 | separate out create_file_unixpath() | Volker Lendecke | 1 | -171/+242 |
2007-12-11 | Move more stuff out of the way | Volker Lendecke | 1 | -7/+7 |
2007-12-11 | Move INTERNAL_OPEN_ONLY calculation out of the way | Volker Lendecke | 1 | -4/+4 |
2007-12-10 | Don't need an fstring here, we can talloc. | Jeremy Allison | 1 | -9/+8 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2 | -4/+4 |
2007-12-10 | Simplify add_session_user | Volker Lendecke | 1 | -33/+25 |
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 |