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
r126: - add first srvsvc and wkssvc server side stuff
Stefan Metzmacher
7
-3
/
+1784
2007-10-10
r125: use AC_CONFIG_FILES() instead of AC_OUTPUT()
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r114: - remember to initialise open_files
Andrew Tridgell
1
-1
/
+2
2007-10-10
r113: added support for "read only = yes" in simple backend
Andrew Tridgell
1
-13
/
+39
2007-10-10
r112: the simple backend now registers as both "simple" and "default"
Andrew Tridgell
1
-4
/
+14
2007-10-10
r101: added lsa_SetSecret() and lsa_QuerySecret()
Andrew Tridgell
7
-75
/
+352
2007-10-10
r100: remember the user session key during session setup so it can be used in...
Andrew Tridgell
3
-0
/
+15
2007-10-10
r99: make sure we reap child processes in the standard process model
Andrew Tridgell
1
-0
/
+1
2007-10-10
r67: added a destroy hook in the policy handle -> wire handle code to allow b...
Andrew Tridgell
3
-3
/
+6
2007-10-10
r66: fixed a segv when printing an error from a session setup failure. This
Andrew Tridgell
1
-5
/
+8
2007-10-10
r65: added support for file streams in the simple NTVFS backend
Andrew Tridgell
3
-13
/
+105
2007-10-10
r62: Fix the build
Jelmer Vernooij
4
-7
/
+12
2007-10-10
r61: - Implement first call in the winreg rpc server
Jelmer Vernooij
5
-5
/
+88
2007-10-10
r55: if you try to use a custom bind or unbind hook in
Stefan Metzmacher
1
-14
/
+22
2007-10-10
r46: Add CreateKey function (still working on it)
Jelmer Vernooij
3
-25
/
+82
2007-10-10
r42: importing .cvsignore files
Gerald Carter
24
-89
/
+0
2007-10-10
r36: - Start using memory pools in the registry library
Jelmer Vernooij
7
-141
/
+102
2007-10-10
r33: Fix torture test after IDL changes.
Jelmer Vernooij
1
-11
/
+2
2007-10-10
r31: More registry updates. regdiff/regpatch work now.
Jelmer Vernooij
9
-178
/
+169
2007-10-10
r23: get rid of def_finfo
Andrew Tridgell
3
-14
/
+1
2007-10-10
r20: Add the registry library. Still needs a lot of work,
Jelmer Vernooij
30
-1059
/
+5340
2007-10-10
[GLUE] Sync tree with SVN r17.
Gerald (Jerry) Carter
3
-0
/
+0
2004-04-03
added IDL and test for lsa_OpenSecret()
Andrew Tridgell
2
-2
/
+31
2004-04-03
added IDL and test suite for lsa_CreateSecret()
Andrew Tridgell
2
-1
/
+39
2004-04-03
added idl and test suite for lsa_CreateTrustedDomain()
Andrew Tridgell
2
-9
/
+58
2004-04-03
added the rest of the ldb_modify() code, which required a fairly large
Andrew Tridgell
19
-405
/
+922
2004-04-03
This is the start of a C API to the DCERPC client routines. Currently
Tim Potter
3
-1
/
+87
2004-04-02
Added one more test for "dirname\."
Jeremy Allison
1
-0
/
+5
2004-04-01
allow "struct TDB_DATA" as well as just "TDB_DATA"
Andrew Tridgell
1
-1
/
+1
2004-03-31
added lsaCreateAccount() and a test in the RPC-LSA test suite
Andrew Tridgell
2
-23
/
+135
2004-03-31
building with Makefile.ldb now works
Andrew Tridgell
5
-857
/
+139
2004-03-31
make a more recent snapshot of ldb available to interested
Andrew Tridgell
36
-0
/
+5656
2004-03-28
merge some recent tdb changed from samba3
Andrew Tridgell
2
-9
/
+74
2004-03-28
switch from SIG_ATOMIC_T to sig_atomic_t
Andrew Tridgell
6
-11
/
+9
2004-03-28
after discussion with the copyright holders tdb is now under the LGPL
Andrew Tridgell
3
-38
/
+56
2004-03-28
added a TDB_MODIFY flag to tdb_store() that says "if the record
Andrew Tridgell
2
-0
/
+7
2004-03-28
added a private pointer to tdb_traverse() to allow callers to supply
Andrew Tridgell
2
-4
/
+4
2004-03-28
removed the state parameter to tdb_traverse and the TDB_MODIFY flag
Andrew Tridgell
2
-12
/
+7
2004-03-26
copy with a null volume name in a trans2 QFSINFO call
Andrew Tridgell
1
-1
/
+1
2004-03-26
- moved some of the base tests into torture/basic/
Andrew Tridgell
11
-6
/
+284
2004-03-26
- use a linked list for the ftable in the nbench load generator. This
Andrew Tridgell
1
-35
/
+71
2004-03-26
use client1, client2 not client0, client1 to better match netbench
Andrew Tridgell
1
-1
/
+1
2004-03-25
fixed the handling of level II oplocks in samba4, especially when
Andrew Tridgell
5
-5
/
+7
2004-03-23
put the "max xmit" option back into Samba4
Andrew Tridgell
2
-1
/
+5
2004-03-23
readx reply packets can be over-sized
Andrew Tridgell
1
-3
/
+2
2004-03-10
nicer way of handling \clients
Andrew Tridgell
2
-3
/
+14
2004-03-10
as a special case don't check the status of the create of \clients -
Andrew Tridgell
1
-1
/
+3
2004-03-10
make the warmup and execute phases clearer
Andrew Tridgell
1
-4
/
+13
2004-03-10
add config hints for cifs backend
Andrew Tridgell
1
-0
/
+11
2004-03-10
added a 5% warmup time to NBENCH to make the results more consistent
Andrew Tridgell
2
-10
/
+33
[prev]
[next]