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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2007-10-10
r4165: added a 100 element name cache to cope with some amount of seeking
Andrew Tridgell
2
-23
/
+50
2007-10-10
r4164: added a test that simulates a OS/2 file delete. This includes seek by
Andrew Tridgell
1
-0
/
+105
2007-10-10
r4163: 2nd attempt at fixing the OS/2 "del *" problem
Andrew Tridgell
1
-6
/
+0
2007-10-10
r4162: this should fix the delete/findnext problem from OS/2 clients. Thanks
Andrew Tridgell
2
-1
/
+7
2007-10-10
r4161: two more fixes for NT4 clients. Bugs found by kukks.
Andrew Tridgell
1
-2
/
+6
2007-10-10
r4160: fixed the file_type in ntcreatex reply on a named pipe. NT4 requires t...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4159: fixed error return for writebraw
Andrew Tridgell
1
-2
/
+1
2007-10-10
r4158: Fix IDL for InitiateShutdown and AbortShutdown and run both only
Jelmer Vernooij
2
-13
/
+16
2007-10-10
r4157: QueryMultipleValues IDL and torture test
Jelmer Vernooij
2
-2
/
+53
2007-10-10
r4156: GetKeySecurity() IDL and torture test
Jelmer Vernooij
2
-10
/
+39
2007-10-10
r4155: More destinction between hives and predefined keys
Jelmer Vernooij
10
-74
/
+70
2007-10-10
r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXT
Jelmer Vernooij
6
-19
/
+19
[next]