index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4314: added ACL checking on unlink
Andrew Tridgell
5
-9
/
+31
2007-10-10
r4313: fixed a bug in handling new xattrs in the tdb xattr backend
Andrew Tridgell
1
-2
/
+1
2007-10-10
r4310: fixed the authority_name field in lsa_GetUserName()
Andrew Tridgell
2
-2
/
+5
2007-10-10
r4309: idl and torture test for lsa_GetUserName()
Stefan Metzmacher
2
-3
/
+38
2007-10-10
r4308: [out,ref] pointer needs to set (don't corrupt the stack and segfault)
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r4303: a bit more consistent help on privileges commands in smbclient
Andrew Tridgell
1
-6
/
+6
2007-10-10
r4302: fixed all of the annoying gtk warnings. The code all seems to still wo...
Andrew Tridgell
7
-17
/
+19
2007-10-10
r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...
Jelmer Vernooij
3
-7
/
+37
2007-10-10
r4298: Update to credentials.h after feedback from Andrew Bartlett
Jelmer Vernooij
2
-29
/
+40
2007-10-10
r4288: don't use struct dcerpc_interface_table anymore in the
Stefan Metzmacher
6
-114
/
+259
2007-10-10
r4284: fixed a problem with very large EA lists and OS/2 clients. These
Andrew Tridgell
1
-17
/
+28
2007-10-10
r4283: adding a privilege that an account already has is not an error
Andrew Tridgell
1
-60
/
+90
2007-10-10
r4282: removed a spurious error message now we remove index entries in the mo...
Andrew Tridgell
1
-1
/
+0
2007-10-10
r4281: fixed an ldb indexing bug in ldb found by volker.
Andrew Tridgell
3
-8
/
+19
2007-10-10
r4280: added server side support for lsa_AddPrivilegesToAccount() and lsa_Rem...
Andrew Tridgell
1
-119
/
+203
2007-10-10
r4279: added IDL and test code for lsa_AddPrivilegesToAccount() and lsa_Remov...
Andrew Tridgell
2
-6
/
+83
2007-10-10
r4278: - added server support for lsa_EnumPrivsAccount()
Andrew Tridgell
1
-6
/
+52
2007-10-10
r4277: - added server support for lsa_EnumAccounts()
Andrew Tridgell
2
-17
/
+83
2007-10-10
r4276: added server side support for lsa_OpenAccount()
Andrew Tridgell
1
-2
/
+73
2007-10-10
r4275: improve the share type info
Andrew Tridgell
1
-0
/
+6
2007-10-10
r4274: make the prototype RAP netshareenum call return something a bit more s...
Andrew Tridgell
1
-11
/
+12
2007-10-10
r4267: fixed the charset code to use the builtin_functions.
Andrew Tridgell
1
-12
/
+20
2007-10-10
r4264: fix acl handling on systems without xattr support
Andrew Tridgell
1
-11
/
+15
2007-10-10
r4263: added support for the trans2 RAW_SEARCH_EA_LIST information
Andrew Tridgell
10
-15
/
+283
2007-10-10
r4262: a sniff from kukks showed that the FILE_ATTRIBUTE_NORMAL handling in
Andrew Tridgell
3
-12
/
+1
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
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
[next]