Age | Commit message (Expand) | Author | Files | Lines |
2012-11-07 | lib/util: Simplify bitmap.c a bit | Volker Lendecke | 1 | -7/+6 |
2012-11-07 | lib/util: Make "struct bitmap" abstract | Volker Lendecke | 2 | -4/+6 |
2012-11-05 | lib/tsocket: optimize syscalls in tstream_readv_pdu_send() | Stefan Metzmacher | 1 | -0/+29 |
2012-11-05 | lib/tsocket: disable the syscall optimization for recvfrom/readv by default | Stefan Metzmacher | 2 | -6/+109 |
2012-11-01 | lib/krb5_wrap: request enc_types in the correct order (bug #9272) | Stefan Metzmacher | 1 | -6/+6 |
2012-11-01 | ldb: fixed callers for ldb_pack_data() and ldb_unpack_data() | Andrew Tridgell | 10 | -48/+321 |
2012-11-01 | ldb: move ldb_pack.c into common | Andrew Tridgell | 1 | -11/+11 |
2012-10-31 | util: remove accidently committed hunk | Björn Jacke | 1 | -3/+0 |
2012-10-30 | ldb: Add ldbdump, based on tdbdump | Andrew Bartlett | 2 | -0/+223 |
2012-10-31 | ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h | Andrew Bartlett | 1 | -2/+0 |
2012-10-31 | ldb: Change ltdb_unpack_data to take an ldb_context | Andrew Bartlett | 5 | -9/+7 |
2012-10-30 | wafbuild: use -Wstack-protector if available | Björn Jacke | 1 | -0/+3 |
2012-10-30 | ccan/wafbuild: use WERROR_CFLAGS instead of -Werror | Björn Jacke | 1 | -10/+7 |
2012-10-30 | wafbuild: reorder the Werror checks so that the ambigous w2 option is being c... | Björn Jacke | 1 | -1/+5 |
2012-10-30 | wafbuild: merge the missing IBM compiler Werror flag "-qhalt=w" to waf | Björn Jacke | 1 | -1/+1 |
2012-10-30 | wfabuild: fix the -errwarn compile flag test | Björn Jacke | 2 | -1/+4 |
2012-10-29 | lib/param: fix line length of DEBUG statments touched in previous commit in s... | Michael Adam | 1 | -2/+4 |
2012-10-29 | lib/param: fix function name (set_variable) in debug statements | Michael Adam | 1 | -4/+4 |
2012-10-29 | lib/param: fix function name (lpcfg_file_list_changed) in a debug message | Michael Adam | 1 | -1/+1 |
2012-10-28 | lib/replace: Return size of xattr if size argument is 0 | Andrew Bartlett | 1 | -3/+12 |
2012-10-25 | dbwrap: use talloc_stackframe() in db_tdb_log_key() | Andrew Bartlett | 1 | -3/+4 |
2012-10-23 | lib/tsocket: fix loop in tdgram_bsd_recvfrom() (bug #9184) | Stefan Metzmacher | 1 | -1/+9 |
2012-10-23 | lib/replace: Fix configure on FreeBSD: define_ret is not correct here | Andrew Bartlett | 1 | -1/+0 |
2012-10-23 | lib/replace: Fix detection of rpcsrv/yp_prot.h on FreeBSD | Andrew Bartlett | 1 | -1/+4 |
2012-10-17 | ccan: check for all the used config.h defines | Rusty Russell | 2 | -0/+37 |
2012-10-07 | lib-addns: ensure that allocated buffer are pre set to 0 | Matthieu Patou | 1 | -12/+12 |
2012-10-08 | ntdb: remove unused local variable. | Rusty Russell | 1 | -2/+0 |
2012-10-06 | tdb: Make tdb robust against improper CLEAR_IF_FIRST restart | Volker Lendecke | 1 | -4/+28 |
2012-10-06 | tdb: Make robust against shrinking tdbs | Rusty Russell | 1 | -12/+20 |
2012-10-05 | talloc: Convert error cecking macros into fns | Simo Sorce | 1 | -37/+74 |
2012-10-05 | Add tests for talloc_memlimit | Simo Sorce | 1 | -0/+172 |
2012-10-05 | Add memory limiting capability to talloc | Simo Sorce | 5 | -40/+327 |
2012-10-04 | Remove the parameters: | Jeremy Allison | 2 | -40/+0 |
2012-10-04 | tdb: add -e option to tdbdump (and docment it). | Rusty Russell | 2 | -3/+53 |
2012-10-04 | tdb: tdbdump should log errors, and fail in that case. | Rusty Russell | 1 | -2/+38 |
2012-10-04 | tdb: add tdb_rescue() | Rusty Russell | 7 | -4/+622 |
2012-10-02 | tdb: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-10-02 | s3-krb5: use and request AES keys in kerberos operations. | Günther Deschner | 1 | -0/+6 |
2012-09-29 | lib/replace: Add test for what flag we need for -Werror behaviour | Andrew Bartlett | 1 | -0/+9 |
2012-09-26 | lib/util/charset: We do not use fucntions from wchar.h any more | Andrew Bartlett | 1 | -7/+1 |
2012-09-26 | lib/util/charset: Try to find iconv on HP-UX | Andrew Bartlett | 1 | -0/+3 |
2012-09-25 | pyntdb: Fix init function for ntdb python module. | Pierre Lejeune | 1 | -2/+2 |
2012-09-25 | lib: Make async_sock includable on its own | Volker Lendecke | 1 | -0/+1 |
2012-09-25 | replace: Avoid returning value in void setproctitle() replacement. | Jelmer Vernooij | 1 | -1/+0 |
2012-09-24 | replace: Support setproctitle(). | Jelmer Vernooij | 4 | -0/+19 |
2012-09-24 | lib/replace: Look for special flags needed for c99 | Andrew Bartlett | 1 | -0/+10 |
2012-09-24 | lib/replace: Improve mkstemp test in autoconf and waf | Andrew Bartlett | 2 | -4/+34 |
2012-09-23 | lib/replace: Remove unused nap and therefore the SCO define | Andrew Bartlett | 1 | -10/+0 |
2012-09-23 | lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAM | Andrew Bartlett | 1 | -283/+0 |
2012-09-23 | lib/replace: Try to fix build on HP-UX for os2_delete test | Andrew Bartlett | 4 | -17/+6 |