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
r134: - added ldb to the build of smbd
Andrew Tridgell
5
-6
/
+10
2007-10-10
r133: don't try to do a database deltas with a -1 seq num
Andrew Tridgell
1
-0
/
+4
2007-10-10
r132: fill in the correct default case for the WKSSVC GetInfo call
Andrew Tridgell
1
-0
/
+1
2007-10-10
r131: mark some scripts executable
Andrew Tridgell
1
-0
/
+0
2007-10-10
r130: added DCERPC_COMMON_OBJS to Makefile.in
Andrew Tridgell
1
-0
/
+2
2007-10-10
r129: Convert other utilities to new API
Jelmer Vernooij
4
-81
/
+169
2007-10-10
r128: Another registry update. Changes:
Jelmer Vernooij
19
-587
/
+1486
2007-10-10
r127: NetWkstaGetInfo level 101
Stefan Metzmacher
3
-8
/
+21
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
r109: a test commit 2
Andrew Tridgell
1
-0
/
+1
2007-10-10
r108: a test commit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r107: a test commit
Andrew Tridgell
1
-0
/
+2
2007-10-10
r106: add an idea about SMB UNC names
Andrew Tridgell
1
-0
/
+6
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
r35: a test commit - 2
Andrew Tridgell
1
-0
/
+1
2007-10-10
r34: a test commit
Andrew Tridgell
1
-2
/
+2
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
[next]