index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
registry: change init_registry_key() and init_registry_data() to return WERR
Michael Adam
2008-04-13
3
-20
/
+43
*
registry: unify debug output in the registry init functions.
Michael Adam
2008-04-13
3
-9
/
+9
*
registry: change regdb_init() to return WERROR instead of bool.
Michael Adam
2008-04-13
4
-23
/
+19
*
registry: make registry_init_smbconf() hook the registry ops onto given key.
Michael Adam
2008-04-13
2
-5
/
+11
*
registry cachehook: add talloc failed debug messages.
Michael Adam
2008-04-13
1
-0
/
+6
*
registry cachehook: eliminate a couple trailing spaces (empty lines).
Michael Adam
2008-04-13
1
-4
/
+4
*
registry cachehook: fix memleak (to talloc_tos()): free key at the end.
Michael Adam
2008-04-13
1
-1
/
+4
*
registry cachehook: refactor normalization of keyname out.
Michael Adam
2008-04-13
1
-29
/
+23
*
registry: adapt copied function header comments.
Michael Adam
2008-04-13
1
-2
/
+2
*
registry: remove the REGISTRY_HOOKS layer from the reghook cache.
Michael Adam
2008-04-13
7
-47
/
+44
*
Fix ou handling in netdomjoin-gui.
Günther Deschner
2008-04-13
1
-0
/
+5
*
libnetapi: fix a C++ warning by making implicit cast explicit
Michael Adam
2008-04-13
1
-1
/
+1
*
dbwrap_tdb2: fix a C++ warning by making implicit cast explicit
Michael Adam
2008-04-13
1
-3
/
+3
*
Add WERR_USER_ALREADY_EXISTS and WERR_PASSWORD_RESTRICTION.
Günther Deschner
2008-04-12
2
-0
/
+6
*
Move some WERRORs down to the NERR_BASE block.
Günther Deschner
2008-04-12
1
-16
/
+11
*
groupdb: make mapping_tdb compatible to mapping_ldb
Stefan Metzmacher
2008-04-12
1
-1
/
+1
*
groupdb: readd groupdb:backend parametric option
Stefan Metzmacher
2008-04-12
1
-2
/
+20
*
dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbindd
Stefan Metzmacher
2008-04-12
4
-3
/
+23
*
dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes"
Stefan Metzmacher
2008-04-12
1
-2
/
+57
*
dbwrap: add dbwrap_tdb2 backend
Stefan Metzmacher
2008-04-12
3
-1
/
+1275
*
rerun 'make idl'
Stefan Metzmacher
2008-04-12
3
-0
/
+95
*
messaging.idl: add structure to marshall dbwrap_tdb2 changes
Stefan Metzmacher
2008-04-12
1
-0
/
+15
*
messaging: add MSG_DBWRAP_TDB2_CHANGES flag
Stefan Metzmacher
2008-04-12
1
-0
/
+3
*
messaging: add FLAG_MSG_DBWRAP message class flag
Stefan Metzmacher
2008-04-12
2
-0
/
+4
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2008-04-11
3
-84
/
+88
|
\
|
*
build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJ
Michael Adam
2008-04-12
1
-1
/
+1
|
*
build: move SECRETS_OBJ into LIBSMB_ERR_OBJ.
Michael Adam
2008-04-12
1
-3
/
+3
|
*
build: move SECRETS_OBJ into LIBSMB_OBJ
Michael Adam
2008-04-12
1
-45
/
+41
|
*
build: regroup LIBSMB objects to for a smallest linkable uint (LIBSMB_ERR_OBJ)
Michael Adam
2008-04-12
1
-6
/
+10
|
*
registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.c
Michael Adam
2008-04-12
2
-7
/
+10
|
*
build: group RPC_PARSE_OBJ1 with LIBSAMBA_OBJ
Michael Adam
2008-04-12
1
-17
/
+17
|
*
build: group NTERR/DOSERR/ERRORMAP and LIBSAMBA object differently
Michael Adam
2008-04-12
1
-35
/
+36
*
|
Fix bug #5386, don't keep printing the same waiting
Jeremy Allison
2008-04-11
1
-3
/
+6
|
/
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2008-04-11
6
-21
/
+14
|
\
|
*
libnetapi: fix dependency problem by linking libnetapi statically (internally)
Michael Adam
2008-04-12
1
-0
/
+7
|
*
libnetapi: fix interactive logging by preventing setup_logging from closing s...
Michael Adam
2008-04-12
1
-0
/
+3
|
*
util_tdb: fix a segfault caused by a fatal typo.
Michael Adam
2008-04-12
1
-1
/
+1
|
*
Remove a redundant TALLOC_FREE
Volker Lendecke
2008-04-11
1
-1
/
+0
|
*
Remove some write-only fstrings
Volker Lendecke
2008-04-11
2
-19
/
+3
*
|
Quieten valgrind message on make valgrindtest. This doesn't
Jeremy Allison
2008-04-11
1
-0
/
+5
|
/
*
net: 'net' doesn't need wb_common.o anymore.
Stefan Metzmacher
2008-04-11
1
-1
/
+1
*
nsswitch: remove unused nsswitch/wb_client.c
Stefan Metzmacher
2008-04-11
2
-97
/
+1
*
net_idmap: use wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functions
Stefan Metzmacher
2008-04-11
1
-19
/
+27
*
libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functions
Stefan Metzmacher
2008-04-11
2
-0
/
+157
*
libsmbconf: don't mark the API as "subject to change" any longer.
Michael Adam
2008-04-11
1
-4
/
+0
*
Cleanup size_t return values in convert_string_allocate
Tim Prouty
2008-04-11
6
-76
/
+91
*
Fix bug 5366
Volker Lendecke
2008-04-11
1
-1
/
+6
*
test: not only pretend to call smbconftort - really do it :-}
Michael Adam
2008-04-11
1
-1
/
+1
*
some shells are pickier than others ...
Björn Jacke
2008-04-11
1
-1
/
+1
*
Use libnetapi_open_pipe in netapi functions.
Günther Deschner
2008-04-10
4
-48
/
+27
[prev]
[next]