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/netapi/examples: fix pointer from integer error in nltest.c
Stefan Metzmacher
2014-11-25
1
-1
/
+1
*
s3:lib/netapi/tests: fix invalid switch enum level warning
Stefan Metzmacher
2014-11-25
1
-1
/
+1
*
s3:lib: fix/simplify srprs_hex()
Stefan Metzmacher
2014-11-25
1
-10
/
+6
*
messaging3: Fix sending large messages on FreeBSD
Volker Lendecke
2014-11-24
1
-0
/
+4
*
unix_msg: Reformat unix_dgram_send a bit
Volker Lendecke
2014-11-24
1
-1
/
+3
*
samba: pass down size_t instead of int to add_string_to_array().
Günther Deschner
2014-11-17
1
-1
/
+1
*
dbwrap_ctdb: Pass on mutex flags to tdb_open
Volker Lendecke
2014-11-16
1
-1
/
+2
*
s3:lib: fix const warnings in popt_common.c
Stefan Metzmacher
2014-11-15
1
-3
/
+6
*
lib: Slightly simplify strupper_m
Volker Lendecke
2014-11-14
1
-2
/
+2
*
eventlog: Free tos talloced path.
David Disseldorp
2014-11-10
1
-0
/
+1
*
Use tevent_req_simple_recv_unix in a few places
Volker Lendecke
2014-11-10
3
-17
/
+3
*
s3:messaging: fix conversion specifier
Ralph Boehme
2014-11-09
1
-2
/
+3
*
s3: nmbd: Ensure NetBIOS names are only 15 characters stored.
Jeremy Allison
2014-11-04
1
-1
/
+9
*
serverid: don't leak lock_path onto talloc tos
David Disseldorp
2014-11-03
1
-1
/
+9
*
server_mutex: don't leak lock_path onto talloc tos
David Disseldorp
2014-11-03
1
-1
/
+6
*
g_lock: don't leak lock_path onto talloc tos
David Disseldorp
2014-11-03
1
-1
/
+9
*
dbwrap_watch: don't leak lock_path onto talloc tos
David Disseldorp
2014-11-03
1
-1
/
+7
*
sharesec: don't leak state_path onto talloc tos
David Disseldorp
2014-11-03
1
-2
/
+10
*
eventlog: don't leak state_path onto talloc tos
David Disseldorp
2014-11-03
1
-3
/
+7
*
Change expired password flag indicator
Gabriel Buades
2014-11-03
1
-1
/
+1
*
ctdb: Rename CTDB_VERSION to CTDB_PROTOCOL
Amitay Isaacs
2014-10-28
3
-12
/
+10
*
build: Remove configure checks for ctdb headers
Amitay Isaacs
2014-10-28
2
-21
/
+1
*
ctdb: Rename ctdb socket variable from CTDB_PATH to CTDB_SOCKET
Amitay Isaacs
2014-10-28
2
-3
/
+3
*
build: Remove checks for ctdb features
Amitay Isaacs
2014-10-28
3
-45
/
+0
*
s3-netapi: add DS_8 and WS flags to libnetapi and nltest.
Günther Deschner
2014-10-24
2
-1
/
+6
*
messaging3: Fix running down a messaging_context
Volker Lendecke
2014-10-24
1
-0
/
+16
*
poll_funcs_tevent: Fix a valgrind error
Volker Lendecke
2014-10-24
1
-8
/
+20
*
s3:lib/netapi: avoid calling cli_set_username()
Stefan Metzmacher
2014-10-17
1
-3
/
+1
*
s3:libsmb: Remove unused domain copy stored in cli_state
Stefan Metzmacher
2014-10-17
1
-1
/
+0
*
s3:libsmb: Remove unused password copy stored in cli_state
Andrew Bartlett
2014-10-17
1
-1
/
+0
*
gencache: don't leak cache_path onto talloc tos
David Disseldorp
2014-10-06
1
-0
/
+11
*
s3: lib, s3: modules: Fix compilation on Solaris.
Jeremy Allison
2014-10-06
1
-9
/
+10
*
s3: lib: Signal handling - ensure smbrun and change password code save and re...
Jeremy Allison
2014-09-30
1
-8
/
+10
*
s3:unix_msg: document closing of fds in the receive handler
Michael Adam
2014-09-30
1
-0
/
+7
*
s3:unix_msg: close the fds in unix_dgram_recv_handler() after the callback ha...
Michael Adam
2014-09-30
1
-0
/
+6
*
s3:messaging: upon receiving fds, dup them so the caller can safely close them.
Michael Adam
2014-09-30
1
-0
/
+5
*
s3:messaging: allow the messaging receive callback to change the fds
Michael Adam
2014-09-30
3
-4
/
+4
*
s3:unix_msg: don't fill cmsg buffer in unix_dgram_send_job()
Michael Adam
2014-09-30
1
-66
/
+61
*
s3:unix_msg: add close_fd_array_cmsg()
Michael Adam
2014-09-30
1
-0
/
+13
*
s3:unix_msg: factor extract_fd_array_from_msghdr() out of unix_dgram_recv_han...
Michael Adam
2014-09-30
1
-19
/
+27
*
s3:unix_msg: simplify queue_msg() by moving space calculations up.
Michael Adam
2014-09-30
1
-19
/
+17
*
s3:unix_msg: use an iov in unix_dgram_msg/queue_msg instead of buffer and length
Michael Adam
2014-09-30
1
-10
/
+12
*
s3:unix_msg: rename a variable buflen->data_len in queue_msg()
Michael Adam
2014-09-30
1
-6
/
+6
*
s3:unix_msg: use a buffer pointer instead of array indexes for the iov buffer
Michael Adam
2014-09-30
1
-4
/
+7
*
s3:unix_msg: remember errno in unix_dgram_send_job in case of send error.
Michael Adam
2014-09-30
1
-0
/
+4
*
s3:unix_msg: don't close the fd-array at the end of unix_dgram_send_job()
Michael Adam
2014-09-30
1
-2
/
+0
*
s3:unix_msg: add "close_fds" exit point to unix_msg_recv()
Michael Adam
2014-09-30
1
-10
/
+10
*
s3:messaging: msg_type int->uint32_t in struct messaging_hdr
Michael Adam
2014-09-30
1
-1
/
+1
*
s3:messaging: fix uninitialized data introduced by padding
Michael Adam
2014-09-30
1
-0
/
+1
*
s3: Move init_lsa_ref_domain_list to lib
Christof Schmitt
2014-09-29
1
-0
/
+67
[next]