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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
iconv: Use a static buffer in iconf not to spoil the talloc_pool
Volker Lendecke
2013-12-14
1
-15
/
+1
*
lib/tdb: fix compiler warnings
Christian Ambach
2013-12-12
2
-8
/
+8
*
lib/ldb fix compiler warnings
Christian Ambach
2013-12-12
1
-2
/
+2
*
lib/ldb fix compiler warnings
Christian Ambach
2013-12-12
1
-2
/
+2
*
lib/ldb-samba: fix a compiler warning
Christian Ambach
2013-12-12
1
-0
/
+1
*
lib/compression: fix a compiler warnings
Christian Ambach
2013-12-12
1
-2
/
+0
*
lib-util: add functions to get elapsed from given timespec structs
Volker Lendecke
2013-12-12
2
-0
/
+28
*
tevent: version 0.9.20
Stefan Metzmacher
2013-12-12
2
-1
/
+88
*
tevent: give the user the chance to ask for TEVENT_NUM_SIGNALS and TEVENT_SA_...
Stefan Metzmacher
2013-12-11
1
-0
/
+10
*
tevent: change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256
Stefan Metzmacher
2013-12-11
1
-1
/
+1
*
tevent: tevent_epoll_set_panic_fallback() can be a void function
Stefan Metzmacher
2013-12-11
3
-6
/
+3
*
tevent: make use of talloc_get_type_abort() in tevent_epoll.c
Stefan Metzmacher
2013-12-11
1
-15
/
+11
*
tevent: make use of talloc_get_type_abort() in tevent_signal.c
Stefan Metzmacher
2013-12-11
1
-6
/
+6
*
tevent: make use of talloc_get_type_abort() in tevent_select.c
Stefan Metzmacher
2013-12-11
1
-6
/
+8
*
tevent: make use of talloc_get_type_abort() in tevent_req.c
Stefan Metzmacher
2013-12-11
1
-4
/
+6
*
tevent: make use of talloc_get_type_abort() in tevent_queue.c
Stefan Metzmacher
2013-12-11
1
-2
/
+3
*
tevent: use talloc_get_type_abort() in the documentation examples
Stefan Metzmacher
2013-12-11
1
-2
/
+2
*
tevent: add tevent_queue_wait_send/recv()
Gregor Beck
2013-12-11
2
-0
/
+85
*
tevent: tevent_req_create() already uses ZERO_STRUCT(req)
Stefan Metzmacher
2013-12-11
1
-2
/
+0
*
tevent: let tevent_req_received() clear the private_cancel function
Stefan Metzmacher
2013-12-11
1
-0
/
+1
*
tevent: cancel the timeout timer when the request is finished
Stefan Metzmacher
2013-12-11
1
-0
/
+6
*
lib:util: fix a comment typo
Michael Adam
2013-12-11
1
-1
/
+1
*
CVE-2013-4408:async_sock: add some overflow detection to read_packet_handler()
Stefan Metzmacher
2013-12-09
1
-0
/
+5
*
lib/ntdb optimize includes in ntdb tools
Christian Ambach
2013-12-07
7
-61
/
+5
*
lib/ntdb optimize includes in ntdb tests
Christian Ambach
2013-12-07
27
-97
/
+20
*
lib/ntdb correct includes in private header
Christian Ambach
2013-12-07
1
-0
/
+5
*
lib/ntdb fix compilation when libreplace is not around
Christian Ambach
2013-12-07
2
-1
/
+10
*
lib/socket_wrapper fix compilation when libreplace is not around
Christian Ambach
2013-12-07
1
-0
/
+20
*
ldb: bad if test in ldb_comparison_fold()
Jeremy Allison
2013-12-07
1
-1
/
+1
*
pyntdb: Add tests for Python API.
Jelmer Vernooij
2013-12-06
2
-2
/
+156
*
pyntdb: Don't segfault when passing in None as filename (for memory db)
Jelmer Vernooij
2013-12-06
1
-1
/
+1
*
pyntdb: Don't allow access after a database is closed.
Jelmer Vernooij
2013-12-06
2
-6
/
+77
*
tdb tests: Remove custom code for "tdb2", which has been split out into ntdb.
Jelmer Vernooij
2013-12-06
1
-43
/
+22
*
krb5_wrap: Move function declaration outside the function.
Andreas Schneider
2013-12-06
1
-8
/
+9
*
lib/replace remove orphaned code
Christian Ambach
2013-12-04
2
-349
/
+0
*
ldb: use of NULL pointer bugfix
Pavel Reichl
2013-12-03
1
-2
/
+2
*
replace: fix typo in variable name
David Disseldorp
2013-11-28
1
-1
/
+1
*
replace: Don't run over dst in strlcat
Volker Lendecke
2013-11-28
1
-1
/
+1
*
Add a basic guide on pytalloc.
Jelmer Vernooij
2013-11-28
2
-0
/
+156
*
lib/param: Consolidate code to enable smb signing on the server, always enabl...
Andrew Bartlett
2013-11-22
1
-0
/
+42
*
lib/util: use proper include for struct stat
Christian Ambach
2013-11-21
1
-1
/
+3
*
replace: Fix developer build on BSD.
Andreas Schneider
2013-11-21
1
-0
/
+1
*
docs: remove duplicate mention of "ntdbtool" in ntdbtool manpage.
Günther Deschner
2013-11-19
1
-4
/
+0
*
Release ntdb 1.0.
Jelmer Vernooij
2013-11-16
2
-1
/
+39
*
util: Remove 32bit macros breaking strict aliasing.
Andreas Schneider
2013-11-14
1
-50
/
+2
*
ldb: Fix CID 241329 Array compared against 0
Volker Lendecke
2013-11-11
1
-1
/
+1
*
iniparser: Fix CID 241908 Copy into fixed size buffer
Volker Lendecke
2013-11-11
1
-3
/
+5
*
CVE-2013-4476: lib-util: split out file_save_mode() from file_save()
Björn Baumbach
2013-11-11
2
-5
/
+13
*
CVE-2013-4476: lib-util: add file_check_permissions()
Björn Baumbach
2013-11-11
2
-0
/
+53
*
xattr: fix listing EAs on *BSD for non-root users
Björn Jacke
2013-11-08
1
-0
/
+4
[prev]
[next]