index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-09
talloc: Test that talloc magic differs between processes.
talloc-2.1.4
Adrian Cochrane
3
-1
/
+36
2015-10-09
talloc: Increment minor version due to added talloc_test_get_magic.
Adrian Cochrane
3
-1
/
+72
2015-10-09
talloc: Provide tests access to talloc_magic
Adrian Cochrane
2
-0
/
+7
2015-10-09
talloc: Test magic protection measures.
Adrian Cochrane
1
-0
/
+66
2015-10-09
lib/talloc: Provide multiple-loading detection for libtalloc via rand()
Andrew Bartlett
1
-1
/
+16
2015-10-09
lib/talloc: Disrupt buffer overflow attacks on Samba by using random magic
Andrew Bartlett
2
-18
/
+54
2015-10-09
build: Move __attribute__ ((destructor)) and ((constructor)) tests to wafsamba
Andrew Bartlett
1
-34
/
+0
2015-10-07
lib/util: Create a new library for tevent_unix.c
Amitay Isaacs
1
-3
/
+12
2015-10-01
lib: Fix the build on Solaris
Volker Lendecke
1
-1
/
+1
2015-10-01
libreplace: Fix the build on Solaris
Volker Lendecke
2
-1
/
+6
2015-10-01
lib: Fix server_id_db_set_exclusive
Volker Lendecke
1
-8
/
+15
2015-09-30
lib: Add "pid/unique" format for server_id_from_string
Volker Lendecke
1
-0
/
+31
2015-09-30
lib: Fix server_id_from_string
Volker Lendecke
1
-21
/
+36
2015-09-30
lib: Add server_id_str_buf_unique
Volker Lendecke
2
-0
/
+23
2015-09-30
ldb: Fix CID 1034781 Unsigned compared against 0
Volker Lendecke
1
-3
/
+3
2015-09-24
lib: Fix prctl detection for prctl_set_comment
Christof Schmitt
1
-0
/
+1
2015-09-22
dbwrap: Make dbwrap_db_id return size_t
Volker Lendecke
6
-13
/
+21
2015-09-22
dbwrap: Remove talloc_reference()
Volker Lendecke
1
-1
/
+1
2015-09-22
dbwrap: Remove unused dbwrap_hash_size()
Volker Lendecke
5
-9
/
+0
2015-09-22
dbwrap: Remove loadparm_context from db_open_tdb
Volker Lendecke
3
-10
/
+8
2015-09-21
lib/param: fix hiding of FLAG_SYNONYM values
Stefan Metzmacher
1
-36
/
+53
2015-09-21
build:wafsamba: Use the samba-provided CHECK_CFG method in configuration tests
Thomas Nagy
1
-3
/
+3
2015-09-18
Revert "tdb: Add tdbdump -u"
Ralph Boehme
2
-293
/
+1
2015-09-18
tdb: Add tdbdump -u
Volker Lendecke
2
-1
/
+293
2015-09-10
replace: Fix check for gettimeofday()
Andreas Schneider
1
-1
/
+3
2015-09-08
swrap: Bump version to 1.1.4
Andreas Schneider
1
-1
/
+1
2015-09-08
swrap: Call dlclose() in the destructor
Andreas Schneider
1
-0
/
+7
2015-09-08
swrap: Fix signed comparsion warnings
Andreas Schneider
1
-2
/
+2
2015-09-08
swrap: Add environment variable to specify mtu size
Andreas Schneider
1
-12
/
+50
2015-09-08
swrap: Fix TCP support with sendmsg/recvmsg
Andreas Schneider
1
-5
/
+10
2015-09-08
swrap: Correctly update the msg_name in recvmsg()
Andreas Schneider
1
-13
/
+30
2015-09-08
rwrap: Bump version to 1.1.3
Andreas Schneider
1
-1
/
+1
2015-09-08
rwrap: Fix strict aliasing warnings for symbol binding
Andreas Schneider
1
-94
/
+111
2015-09-08
Find the correct symbol when res_* is a define to __res_*
Andrew Bartlett
1
-12
/
+12
2015-08-31
ldb:wscript: make it possible to build samba with a system ldb again
Stefan Metzmacher
1
-2
/
+2
2015-08-27
lib/crypto: make it possible to use only parts of aes.[ch]
Stefan Metzmacher
2
-1
/
+14
2015-08-27
lib/crypto: sync AES_cfb8_encrypt() from heimdal
Stefan Metzmacher
2
-20
/
+25
2015-08-27
lib/crypto: make use of aes_test.h in aes_gcm_128_test.c
Stefan Metzmacher
1
-221
/
+137
2015-08-27
lib/crypto: optimize aes_gcm_128
Stefan Metzmacher
2
-36
/
+25
2015-08-27
lib/crypto: optimize aes_ccm_128
Stefan Metzmacher
2
-47
/
+78
2015-08-27
lib/crypto: optimize aes_cmac_128
Stefan Metzmacher
2
-85
/
+25
2015-08-27
lib/crypto: add optimized helper functions aes_block_{xor,lshift,rshift}()
Stefan Metzmacher
1
-0
/
+575
2015-08-27
lib/crypto: add aes_ccm_128 tests
Stefan Metzmacher
3
-5
/
+449
2015-08-27
lib/crypto: verify 0 updates in aes_gcm_128 tests
Stefan Metzmacher
1
-0
/
+12
2015-08-27
lib/crypto: run all aes_gcm_128 testcases
Stefan Metzmacher
1
-4
/
+4
2015-08-27
lib/crypto: add aes_cmac_128 chunked tests
Stefan Metzmacher
1
-0
/
+26
2015-08-21
uwrap: Bump version to 1.1.1
Andreas Schneider
1
-1
/
+1
2015-08-21
uwrap: Removed double newline
Andreas Schneider
1
-1
/
+1
2015-08-21
uwrap: Fix build if getres(uid|gid) are not available.
Andreas Schneider
1
-4
/
+4
2015-08-21
param: Use talloc_pooled_object
Volker Lendecke
1
-9
/
+3
[next]