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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:lib/smbconf: fix const warnings in testsuite.c
Stefan Metzmacher
2014-04-02
1
-4
/
+6
*
s3:lib: fix a const warning in client_match()
Stefan Metzmacher
2014-04-02
1
-1
/
+1
*
tdb_wrap: Remove tdb_wrap_open_ again
Volker Lendecke
2014-03-31
4
-18
/
+18
*
mutex: Avoid passing lp_ctx to tdb_wrap_open in grab_named_mutex
Volker Lendecke
2014-03-31
1
-5
/
+11
*
dbwrap: Avoid passing lp_ctx to tdb_wrap_open in db_open_ctdb
Volker Lendecke
2014-03-31
1
-2
/
+7
*
serverid: Avoid passing lp_ctx to tdb_wrap_open in serverid_parent_init
Volker Lendecke
2014-03-31
1
-3
/
+9
*
messaging: Avoid passing lp_ctx to tdb_wrap_open in messaging_tdb_parent_init
Volker Lendecke
2014-03-31
1
-3
/
+7
*
messaging: Avoid passing lp_ctx to tdb_wrap_open in messaging_tdb_init
Volker Lendecke
2014-03-31
1
-3
/
+9
*
asys: Allow multiple results to be received
Volker Lendecke
2014-03-27
3
-35
/
+54
*
pthreadpool: Allow multiple jobs to be received
Volker Lendecke
2014-03-27
6
-31
/
+43
*
pthreadpool: Avoid a malloc/free per job
Volker Lendecke
2014-03-27
1
-54
/
+91
*
s3:build: remove global CLUSTER_SUPPORT define
Stefan Metzmacher
2014-03-24
5
-20
/
+3
*
s3:wscript: only build ctdb_dummy.c if we have no cluster support
Stefan Metzmacher
2014-03-24
5
-20
/
+0
*
s3:serverid: use ctdb_serverids_exist_supported() runtime check
Stefan Metzmacher
2014-03-24
1
-5
/
+9
*
s3:ctdb_conn: only use ctdb_protocol.h or ctdb_private.h in ctdb_conn.c
Stefan Metzmacher
2014-03-24
2
-16
/
+9
*
s3:lib: add cluster_support_[available|features]()
Stefan Metzmacher
2014-03-24
2
-0
/
+111
*
s3:param: move lp_ctdbd_socket() to ctdbd_conn.c
Stefan Metzmacher
2014-03-24
3
-3
/
+18
*
s3:lib: move all ctdb related dummy functions to ctdb_dummy.c
Stefan Metzmacher
2014-03-24
5
-114
/
+179
*
s3:ctdbd_conn: always provide ctdb_serverids_exist()
Stefan Metzmacher
2014-03-24
1
-4
/
+4
*
s3:ctdbd_conn: add ctdb_serverids_exist_supported()
Stefan Metzmacher
2014-03-24
1
-0
/
+9
*
gencache: Add gencache values to memcache
Volker Lendecke
2014-03-11
1
-0
/
+37
*
build: Do not rely on sys.platform for ACL tests, combine UnixWare and Solari...
Andrew Bartlett
2014-03-08
1
-2
/
+2
*
pthreadpool: Add test for fork crash
Volker Lendecke
2014-03-03
1
-0
/
+48
*
pthreadpool: Fix pthreadpools with fork
Volker Lendecke
2014-03-03
1
-15
/
+6
*
dbwrap_ctdb: avoid smbd/ctdb deadlocks: check whether we can work locally in ...
Michael Adam
2014-03-03
1
-10
/
+1
*
dbwrap: Slightly simplify dbwrap_watch_record_stored
Volker Lendecke
2014-02-25
1
-5
/
+2
*
s3:lib/ctdbd_conn: let release_ip_handler return bool
Stefan Metzmacher
2014-02-21
1
-6
/
+30
*
lib: Fix a typo
Volker Lendecke
2014-02-20
1
-2
/
+2
*
messaging: Fix a memleak on error in messaging_tdb_init
Volker Lendecke
2014-02-20
1
-0
/
+1
*
lib: Avoid a strlen call in xx_path()
Volker Lendecke
2014-02-20
1
-1
/
+1
*
messaging: Enforce just one messaging context
Volker Lendecke
2014-02-19
1
-0
/
+20
*
auth: Make new_server_id_task() static to auth_samba4
Volker Lendecke
2014-02-12
1
-42
/
+0
*
cmdline: Remove dynconfig hooks in command line processing
Andrew Bartlett
2014-02-12
1
-145
/
+0
*
lib/param: Remove special handling for 'state dir' and 'cache dir'
Andrew Bartlett
2014-02-12
1
-2
/
+2
*
param: rename lp function and variable from "nis_home_map" to "nis_homedir"
Garming Sam
2014-02-08
1
-2
/
+2
*
param: rename lp function and variable from "usernamelevel" to "username_level"
Garming Sam
2014-02-07
1
-3
/
+3
*
param: rename lp function and variable from "cli_maxprotocol" to "client_max_...
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from "nis_home_map_name" to "homedir_map"
Garming Sam
2014-02-07
1
-2
/
+2
*
param: rename lp function and variable from "serverstring" to "server_string"
Garming Sam
2014-02-07
1
-2
/
+2
*
param: rename lp function and variable from 'lockdir' to 'lock_directory'
Garming Sam
2014-02-07
1
-1
/
+1
*
dbwrap: use DBWRAP_LOCK_ORDER_VALID() in db_open()
Michael Adam
2014-02-07
1
-9
/
+1
*
dbwrap: add dbwrap_flags argument to dbwrap_local_open()
Michael Adam
2014-02-07
1
-1
/
+1
*
dbwrap_open: add 'dbwrap_optimize_readonly:* = yes' option
Stefan Metzmacher
2014-02-07
1
-0
/
+25
*
dbwrap_ctdb: implement DBWRAP_FLAG_OPTIMIZE_READONLY_ACCESS
Stefan Metzmacher
2014-02-07
1
-0
/
+21
*
dbwrap: add a dbwrap_flags argument to db_open_ctdb()
Michael Adam
2014-02-07
3
-4
/
+7
*
dbwrap: add a dbwrap_flags argument to db_open()
Michael Adam
2014-02-07
6
-6
/
+11
*
s3-lib: Add winbind_lookup_usersids().
Andreas Schneider
2014-02-05
2
-0
/
+38
*
pthreadpool: Fix a comment, "quit"->"shutdown"
Volker Lendecke
2014-01-28
1
-2
/
+2
*
smbd: Fix format errors on FreeBSD10
Volker Lendecke
2014-01-24
1
-1
/
+1
*
messaging3: Remove unused messaging_tdb_event
Volker Lendecke
2014-01-21
1
-10
/
+0
[next]