summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* torture: add torture_assert_u64_not_equal()Michael Adam2014-10-031-0/+11
* torture: add torture_assert_int_not_equalMichael Adam2014-10-031-0/+10
* swrap: Bump version to 1.1.2.Andreas Schneider2014-10-021-1/+1
* swrap: Add support for eventfd with unsigned count variable.Andreas Schneider2014-10-021-0/+4
* swrap: Add a trace message for swrap_socket().Andreas Schneider2014-10-021-0/+5
* swrap: Implement fcntl() to catch F_DUPFD.Andreas Schneider2014-10-021-1/+86
* swrap: Include the function name in the debug output.Andreas Schneider2014-10-021-12/+14
* swrap: Silence alignment warnings.Andreas Schneider2014-10-021-16/+16
* swrap: Fix type punning warnings when loading functions.Andreas Schneider2014-10-021-1/+2
* swrap: Fix access to struct members in log messages.Andreas Schneider2014-10-021-2/+2
* swrap: Fix whitespace errors.Andreas Schneider2014-10-021-16/+16
* swrap: Update copyright notice.Andreas Schneider2014-10-021-3/+3
* swrap: Wrap fopen to detect stale file descriptors.Andreas Schneider2014-10-021-0/+31
* swrap: Use swrap_address in swrap_accept().Andreas Schneider2014-10-021-28/+23
* swrap: Remove unused sockaddr_dup() function.Andreas Schneider2014-10-021-7/+0
* swrap: Use swrap_address in the socket_info struct.Andreas Schneider2014-10-021-107/+109
* swrap: Use a sockaddr_un for the unix path in socket_info.Andreas Schneider2014-10-021-5/+7
* swrap: Rename swrap_pcap_dump_packet().Andreas Schneider2014-10-021-29/+29
* swrap: Rename swrap_pcap_get_fd().Andreas Schneider2014-10-021-2/+2
* swrap: Rename swrap_marshall_packet().Andreas Schneider2014-10-021-8/+13
* swrap: Rename swrap_packet_init().Andreas Schneider2014-10-021-15/+22
* swrap: Rename socket_wrapper_pcap_file().Andreas Schneider2014-10-021-2/+2
* swrap: Fix type punning warnings.Andreas Schneider2014-10-021-75/+127
* Provide a compatible declaration of CMSG_ALIGNJakub Hrozek2014-10-021-1/+1
* SO_PROTOCOL is platform-dependentJakub Hrozek2014-10-021-0/+3
* swrap: fix another discard const warning in swrap_bind()Michael Adam2014-10-021-1/+1
* swrap: fix discard const warning in swrap_bind()Michael Adam2014-10-021-1/+1
* swrap: fix discard const warning in swrap_remove_stale()Michael Adam2014-10-021-2/+2
* swrap: fix build when neither HAVE_STRUCT_IN_PKTINFO nor IP_RECVDSTADDR is de...Michael Adam2014-10-021-2/+1
* loadparm//init_copymap: Add braces around if/for blocks to match coding styleKamen Mazdrashki2014-10-011-3/+5
* loadparm: Allocate service->copymap in service memory contextKamen Mazdrashki2014-10-011-1/+5
* tdb: Fix a commentVolker Lendecke2014-09-301-1/+1
* lib: util [ctdb]: Signal handling - change CatchChild() and CatchChildLeaveSt...Jeremy Allison2014-09-302-6/+6
* tevent: version 0.9.22tevent-0.9.22Stefan Metzmacher2014-09-302-1/+89
* tevent: remove unused exit_code in tevent_select.cStefan Metzmacher2014-09-301-4/+1
* tevent: remove unused exit_code in tevent_poll.cStefan Metzmacher2014-09-301-3/+0
* winbindd: Change value of "ldap sasl wrapping" to signAndrew Bartlett2014-09-301-0/+2
* ldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxxMatthieu Patou2014-09-301-2/+2
* lib/param: set the kccsrv:samba_kcc option to false by defaultStefan Metzmacher2014-09-291-1/+1
* lib: util: asn1 tests. Check every asn1 return.Jeremy Allison2014-09-261-5/+9
* lib: util: asn1 fixes - check all returns.Jeremy Allison2014-09-261-11/+15
* tdb: Improve wording in a commentVolker Lendecke2014-09-251-1/+1
* lib/util: Drop unnecessary use of talloc_tos()Volker Lendecke2014-09-201-6/+4
* lib/util: Return some functions to util_str.cMartin Schwenke2014-09-192-55/+55
* lib/util: Move next_token* functions to util_str.cMartin Schwenke2014-09-192-146/+145
* lib/util: Move idr_get_new_random() to new source file idtree_random.cMartin Schwenke2014-09-196-63/+176
* debug: Standalone compile without includes.hMartin Schwenke2014-09-192-3/+14
* tdb_wrap: Standalone compile without includes.hMartin Schwenke2014-09-192-4/+5
* tdb_wrap: tdb_wrap.h doesn't need struct loadparm_contextMartin Schwenke2014-09-191-2/+0
* tdb: tdb.h needs bool typeMartin Schwenke2014-09-191-0/+1