Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfo | Andrew Tridgell | 7 | -50/+310 |
2007-10-10 | r4247: two more places that need the unlink hook | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r4246: some very brief notes to myself on solving the case insensitivity | Andrew Tridgell | 1 | -0/+15 |
2007-10-10 | r4245: add a note about using a tdb to store xattr information, so you can | Andrew Tridgell | 1 | -2/+8 |
2007-10-10 | r4244: add more calls to pvfs_xattr_unlink_hook() on file/dir create, to try ... | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei... | Andrew Tridgell | 10 | -90/+101 |
2007-10-10 | r4242: added support for storing xattrs in a tdb. This allows all advanced NT | Andrew Tridgell | 8 | -68/+425 |
2007-10-10 | r4232: added server support for multi-part SMBtrans requests, while | Andrew Tridgell | 3 | -87/+257 |
2007-10-10 | r4230: now that we set the FLAGS2_EXTENDED_ATTRIBUTES flag, we should mark | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in the | Andrew Tridgell | 2 | -18/+106 |
2007-10-10 | r4228: make sure the caller knows the packet is in error when a signing error... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4227: index the privilege attribute to make lsa privilege calls efficient | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4214: possibly fix the "no-EAs" bug from OS/2 | Andrew Tridgell | 1 | -7/+2 |
2007-10-10 | r4213: Store REG_SZ in UTF16, not the unix charset.. | Jelmer Vernooij | 4 | -30/+13 |
2007-10-10 | r4210: Add simple example of a registry hive LDIF file | Jelmer Vernooij | 1 | -0/+43 |
2007-10-10 | r4209: Fix several smaller bugs | Jelmer Vernooij | 9 | -72/+181 |
2007-10-10 | r4207: remove "lookupname" and "lookupsid", and instead have a single "lookup... | Andrew Tridgell | 1 | -41/+24 |
2007-10-10 | r4206: fixed a status code check in lsa_LookupNames2 that could cause a segv | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r4205: fixed the default acl mapping from posix permissions to use the mapped | Andrew Tridgell | 1 | -33/+33 |
2007-10-10 | r4204: Arguments to reg_del_key more like the RPC for more efficient usage | Jelmer Vernooij | 9 | -198/+175 |
2007-10-10 | r4203: the bind_info blob isn't a const. | Stefan Metzmacher | 2 | -26/+89 |
2007-10-10 | r4202: added smbclient commands "addprivileges" and "delprivileges" for | Andrew Tridgell | 3 | -1/+153 |
2007-10-10 | r4201: Remove duplicate const. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r4200: Fix some more warnings. | Tim Potter | 1 | -3/+3 |
2007-10-10 | r4199: - added server side code for lsa_RemoveAccountRights (sharing code | Andrew Tridgell | 1 | -18/+42 |
2007-10-10 | r4198: - added server side code for lsa_AddAccountRights | Andrew Tridgell | 1 | -5/+63 |
2007-10-10 | r4197: Remove silly extra const. | Tim Potter | 2 | -2/+2 |
2007-10-10 | r4196: - added server side code for lsa_LookupPrivDisplayName | Andrew Tridgell | 2 | -28/+163 |
2007-10-10 | r4195: added IDL, test suite and server side code for lsa_LookupPrivValue | Andrew Tridgell | 3 | -18/+60 |
2007-10-10 | r4194: added server side implementation of lsa_EnumPrivs | Andrew Tridgell | 1 | -1/+34 |
2007-10-10 | r4193: added server side implementation of lsa_EnumAccountsWithUserRight | Andrew Tridgell | 1 | -7/+48 |
2007-10-10 | r4192: added server side implementation of lsa_EnumAccountRights | Andrew Tridgell | 1 | -3/+47 |
2007-10-10 | r4183: expanded the RAW-MKDIR torture test to test creation of EA lists | Andrew Tridgell | 1 | -11/+33 |
2007-10-10 | r4182: fixed trans2 mkdir, allowing mkdir with an initial EA list | Andrew Tridgell | 3 | -2/+97 |
2007-10-10 | r4181: use int32 for level | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4180: use the same syntax as the other torture tests | Stefan Metzmacher | 1 | -5/+6 |
2007-10-10 | r4179: - nicer code layout | Stefan Metzmacher | 1 | -20/+10 |
2007-10-10 | r4178: the level is mostly singed not unsigned | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4177: add some more error codes | Stefan Metzmacher | 2 | -1/+6 |
2007-10-10 | r4176: I just remeber that I have already implement STR_CONFORMANT | Stefan Metzmacher | 2 | -8/+3 |
2007-10-10 | r4175: InitiateSystemShutdownEx IDL and torture test | Jelmer Vernooij | 2 | -1/+38 |
2007-10-10 | r4174: nicer debug output | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4173: - new t2open code, that can cope with "create with EAs". Many thanks | Andrew Tridgell | 11 | -338/+301 |
2007-10-10 | r4172: commit a DsReplicaSync() torture test | Stefan Metzmacher | 1 | -0/+63 |
2007-10-10 | r4171: an attempt at better IDL for DsReplicaSync | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r4170: don't check array size for conformant arrays (they are checked separat... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4169: add descriptions about binding and unc strings to the | Stefan Metzmacher | 1 | -1/+45 |
2007-10-10 | r4168: Implement QueryValue in the server | Jelmer Vernooij | 3 | -1/+67 |
2007-10-10 | r4167: Fix CreateKey | Jelmer Vernooij | 3 | -8/+32 |
2007-10-10 | r4166: More small API fixes, keep registry structs as small as possible. | Jelmer Vernooij | 9 | -52/+13 |