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
2008-04-13
libnetapi: Add IDL for NetQueryDisplayInformation.
Günther Deschner
1
-0
/
+35
2008-04-13
Fix the build of eventlogadm.
Günther Deschner
1
-1
/
+1
2008-04-13
gpo: add scripts plugin.
Günther Deschner
3
-0
/
+448
2008-04-13
libnetapi: don't to try to free NULL struct.
Günther Deschner
1
-0
/
+4
2008-04-13
gpo: make integer debug print more readable.
Günther Deschner
1
-2
/
+4
2008-04-13
registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.
Michael Adam
1
-1
/
+5
2008-04-13
registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys.
Michael Adam
1
-1
/
+7
2008-04-13
net registry: remove superfluous regdb_close().
Michael Adam
1
-2
/
+0
2008-04-13
registry: rename init_registry() to registry_init_full() for consistency.
Michael Adam
2
-2
/
+2
2008-04-13
registry: change init_registry() to return WERROR instead of bool.
Michael Adam
2
-6
/
+3
2008-04-13
registry: change registry_init_smbconf() to return WERROR instead of bool
Michael Adam
2
-7
/
+4
2008-04-13
registry: refactor common part of registry initialization out.
Michael Adam
3
-25
/
+15
2008-04-13
registry: change registry_init_basic() to return WERROR instead of bool
Michael Adam
3
-8
/
+9
2008-04-13
registry: change reghook_cache_add() to return WERROR instead of bool
Michael Adam
3
-6
/
+10
2008-04-13
registry cachehook: change helper function keyname_to_path() to return WERROR.
Michael Adam
1
-18
/
+32
2008-04-13
adt_tree: change pathtree_add to return WERR instead of bool.
Michael Adam
3
-10
/
+10
2008-04-13
registry cachehook: revert logic to make fast path more obvious and reduce in...
Michael Adam
1
-8
/
+9
2008-04-13
registry: change reghook_cache_init() to return WERROR and use it in the call...
Michael Adam
4
-9
/
+26
2008-04-13
registry cachehook: compare cache_tree against NULL, not 0.
Michael Adam
1
-1
/
+1
2008-04-13
registry: change init_registry_key() and init_registry_data() to return WERR
Michael Adam
3
-20
/
+43
2008-04-13
registry: unify debug output in the registry init functions.
Michael Adam
3
-9
/
+9
2008-04-13
registry: change regdb_init() to return WERROR instead of bool.
Michael Adam
4
-23
/
+19
2008-04-13
registry: make registry_init_smbconf() hook the registry ops onto given key.
Michael Adam
2
-5
/
+11
2008-04-13
Update WHATSNEW entry for pre3
Volker Lendecke
1
-0
/
+13
2008-04-13
registry cachehook: add talloc failed debug messages.
Michael Adam
1
-0
/
+6
2008-04-13
registry cachehook: eliminate a couple trailing spaces (empty lines).
Michael Adam
1
-4
/
+4
2008-04-13
registry cachehook: fix memleak (to talloc_tos()): free key at the end.
Michael Adam
1
-1
/
+4
2008-04-13
registry cachehook: refactor normalization of keyname out.
Michael Adam
1
-29
/
+23
2008-04-13
registry: adapt copied function header comments.
Michael Adam
1
-2
/
+2
2008-04-13
registry: remove the REGISTRY_HOOKS layer from the reghook cache.
Michael Adam
7
-47
/
+44
2008-04-13
Fix ou handling in netdomjoin-gui.
Günther Deschner
1
-0
/
+5
2008-04-13
libnetapi: fix a C++ warning by making implicit cast explicit
Michael Adam
1
-1
/
+1
2008-04-13
dbwrap_tdb2: fix a C++ warning by making implicit cast explicit
Michael Adam
1
-3
/
+3
2008-04-12
Add WERR_USER_ALREADY_EXISTS and WERR_PASSWORD_RESTRICTION.
Günther Deschner
2
-0
/
+6
2008-04-12
Move some WERRORs down to the NERR_BASE block.
Günther Deschner
1
-16
/
+11
2008-04-12
Fill in WHATSNEW.txt for pre3.
Günther Deschner
1
-0
/
+16
2008-04-12
WHATSNEW.txt: list my changes
Stefan Metzmacher
1
-0
/
+21
2008-04-12
groupdb: make mapping_tdb compatible to mapping_ldb
Stefan Metzmacher
1
-1
/
+1
2008-04-12
groupdb: readd groupdb:backend parametric option
Stefan Metzmacher
1
-2
/
+20
2008-04-12
dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbindd
Stefan Metzmacher
4
-3
/
+23
2008-04-12
dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes"
Stefan Metzmacher
1
-2
/
+57
2008-04-12
dbwrap: add dbwrap_tdb2 backend
Stefan Metzmacher
3
-1
/
+1275
2008-04-12
rerun 'make idl'
Stefan Metzmacher
3
-0
/
+95
2008-04-12
messaging.idl: add structure to marshall dbwrap_tdb2 changes
Stefan Metzmacher
1
-0
/
+15
2008-04-12
messaging: add MSG_DBWRAP_TDB2_CHANGES flag
Stefan Metzmacher
1
-0
/
+3
2008-04-12
messaging: add FLAG_MSG_DBWRAP message class flag
Stefan Metzmacher
2
-0
/
+4
2008-04-11
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
3
-84
/
+88
2008-04-11
Fix bug #5386, don't keep printing the same waiting
Jeremy Allison
1
-3
/
+6
2008-04-12
build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJ
Michael Adam
1
-1
/
+1
2008-04-12
build: move SECRETS_OBJ into LIBSMB_ERR_OBJ.
Michael Adam
1
-3
/
+3
[next]