summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s4-winbind: Use winbindd in the AD DC by defaultAndrew Bartlett2014-07-041-1/+1
* lib: Align nt_time_to_unix_timespec with unix_timespec_to_nt_timeVolker Lendecke2014-06-302-5/+5
* lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke2014-06-302-9/+6
* tdb: defragment the freelist in tdb_allocate_from_freelist()Michael Adam2014-06-261-0/+55
* tdb: add "freelist_size" sub-command to tdbtoolMichael Adam2014-06-261-0/+15
* tdb: use tdb_freelist_merge_adjacent in tdb_freelist_size()Michael Adam2014-06-261-4/+29
* tdb: add tdb_freelist_merge_adjacent()Michael Adam2014-06-261-0/+59
* tdb: add utility function check_merge_ptr_with_left_record()Michael Adam2014-06-261-0/+53
* tdb: simplify tdb_free() using check_merge_with_left_record()Michael Adam2014-06-261-17/+9
* tdb: add utility function check_merge_with_left_record()Michael Adam2014-06-261-0/+50
* tdb: improve comments for tdb_free().Michael Adam2014-06-261-7/+11
* tdb: factor merge_with_left_record() out of tdb_free()Michael Adam2014-06-261-7/+37
* tdb: fix debug message in tdb_free()Michael Adam2014-06-261-1/+1
* tdb: reduce indentation in tdb_free() for merging leftMichael Adam2014-06-261-18/+23
* tdb: increase readability of read_record_on_left()Michael Adam2014-06-261-27/+41
* tdb: factor read_record_on_left() out of tdb_free()Michael Adam2014-06-261-30/+49
* nss_wrapper: Fix some "discarding const" warningsVolker Lendecke2014-06-211-6/+6
* nss_wrapper: Align indentation with the rest of SambaVolker Lendecke2014-06-211-16/+16
* ldb:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* replace:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* ntdb:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* talloc:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* tevent:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* tdb:build: improve detection of srcdir.Michael Adam2014-06-201-1/+1
* lib: Apply const to nt_time_to_unix_timespecVolker Lendecke2014-06-182-2/+2
* lib: Use server_id_str_buf in server_id_strVolker Lendecke2014-06-171-22/+12
* lib: Add server_id_str_bufVolker Lendecke2014-06-172-0/+26
* lib: tevent: make TEVENT_SIG_INCREMENT atomic.Jeremy Allison2014-06-073-0/+36
* lib: Bump socket_wrapper version to 1.1.1.Michael Adam2014-06-051-1/+1
* swrap: Disable incomplete bind checks (and tests) for EADDRINUSE.Andreas Schneider2014-06-051-1/+6
* lib: Bump socket_wrapper version to 1.1.0.Andreas Schneider2014-06-051-1/+1
* swrap: check whether an address:port is already in use in swrap_bind()Michael Adam2014-06-051-0/+7
* swrap: implement check_addr_port_in_use()Michael Adam2014-06-051-0/+83
* swrap: fix AF_UNSPEC special case in swrap_bind()Michael Adam2014-06-051-0/+20
* swrap: extend input checks in swrap_bind()Michael Adam2014-06-051-2/+49
* swrap: add check for rpc/rpc.h - needed on freebsd for bindresvportMichael Adam2014-06-052-0/+4
* swrap: Add support for bindresvport().Andreas Schneider2014-06-052-0/+88
* swrap: Add missing family check in bind().Andreas Schneider2014-06-051-0/+5
* swrap: Setup myname in swrap_socket() for getsockname().Andreas Schneider2014-06-051-0/+35
* swrap: Make sure cmbuf is not NULL.Andreas Schneider2014-06-051-1/+1
* swrap: We need to pass a pointer-pointer to not leak memory.Andreas Schneider2014-06-051-11/+11
* swrap: Support more socket options in getsockopt().Andreas Schneider2014-06-051-5/+46
* swrap: Call swrap_msghdr_filter_cmsghdr in swrap_sendmsg_before().Andreas Schneider2014-06-051-2/+31
* swrap: Add swrap_msghdr_filter_cmsg_pktinfo().Andreas Schneider2014-06-051-7/+26
* swrap: Add swrap_sendmsg_filter_cmsg_socket().Andreas Schneider2014-06-051-1/+35
* swrap: Add swrap_sendmsg_copy_cmsg().Andreas Schneider2014-06-051-1/+41
* swrap: Add swrap_sendmsg_filter_cmsghdr().Andreas Schneider2014-06-051-0/+27
* swrap: Implement support for IP_RECVDSTADDR on BSD.Andreas Schneider2014-06-051-1/+22
* swrap: Check if the in_pktinfo structure is available.Andreas Schneider2014-06-052-1/+6
* swrap: Silence a warning on OpenIndiana.Andreas Schneider2014-06-051-0/+2