index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
*
r4166: More small API fixes, keep registry structs as small as possible.
Jelmer Vernooij
2007-10-10
9
-52
/
+13
*
r4165: added a 100 element name cache to cope with some amount of seeking
Andrew Tridgell
2007-10-10
2
-23
/
+50
*
r4164: added a test that simulates a OS/2 file delete. This includes seek by
Andrew Tridgell
2007-10-10
1
-0
/
+105
*
r4163: 2nd attempt at fixing the OS/2 "del *" problem
Andrew Tridgell
2007-10-10
1
-6
/
+0
*
r4162: this should fix the delete/findnext problem from OS/2 clients. Thanks
Andrew Tridgell
2007-10-10
2
-1
/
+7
*
r4161: two more fixes for NT4 clients. Bugs found by kukks.
Andrew Tridgell
2007-10-10
1
-2
/
+6
*
r4160: fixed the file_type in ntcreatex reply on a named pipe. NT4 requires t...
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4159: fixed error return for writebraw
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r4158: Fix IDL for InitiateShutdown and AbortShutdown and run both only
Jelmer Vernooij
2007-10-10
2
-13
/
+16
*
r4157: QueryMultipleValues IDL and torture test
Jelmer Vernooij
2007-10-10
2
-2
/
+53
*
r4156: GetKeySecurity() IDL and torture test
Jelmer Vernooij
2007-10-10
2
-10
/
+39
*
r4155: More destinction between hives and predefined keys
Jelmer Vernooij
2007-10-10
10
-74
/
+70
*
r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXT
Jelmer Vernooij
2007-10-10
6
-19
/
+19
*
r4151: added privilege attribute handling on samdb.
Andrew Tridgell
2007-10-10
5
-5
/
+136
*
r4150: - add fns for manipulating the privilege_mask in a security_token
Andrew Tridgell
2007-10-10
2
-6
/
+33
*
r4148: add a default set of privileges to the core builtin accounts in the
Andrew Tridgell
2007-10-10
1
-1
/
+39
*
r4147: converted from NT_USER_TOKEN to struct security_token
Andrew Tridgell
2007-10-10
13
-190
/
+225
*
r4146: an attempted fix for a OS/2 rename problem found by kukks - seems OS/2
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r4145: make sure we don't set the 32-bit error codes flag unless the client
Andrew Tridgell
2007-10-10
1
-5
/
+9
*
r4142: Check result value of OpenHKU and OpenHKCR
Jelmer Vernooij
2007-10-10
1
-0
/
+9
*
r4141: Fix crash bug in ldb backend
Jelmer Vernooij
2007-10-10
2
-9
/
+9
*
r4140: Get rid of close_hive (replace it with talloc destructors).
Jelmer Vernooij
2007-10-10
3
-22
/
+27
*
r4139: 2nd attempt at fixing the null ptr in size_is() problem.
Andrew Tridgell
2007-10-10
2
-10
/
+8
*
r4138: initialise 'type' in RPC-WINREG EnumValue test
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4137: Make *_open_key take a registry_key instead of a hive (more efficient
Jelmer Vernooij
2007-10-10
6
-35
/
+42
*
r4136: when we have a size or switch variable that is a pointer we need to ch...
Andrew Tridgell
2007-10-10
1
-1
/
+25
*
r4135: improve a debug message
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4133: Cache results of subkey and value queries
Jelmer Vernooij
2007-10-10
1
-26
/
+58
*
r4132: - Bunch of rather large fixes in the registry
Jelmer Vernooij
2007-10-10
21
-417
/
+551
*
r4124: include locale.h to get LC_ALL in include/system/iconv.h
Andrew Tridgell
2007-10-10
3
-2
/
+6
*
r4123: set locale to C to ensure ascii string functions work
Andrew Tridgell
2007-10-10
2
-0
/
+13
*
r4118: don't assume that "unsigned int" is the same type as uint32_t
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r4117: fixed EnumValue in winreg server
Andrew Tridgell
2007-10-10
1
-7
/
+5
*
r4116: fixed compilation of EnumValue code in winreg rpc backend
Andrew Tridgell
2007-10-10
1
-17
/
+13
*
r4115: check for gensec errors before calling memcpy on a set of credentials,
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r4114: added have_features bits to gensec schannel code. This fixes our
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r4113: modified EnumValue in winreg to take advantage of the new pidl handling
Andrew Tridgell
2007-10-10
2
-49
/
+28
*
r4112: when a pointer is NULL on the wire ensure it is null in the structure
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4111: fixed winreg to use much simpler (and I believe correct) IDL for Query...
Andrew Tridgell
2007-10-10
2
-21
/
+10
*
r4110: fixed pidl to allow arrays to have size_is() and length_is() elements
Andrew Tridgell
2007-10-10
3
-65
/
+152
*
r4109: fixed an uninitialised socket write found by kukks
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4106: Add full name of two more hives
Jelmer Vernooij
2007-10-10
2
-2
/
+6
*
r4105: Fix IDL for QueryValue() and add a torture test for it.
Jelmer Vernooij
2007-10-10
2
-12
/
+50
*
r4102: more uint64 vs HYPER_T fixes
Stefan Metzmacher
2007-10-10
4
-14
/
+20
*
r4101: ignore secondary session requests to cope with a OS/2 bug reported by
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r4100: fix drsuapi_DsReplicaObjMetaData2() idl
Stefan Metzmacher
2007-10-10
1
-16
/
+15
*
r4099: Spelling fixes.
Tim Potter
2007-10-10
2
-6
/
+6
*
r4098: catch null guid string so RPC-DRSUAPI works against my server
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r4097: add missing file from last commit
Stefan Metzmacher
2007-10-10
1
-0
/
+15
*
r4096: move the samdb code to source/dsdb/
Stefan Metzmacher
2007-10-10
4
-17
/
+2
[next]