summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-10-09talloc: Test that talloc magic differs between processes.talloc-2.1.4Adrian Cochrane3-1/+36
2015-10-09talloc: Increment minor version due to added talloc_test_get_magic.Adrian Cochrane3-1/+72
2015-10-09talloc: Provide tests access to talloc_magicAdrian Cochrane2-0/+7
2015-10-09talloc: Test magic protection measures.Adrian Cochrane1-0/+66
2015-10-09lib/talloc: Provide multiple-loading detection for libtalloc via rand()Andrew Bartlett1-1/+16
2015-10-09lib/talloc: Disrupt buffer overflow attacks on Samba by using random magicAndrew Bartlett2-18/+54
2015-10-09build: Move __attribute__ ((destructor)) and ((constructor)) tests to wafsambaAndrew Bartlett1-34/+0
2015-10-07lib/util: Create a new library for tevent_unix.cAmitay Isaacs1-3/+12
2015-10-01lib: Fix the build on SolarisVolker Lendecke1-1/+1
2015-10-01libreplace: Fix the build on SolarisVolker Lendecke2-1/+6
2015-10-01lib: Fix server_id_db_set_exclusiveVolker Lendecke1-8/+15
2015-09-30lib: Add "pid/unique" format for server_id_from_stringVolker Lendecke1-0/+31
2015-09-30lib: Fix server_id_from_stringVolker Lendecke1-21/+36
2015-09-30lib: Add server_id_str_buf_uniqueVolker Lendecke2-0/+23
2015-09-30ldb: Fix CID 1034781 Unsigned compared against 0Volker Lendecke1-3/+3
2015-09-24lib: Fix prctl detection for prctl_set_commentChristof Schmitt1-0/+1
2015-09-22dbwrap: Make dbwrap_db_id return size_tVolker Lendecke6-13/+21
2015-09-22dbwrap: Remove talloc_reference()Volker Lendecke1-1/+1
2015-09-22dbwrap: Remove unused dbwrap_hash_size()Volker Lendecke5-9/+0
2015-09-22dbwrap: Remove loadparm_context from db_open_tdbVolker Lendecke3-10/+8
2015-09-21lib/param: fix hiding of FLAG_SYNONYM valuesStefan Metzmacher1-36/+53
2015-09-21build:wafsamba: Use the samba-provided CHECK_CFG method in configuration testsThomas Nagy1-3/+3
2015-09-18Revert "tdb: Add tdbdump -u"Ralph Boehme2-293/+1
2015-09-18tdb: Add tdbdump -uVolker Lendecke2-1/+293
2015-09-10replace: Fix check for gettimeofday()Andreas Schneider1-1/+3
2015-09-08swrap: Bump version to 1.1.4Andreas Schneider1-1/+1
2015-09-08swrap: Call dlclose() in the destructorAndreas Schneider1-0/+7
2015-09-08swrap: Fix signed comparsion warningsAndreas Schneider1-2/+2
2015-09-08swrap: Add environment variable to specify mtu sizeAndreas Schneider1-12/+50
2015-09-08swrap: Fix TCP support with sendmsg/recvmsgAndreas Schneider1-5/+10
2015-09-08swrap: Correctly update the msg_name in recvmsg()Andreas Schneider1-13/+30
2015-09-08rwrap: Bump version to 1.1.3Andreas Schneider1-1/+1
2015-09-08rwrap: Fix strict aliasing warnings for symbol bindingAndreas Schneider1-94/+111
2015-09-08Find the correct symbol when res_* is a define to __res_*Andrew Bartlett1-12/+12
2015-08-31ldb:wscript: make it possible to build samba with a system ldb againStefan Metzmacher1-2/+2
2015-08-27lib/crypto: make it possible to use only parts of aes.[ch]Stefan Metzmacher2-1/+14
2015-08-27lib/crypto: sync AES_cfb8_encrypt() from heimdalStefan Metzmacher2-20/+25
2015-08-27lib/crypto: make use of aes_test.h in aes_gcm_128_test.cStefan Metzmacher1-221/+137
2015-08-27lib/crypto: optimize aes_gcm_128Stefan Metzmacher2-36/+25
2015-08-27lib/crypto: optimize aes_ccm_128Stefan Metzmacher2-47/+78
2015-08-27lib/crypto: optimize aes_cmac_128Stefan Metzmacher2-85/+25
2015-08-27lib/crypto: add optimized helper functions aes_block_{xor,lshift,rshift}()Stefan Metzmacher1-0/+575
2015-08-27lib/crypto: add aes_ccm_128 testsStefan Metzmacher3-5/+449
2015-08-27lib/crypto: verify 0 updates in aes_gcm_128 testsStefan Metzmacher1-0/+12
2015-08-27lib/crypto: run all aes_gcm_128 testcasesStefan Metzmacher1-4/+4
2015-08-27lib/crypto: add aes_cmac_128 chunked testsStefan Metzmacher1-0/+26
2015-08-21uwrap: Bump version to 1.1.1Andreas Schneider1-1/+1
2015-08-21uwrap: Removed double newlineAndreas Schneider1-1/+1
2015-08-21uwrap: Fix build if getres(uid|gid) are not available.Andreas Schneider1-4/+4
2015-08-21param: Use talloc_pooled_objectVolker Lendecke1-9/+3