summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-12s4-ldb: use KRB5_KEY macros to access key elements.Günther Deschner1-8/+8
2012-04-12wafsamba: point out that local heimdal paths are not included whenGünther Deschner1-0/+1
2012-04-12waf: when USING_SYSTEM_KRB5 environment variable is set, dont configure localGünther Deschner1-1/+2
2012-04-12waf: when building with system krb5, we do not need to build local heimdal.Günther Deschner1-1/+2
2012-04-12s3-waf: remove requirement of having --enable-developer for running system kr...Günther Deschner1-1/+1
2012-04-12Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...Jeremy Allison2-18/+2
2012-04-11Try and fix autoconf on the build farm. Always include sys/types.h when worki...Jeremy Allison1-0/+2
2012-04-11s3:smbd only care about missing level2 support if kernel oplocks are enabledChristian Ambach1-4/+10
2012-04-11s3:smbd only initialize kernel oplocks if they are enabled for a shareChristian Ambach1-0/+4
2012-04-11s3:smbd add seperate function to initialize kernel oplocksChristian Ambach2-3/+8
2012-04-11docs: update kernel oplocks documentationChristian Ambach1-2/+7
2012-04-11s3:param convert kernel oplocks to share parameterChristian Ambach4-9/+7
2012-04-11build: Fix spelling of teventAndrew Bartlett1-1/+1
2012-04-11build: use include paths for pkg-config found librariesAndrew Bartlett3-15/+23
2012-04-11lib/tdb_compat: Do not define BUILD_TDB2 if we are not building tdb2Andrew Bartlett1-3/+1
2012-04-11s4-smb2: Fix a talloc crash bug.Andreas Schneider1-2/+2
2012-04-11Simplify the logic around doing an immediate event reschedule.Jeremy Allison1-23/+7
2012-04-11s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_structural_class()" into ...Matthias Dieter Wallnöfer6-83/+46
2012-04-11s4:dsdb/samdb/ldb_modules/schema.c - inline "get_oc_guid_from_message()" to i...Matthias Dieter Wallnöfer2-18/+23
2012-04-11s4:dsdb - introduce a only constant-time "get_last_structural_class()" callMatthias Dieter Wallnöfer3-37/+18
2012-04-11s4:dsdb/samdb/ldb_modules/schema.c - inline "acl_check_access_on_class" to it...Matthias Dieter Wallnöfer2-46/+47
2012-04-11s4:dsdb - move "objectclass_sort()" out from the objectclass LDB module into ...Matthias Dieter Wallnöfer2-217/+200
2012-04-11s4:acl LDB module - remove set but unused variablesMatthias Dieter Wallnöfer1-5/+0
2012-04-11s4:objectclass LDB module - remove unneeded build dependenciesMatthias Dieter Wallnöfer1-1/+1
2012-04-11LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"Matthias Dieter Wallnöfer1-0/+1
2012-04-11s4:schema/schema_query.c - fix a commentMatthias Dieter Wallnöfer1-1/+1
2012-04-11s4:schema/schema_init.c - better use "ldb_attr_cmp" instead of "strcasecmp"Matthias Dieter Wallnöfer1-1/+1
2012-04-11s4:dsdb/pydsdb.c - fix indentationMatthias Dieter Wallnöfer1-1/+1
2012-04-11on our way with Samba 4.0alpha20Andrew Bartlett1-2/+2
2012-04-11prepare WHATSNEW for Samba 4.0alpha19 release and mark as release.Andrew Bartlett2-32/+37
2012-04-11ccan: Fix failtest on Fedora 16 as stdlib.h does not imply malloc.hAndrew Bartlett1-0/+4
2012-04-11remove --enable-developer from samba4-libs autobuildAndrew Bartlett1-5/+5
2012-04-11remove --enable-developer from recursive waf build in autoconf buildAndrew Bartlett1-1/+1
2012-04-11buildtools: Add --enable-debug optionAndrew Bartlett2-0/+7
2012-04-11.gitignore: ignore MYMETA.ymlAndrew Bartlett1-0/+1
2012-04-11build: search for talloc, tdb, tevent in non-standard system locationsAndrew Bartlett1-5/+21
2012-04-11build: Add tevent deps for users of tevent callsAndrew Bartlett1-3/+3
2012-04-11Add a new module, aio_linux which implements Linux kernel aio support. Docs t...Jeremy Allison5-0/+786
2012-04-10pidl/NDR/Parser: also do range checks on the array sizeStefan Metzmacher1-5/+20
2012-04-10pidl/NDR/Parser: do array range validation in ParseArrayPullGetLength()Stefan Metzmacher1-28/+14
2012-04-10pidl/NDR/Parser: use helper variables for array size and lengthStefan Metzmacher1-7/+15
2012-04-10pidl/NDR/Parser: remember if we already know the array lengthStefan Metzmacher1-1/+7
2012-04-10pidl/NDR/Parser: use ParseArrayPullGetLength() to get the number of array ele...Stefan Metzmacher1-5/+1
2012-04-10pidl/NDR/Parser: split off ParseArrayPullGetSize() and ParseArrayPullGetLength()Stefan Metzmacher1-13/+42
2012-04-10pidl/NDR/Parser: simplify logic in DeclareArrayVariables*()Stefan Metzmacher1-8/+6
2012-04-10pidl/NDR/Parser: declare all union helper variables in ParseUnionPull()Stefan Metzmacher1-2/+2
2012-04-10s3: Use talloc_get_size instead of strlenVolker Lendecke1-1/+1
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 Bartlett4-6/+16