summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-04-26replace: Fix use of mktempSimo Sorce1-2/+2
2012-04-26addns: clean up headersSimo Sorce1-33/+0
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy4-16/+57
2012-04-24s3: Attempt to fix the build without kerberosVolker Lendecke1-7/+6
2012-04-24talloc: Fix copy&paste errorsVolker Lendecke1-2/+2
2012-04-24Talloc doc: talloc_strdup_append does not return duplicated stringPavel Březina1-4/+4
2012-04-24Talloc doc: when s == NULL in _append functionsPavel Březina1-0/+12
2012-04-23Avoid warning about KRB5_DEPRECATE with MIT libsSimo Sorce1-0/+4
2012-04-23krb5_samba: Add support for krb5_princ_size when using HeimdalSimo Sorce1-0/+8
2012-04-23Make krb5 wrapper library common so they can be used all overSimo Sorce3-0/+1976
2012-04-19loadparm: Add helper function to fetch default lifetime policiesSimo Sorce2-0/+24
2012-04-19loadparm: Add convenience function to return long integersSimo Sorce1-0/+25
2012-04-19loadparm: Fix broken lp_ulong utility functionSimo Sorce1-2/+2
2012-04-19Move README file in the right place.Simo Sorce1-0/+4
2012-04-20Fix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog.Joseph Tam1-1/+1
2012-04-18Talloc doc: Fix a cut&paste errorVolker Lendecke1-4/+1
2012-04-18Talloc doc: talloc_pool() when not enough memory in the poolPavel Březina1-0/+4
2012-04-18Talloc doc: TALLOC_FREE_FILLPavel Březina1-0/+5
2012-04-18Talloc doc: talloc_set_log_stderr()Pavel Březina1-0/+7
2012-04-18Talloc doc: talloc_set_log_fn()Pavel Březina1-0/+9
2012-04-18Talloc doc: talloc_set_abort_fn()Pavel Březina1-2/+33
2012-04-18Talloc doc: talloc_asprintf_append_buffer()Pavel Březina1-0/+22
2012-04-18Talloc doc: talloc_strndup_append_buffer()Pavel Březina1-2/+22
2012-04-18Talloc doc: talloc_strndup_append()Pavel Březina1-2/+12
2012-04-18Talloc doc: talloc_strdup_append_buffer()Pavel Březina1-1/+22
2012-04-18Talloc doc: talloc_strdup_append()Pavel Březina1-4/+18
2012-04-18replace: added ENOATTR define if undefinedAndrew Tridgell1-0/+8
2012-04-18LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with different value orderingMatthias Dieter Wallnöfer1-3/+10
2012-04-18ldb: added ldb_msg_element_equal_ordered()Andrew Tridgell5-1/+286
2012-04-18lib/util: Move map_nt_error_from_tdb to the top levelAndrew Bartlett2-1/+70
2012-04-17tsocket: Fix a couple of typos and spellings in tsocket_guide.txtMichael Adam1-26/+27
2012-04-17tdb-compat: Add tdb_chainlock_nonblockVolker Lendecke2-0/+26
2012-04-16param: harmonise wins parametersAndrew Bartlett1-8/+8
2012-04-16lib/param: swap preferred name for 'lock dir' to match s3Andrew Bartlett1-2/+2
2012-04-16param: Merge common param elements by adding .flagsAndrew Bartlett1-40/+80
2012-04-16param: harmonsise logfile parameterAndrew Bartlett1-1/+2
2012-04-16param: Merge common param elements by adding .flagsAndrew Bartlett1-17/+34
2012-04-12Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...Jeremy Allison1-12/+2
2012-04-11s3:param convert kernel oplocks to share parameterChristian Ambach1-0/+1
2012-04-11lib/tdb_compat: Do not define BUILD_TDB2 if we are not building tdb2Andrew Bartlett1-3/+1
2012-04-11LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"Matthias Dieter Wallnöfer1-0/+1
2012-04-11ccan: Fix failtest on Fedora 16 as stdlib.h does not imply malloc.hAndrew Bartlett1-0/+4
2012-04-10ldb-tools: Place the whole of an ldif file in a transactionAndrew Bartlett7-16/+136
2012-04-10ldb: Allow access to the line number while reading ldif from a fileAndrew Bartlett5-7/+281
2012-04-10ldb: Detect failures in ldb.base againAndrew Bartlett3-4/+15
2012-04-10Revert "ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function"Andrew Bartlett8-28/+23
2012-04-10On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison3-8/+14
2012-04-09Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...Jeremy Allison2-0/+10
2012-04-09libreplace: We have a poll replacement based on selectVolker Lendecke1-0/+1
2012-04-09tevent: Fix a typoVolker Lendecke1-1/+1