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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r373: use a much larger default tdb hash size in ldb
Andrew Tridgell
1
-1
/
+2
2007-10-10
r355: Fix a bunch of compiler warnings in the registry code.
Tim Potter
7
-36
/
+31
2007-10-10
r344: fixed deletion of index records
Andrew Tridgell
1
-1
/
+1
2007-10-10
r343: added automatic reindexing of the database when the index list changes
Andrew Tridgell
2
-0
/
+78
2007-10-10
r335: added much better handling of servers that die unexpectedly during a
Andrew Tridgell
1
-0
/
+10
2007-10-10
r323: added rough password quality checking in generate_random_str(), so we g...
Andrew Tridgell
1
-2
/
+31
2007-10-10
r274: Be somewhat more POSIX compatible
Jelmer Vernooij
1
-9
/
+19
2007-10-10
r218: added a comment regarding the %c strftime() warning
Andrew Tridgell
1
-0
/
+4
2007-10-10
r200: fix compile errors
Herb Lewis
2
-4
/
+7
2007-10-10
r199: More registry rpc updates
Jelmer Vernooij
1
-12
/
+31
2007-10-10
r194: fixed compile with ldap
Andrew Tridgell
1
-2
/
+2
2007-10-10
r190: More RPC updates
Jelmer Vernooij
2
-1
/
+54
2007-10-10
r187: RPC registry backend fixes
Jelmer Vernooij
4
-30
/
+127
2007-10-10
r183: More bugfixes
Jelmer Vernooij
2
-28
/
+21
2007-10-10
r182: Fix a couple of segfaults
Jelmer Vernooij
4
-2
/
+12
2007-10-10
r181: Parsing windows '95 registry files now works (including values)
Jelmer Vernooij
2
-45
/
+188
2007-10-10
r174: Win95 registry files (like USER.DAT) can now be partially parsed
Jelmer Vernooij
3
-45
/
+100
2007-10-10
r169: Fix gregedit
Jelmer Vernooij
2
-31
/
+8
2007-10-10
r168: - Cleanups in rpc backend
Jelmer Vernooij
8
-192
/
+307
2007-10-10
r166: Fix enumerating values in nt4 backend
Jelmer Vernooij
3
-0
/
+6
2007-10-10
r165: Add support for viewing registry values in gregedit
Jelmer Vernooij
2
-26
/
+40
2007-10-10
r164: Viewing remote registries with gregedit works now
Jelmer Vernooij
2
-4
/
+4
2007-10-10
r163: - enable ldap in the sample makefile, and use /usr prefix
Andrew Tridgell
2
-14
/
+26
2007-10-10
r162: Minor bugfixes:
Jelmer Vernooij
2
-4
/
+3
2007-10-10
r159: nicer usage messages when no URL is given
Andrew Tridgell
5
-11
/
+11
2007-10-10
r158: cope with or without LDAP in samba build of ldb
Andrew Tridgell
2
-3
/
+7
2007-10-10
r157: cope with or without LDAP in ldb sample Makefile
Andrew Tridgell
1
-5
/
+13
2007-10-10
r152: a quick airport commit ....
Andrew Tridgell
20
-576
/
+927
2007-10-10
r147: - Remove dublicate ldap tests (richard the current test is in libads/co...
Stefan Metzmacher
2
-8
/
+18
2007-10-10
r141: A number of changes to get things working on FreeBSD and reduce the bre...
Richard Sharpe
5
-4
/
+8
2007-10-10
r136: I forgot to add config.m4 for ldb in my ldb commit
Andrew Tridgell
1
-0
/
+7
2007-10-10
r135: some test ldif for an idea I am playing with to replace smb.conf with a...
Andrew Tridgell
2
-0
/
+62
2007-10-10
r134: - added ldb to the build of smbd
Andrew Tridgell
2
-3
/
+2
2007-10-10
r131: mark some scripts executable
Andrew Tridgell
1
-0
/
+0
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
14
-452
/
+1266
2007-10-10
r125: use AC_CONFIG_FILES() instead of AC_OUTPUT()
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r61: - Implement first call in the winreg rpc server
Jelmer Vernooij
2
-2
/
+19
2007-10-10
r46: Add CreateKey function (still working on it)
Jelmer Vernooij
1
-19
/
+25
2007-10-10
r42: importing .cvsignore files
Gerald Carter
2
-10
/
+0
2007-10-10
r36: - Start using memory pools in the registry library
Jelmer Vernooij
7
-141
/
+102
2007-10-10
r31: More registry updates. regdiff/regpatch work now.
Jelmer Vernooij
7
-151
/
+168
2007-10-10
r20: Add the registry library. Still needs a lot of work,
Jelmer Vernooij
18
-0
/
+4805
2007-10-10
[GLUE] Sync tree with SVN r17.
Gerald (Jerry) Carter
1
-0
/
+0
2004-04-03
added the rest of the ldb_modify() code, which required a fairly large
Andrew Tridgell
19
-405
/
+922
2004-04-01
allow "struct TDB_DATA" as well as just "TDB_DATA"
Andrew Tridgell
1
-1
/
+1
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
3
-4
/
+4
[next]