1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/lib
Andrew Tridgell 6dfd10f476 libreplace: added likely()/unlikely() macros for gcc
These macros allow the compile to better optimise code that has a lot
of if statements. I particularly want to use this for our low level
generated NDR code.
2009-09-17 15:19:25 -07:00
..
async_req Fix a = vs == error in writev_handler 2009-06-15 07:48:48 +02:00
compression Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
crypto lib/crypto: include aes.h into crypto.h 2009-09-16 12:29:05 +02:00
nss_wrapper nss_wrapper: fix typo in testsuite. 2009-06-08 22:45:16 +02:00
popt s3/popt.h: Fix typo. 2009-04-07 20:05:21 +02:00
replace libreplace: added likely()/unlikely() macros for gcc 2009-09-17 15:19:25 -07:00
smbconf s3:smbconf: move smbconf_share_exists checks into backend 2009-03-04 22:49:24 +01:00
socket_wrapper socket_wrapper: swrap_read() should use SWRAP_RECV* for swrap_dump_packet() 2009-09-08 22:07:30 +02:00
subunit selftest: Fix handling of testsuite, reintroduce progress indication. 2009-06-11 19:59:59 +02:00
talloc talloc: when we enable NULL tracking, reparent the autofree context 2009-09-15 18:45:41 -07:00
tdb tdb: allow reads after prepare commit 2009-09-15 18:45:43 -07:00
tdr lib/tdr: fix the build with --enable-automatic-dependencies 2009-09-07 14:22:41 +02:00
tevent tevent:mksyms: fix spelling... 2009-09-11 15:39:52 +02:00
torture s4/torture: add new torture_assert_*_todo() macros 2009-09-08 13:43:06 -07:00
tsocket tsocket: rename sa_len => sa_socklen, because sa_len is a macro on some platforms 2009-07-16 08:21:08 +02:00
uid_wrapper fixed a uid_wrapper bug that caused a segv in the RAW-ACLS test 2009-08-05 13:32:04 +10:00
util spnego: Support ASN.1 BIT STRING and use it in SPNEGO. 2009-09-17 20:10:54 +02:00
zlib Rename BAD to BAD_DATA since the first is already defined on SunOS. 2008-10-20 10:45:42 +02:00
README Remove unused init function in subunit code. 2008-11-16 01:36:17 +01:00

compression - Various compression algorithms (MSZIP, lzxpress)
nss_wrapper - Wrapper for the user and group NSS API allowing the use 
              of other data sources.
popt - Command-line option parsing library
replace - Provides replacements for standard (POSIX, C99) functions 
          not provided by the host platform.
socket_wrapper - Wrapper library allowing TCP/IP traffic to be redirected 
                 over Unix domain sockets.
talloc - Hierarchical pool based memory allocator 
tdb - Simple but fast key/value database library, supporting multiple writers
torture - Simple unit testing helper library