summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #9471 - SEGV when using second vfs module.Tsukasa Hamano2012-12-091-1/+1
* lib/talloc: Move manpage to man/.Karolin Seeger2012-12-032-13/+13
* lib/tdb: Rename manpages/ to man/.Karolin Seeger2012-12-035-12/+12
* smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2012-12-032-20/+0
* dbwrap: use talloc_stackframe() in db_tdb_log_key()Andrew Bartlett2012-12-031-3/+4
* docs: man tdbtool: Add missing meta data.Karolin Seeger2012-11-301-1/+1
* docs: man talloc: Add missing meta data.Karolin Seeger2012-11-301-0/+12
* docs: man ldbsearch: Add missing meta data.Karolin Seeger2012-11-301-0/+3
* docs: man ldbrename: Add missing meta data.Karolin Seeger2012-11-301-0/+3
* docs: man ldbmodify: Add missing meta data.Karolin Seeger2012-11-301-0/+3
* docs: man ldbedit: Add missing meta data.Karolin Seeger2012-11-301-0/+3
* docs: man ldbdel: Add missing meta data.Karolin Seeger2012-11-301-0/+3
* docs: man ldbadd: Add missing meta data.Karolin Seeger2012-11-301-0/+3
* docs: man ldb.3: Add missing meta data.Karolin Seeger2012-11-301-0/+3
* lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets thisAndrew Bartlett2012-11-262-4/+2
* lib/addns: remove compiler warningsStefan Metzmacher2012-11-161-2/+2
* lib/addns: don't depend on the order in resp->answers[]Stefan Metzmacher2012-11-161-3/+12
* lib/addns: remove pointless check for resp->num_additionals != 1Stefan Metzmacher2012-11-161-2/+1
* lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher2012-11-153-17/+34
* lib/ldb: add missing newline in the output of ldb_ldif_write_trace()Stefan Metzmacher2012-11-151-1/+1
* lib/krb5_wrap: request enc_types in the correct order (bug #9272)Stefan Metzmacher2012-11-121-6/+6
* s3-krb5: use and request AES keys in kerberos operations.Günther Deschner2012-11-121-0/+6
* lib/tsocket: optimize syscalls in tstream_readv_pdu_send()Stefan Metzmacher2012-11-061-0/+29
* lib/tsocket: disable the syscall optimization for recvfrom/readv by defaultStefan Metzmacher2012-11-062-6/+109
* util: remove accidently committed hunkBjörn Jacke2012-11-021-3/+0
* ntdb: Try to fix the build on Solaris which does not have errAndrew Bartlett2012-11-023-2/+15
* ccan/wafbuild: use WERROR_CFLAGS instead of -WerrorBjörn Jacke2012-11-021-10/+7
* ccan: check for all the used config.h definesRusty Russell2012-11-022-0/+37
* wafbuild: reorder the Werror checks so that the ambigous w2 option is being c...Björn Jacke2012-11-021-1/+5
* wafbuild: merge the missing IBM compiler Werror flag "-qhalt=w" to wafBjörn Jacke2012-11-021-1/+1
* wfabuild: fix the -errwarn compile flag testBjörn Jacke2012-11-022-1/+4
* lib/replace: Fix detection of rpcsrv/yp_prot.h on FreeBSDAndrew Bartlett2012-11-021-1/+4
* lib/replace: Fix configure on FreeBSD: define_ret is not correct hereAndrew Bartlett2012-11-021-1/+0
* lib/replace: Add test for what flag we need for -Werror behaviourAndrew Bartlett2012-11-021-0/+9
* lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett2012-11-021-7/+1
* lib/util/charset: Try to find iconv on HP-UXAndrew Bartlett2012-11-021-0/+3
* lib/replace: Remove unused nap and therefore the SCO defineAndrew Bartlett2012-11-021-10/+0
* lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAMAndrew Bartlett2012-11-021-283/+0
* lib/replace: Look for special flags needed for c99Andrew Bartlett2012-11-021-0/+10
* lib/replace: Improve mkstemp test in autoconf and wafAndrew Bartlett2012-11-022-4/+34
* lib/replace: Return size of xattr if size argument is 0Andrew Bartlett2012-10-311-3/+12
* lib/tsocket: fix loop in tdgram_bsd_recvfrom() (bug #9184)Stefan Metzmacher2012-10-291-1/+9
* Remove the parameters:Jeremy Allison2012-10-292-40/+0
* ldb: bump version to 1.1.13 so the 4.0 release can get the isprint fixAndrew Bartlett2012-10-293-1/+263
* lib-addns: ensure that allocated buffer are pre set to 0Matthieu Patou2012-10-151-12/+12
* replace: Avoid returning value in void setproctitle() replacement.Jelmer Vernooij2012-10-101-1/+0
* replace: Support setproctitle().Jelmer Vernooij2012-10-104-0/+19
* libreplace: Bug 8107, Fix poll replacement to become a msleep replacementJoachim Schmitz2012-10-091-1/+1
* replace: add some includes for poll.hBjörn Jacke2012-10-091-0/+6
* tdb: Make tdb robust against improper CLEAR_IF_FIRST restartVolker Lendecke2012-10-091-4/+28