Age | Commit message (Expand) | Author | Files | Lines |
2007-12-19 | Change the prototype of the vfs function get_nt_acl(). | Michael Adam | 1 | -1/+1 |
2007-12-16 | make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdesc | Volker Lendecke | 1 | -87/+46 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -3/+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 | 1 | -4/+66 |
2007-12-07 | More parameter shuffling | Volker Lendecke | 1 | -4/+4 |
2007-12-07 | Re-arrange create_file() parameters | Volker Lendecke | 1 | -4/+4 |
2007-12-05 | There's no point in passing down a 0 | Volker Lendecke | 1 | -4/+2 |
2007-12-05 | Move create_file to open.c | Volker Lendecke | 1 | -477/+0 |
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-01 | In nttransact_create, we also need to check for delete readonly | Volker Lendecke | 1 | -1/+2 |
2007-11-13 | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 1 | -7/+11 |
2007-11-12 | Fix bug #5073. Allow "delete readonly = yes" to correctly | Jeremy Allison | 1 | -1/+2 |
2007-11-03 | Remove the smb_read_error global variable and replace | Jeremy Allison | 1 | -1/+0 |
2007-10-31 | Fix some cases where file_set_dosmode was being passed | Jeremy Allison | 1 | -1/+1 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -14/+14 |
2007-10-10 | r25309: Volker's fix for bug #4984 - samba4 torture test | Jeremy Allison | 1 | -41/+71 |
2007-10-10 | r25184: Fix some C++ warnings and an uninitialized variable | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 1 | -11/+13 |
2007-10-10 | r25135: Remove one END_PROFILE(SMBntcreateX) from call_nt_transact_create() w... | Günther Deschner | 1 | -1/+0 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 1 | -7/+16 |
2007-10-10 | r25111: Move to talloced pathnames on most code paths. | Jeremy Allison | 1 | -170/+206 |
2007-10-10 | r25102: Rewrite msdfs code to use talloced filenames. Passes make test | Jeremy Allison | 1 | -23/+35 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -42/+51 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24702: Remove the old API pointers | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r24659: Some formatting changes helping to minimize the 3_2_0 diff | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r24498: More extra code into a function, reply_openerror. | Jeremy Allison | 1 | -93/+70 |
2007-10-10 | r24474: Map error value NT_STATUS_OBJECT_NAME_COLLISION | Jeremy Allison | 1 | -34/+24 |
2007-10-10 | r24433: Convert reply_ntrename to the new API | Volker Lendecke | 1 | -30/+51 |
2007-10-10 | r24403: Remove reply_prep_legacy from send_nttrans_replies | Volker Lendecke | 1 | -48/+50 |