Age | Commit message (Expand) | Author | Files | Lines |
2008-08-20 | smbd: fix the handling of create_options to pass RAW-OPEN | Stefan Metzmacher | 1 | -0/+12 |
2008-07-19 | Introduce is_known_pipename | Volker Lendecke | 1 | -35/+1 |
2008-06-19 | Remove current_user references from nttrans.c | Volker Lendecke | 1 | -3/+2 |
2008-06-19 | Remove current_user references from trans2.c | Volker Lendecke | 1 | -2/+2 |
2008-06-19 | Remove the "current_user" arg from fsp_belongs_conn | Volker Lendecke | 1 | -3/+3 |
2008-06-19 | Remove the "current_user" arg from check_fsp | Volker Lendecke | 1 | -1/+1 |
2008-05-16 | Simplify fake_file logic | Volker Lendecke | 1 | -1/+1 |
2008-05-10 | Remove "user" from connection_struct | Volker Lendecke | 1 | -4/+6 |
2008-05-09 | Remove a couple of uses of SMB_VFS_GET_NT_ACL(), use | Jeremy Allison | 1 | -8/+2 |
2008-05-08 | Yay ! Remove a VFS entry. Removed the set_nt_acl() call, | Jeremy Allison | 1 | -7/+1 |
2008-05-05 | Remove connection_struct->mem_ctx, connection_struct is its own parent | Volker Lendecke | 1 | -1/+1 |
2008-04-14 | Remove two pointless else branches | Volker Lendecke | 1 | -7/+5 |
2008-04-07 | Rewrite the wrap checks to deal with gcc 4.x optimisations. | Jeremy Allison | 1 | -38/+51 |
2008-04-07 | smbd: implement the strange write time update logic | Stefan Metzmacher | 1 | -1/+1 |
2008-04-01 | smbd: ignore nttrans renames as w2k3 does | Stefan Metzmacher | 1 | -24/+3 |
2008-03-11 | Using Metze's S4 nttrans rename test, the nttrans rename | Jeremy Allison | 1 | -1/+1 |
2008-03-11 | Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19, | Jeremy Allison | 1 | -2/+3 |
2008-02-22 | Don't use fname after create_file has been called | Volker Lendecke | 1 | -5/+5 |
2008-01-19 | Add "split_ntfs_stream_name()" together with a torture test | Volker Lendecke | 1 | -0/+3 |
2008-01-09 | Make use of talloc_pool in the main codepaths. Remove the sub-contexts. | Jeremy Allison | 1 | -8/+0 |
2008-01-06 | Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL(). | Michael Adam | 1 | -2/+1 |
2008-01-06 | Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL(). | Michael Adam | 1 | -1/+1 |
2008-01-04 | Now conn is part of smb_request, we don't need it as | Jeremy Allison | 1 | -5/+9 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -17/+22 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -1/+1 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -1/+2 |
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 |