summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6874: Fix static library buildJelmer Vernooij1-8/+6
2007-10-10r6873: fixed exec bitAndrew Tridgell1-0/+0
2007-10-10r6862: Add some more testsJelmer Vernooij6-30/+178
2007-10-10r6860: Add some allocation and alignment tests, remove uint64 from list of sc...Jelmer Vernooij5-6/+187
2007-10-10r6859: Add ndr_align tests, use environment variables ($CC, $CFLAGS, $LDFLAGS)Jelmer Vernooij3-9/+51
2007-10-10r6857: - Support [public] on functionsJelmer Vernooij3-133/+263
2007-10-10r6856: Add a couple of tests that test for the behaviour described inJelmer Vernooij2-1/+377
2007-10-10r6854: Add --quiet option to pidlJelmer Vernooij3-2/+173
2007-10-10r6853: again fixed SOCKET_WRAPPER_DIR in 'make test'Andrew Tridgell1-2/+1
2007-10-10r6842: Move to .mk fileJelmer Vernooij1-0/+1
2007-10-10r6839: Add support for building subsystems as shared libraries. This can beJelmer Vernooij3-20/+22
2007-10-10r6838: Remove unnecessary calls to gensec_gsskrb5Jelmer Vernooij1-2/+9
2007-10-10r6836: Allow optionally passing in a destination filename for NDR parsersJelmer Vernooij1-12/+18
2007-10-10r6828: More portability fixesJelmer Vernooij1-1/+1
2007-10-10r6825: Fall back to chsize if ftruncate is not availableJelmer Vernooij1-1/+1
2007-10-10r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be calledTim Potter1-3/+3
2007-10-10r6809: ifeq is not portable in make - jelmer, you'll need to find some other ...Andrew Tridgell1-6/+1
2007-10-10r6752: Patch by Steven Edwards to improve portability to mingw32Jelmer Vernooij1-3/+3
2007-10-10r6725: the beginnings of a cldap serverAndrew Tridgell1-0/+1
2007-10-10r6621: Warn when the user is trying to use socket wrapperJelmer Vernooij1-0/+5
2007-10-10r6617: Let --enable-developer imply --enable-socket-wrapperJelmer Vernooij1-1/+7
2007-10-10r6607: fix the buildStefan Metzmacher1-3/+3
2007-10-10r6589: Make the library versioning options for building a shared library opti...Tim Potter1-3/+10
2007-10-10r6577: Make test works without installation now.Jelmer Vernooij1-7/+1
2007-10-10r6572: add "string_array" as new scalar type for handling SPOOLSS string array'sStefan Metzmacher2-1/+5
2007-10-10r6568: Some more small 'make test' fixesJelmer Vernooij1-2/+1
2007-10-10r6567: Use "real" prefix for 'make test'Jelmer Vernooij1-2/+2
2007-10-10r6564: - Fix bug in socket_wrapperJelmer Vernooij1-0/+10
2007-10-10r6545: some notes and experiments on ref ptrs, testing with midlAndrew Tridgell1-0/+220
2007-10-10r6538: Somehow building shared libraries was broken. Either AC_CANONICAL_HOSTTim Potter1-0/+2
2007-10-10r6517: this line should be removed in the last patch, (I readded it just for ...Stefan Metzmacher1-2/+0
2007-10-10r6516: use only one list of scalar types and make "string" just a simple scal...Stefan Metzmacher2-77/+147
2007-10-10r6485: Move LDAP detection M4 file and use it for the standalone ldb buildJelmer Vernooij2-3/+1
2007-10-10r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett1-0/+1
2007-10-10r6350: Add a newline to make things look prettier.Tim Potter1-0/+1
2007-10-10r6331: added IDL and test suite for the ADS style response to a datagram netl...Andrew Tridgell1-1/+2
2007-10-10r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu...Stefan Metzmacher2-22/+81
2007-10-10r6190: fix gensize on unionsStefan Metzmacher1-1/+2
2007-10-10r6180: Use token_lists for storing switch valuesJelmer Vernooij1-6/+10
2007-10-10r6177: Use here documents instead of print() statements to generate theTim Potter1-144/+164
2007-10-10r6159: Move some more general ndr stuff (alignment calculations) to ndr.pmJelmer Vernooij2-106/+85
2007-10-10r6148: Add a showflags target to display the various compiler flags a laTim Potter1-0/+7
2007-10-10r6143: Put compression support in the subcontext handling functions ratherJelmer Vernooij1-45/+36
2007-10-10r6139: Move socket_wrapper to a seperate directoryJelmer Vernooij1-0/+1
2007-10-10r6130: More work on the NDR tree generatorJelmer Vernooij1-1/+260
2007-10-10r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett1-1/+2
2007-10-10r6101: only allow properties we know about, that helps to catch typos!Stefan Metzmacher1-1/+98
2007-10-10r6098: fix parsing of empty union casesStefan Metzmacher2-2/+2
2007-10-10r6097: allow compression only on subcontextsStefan Metzmacher1-2/+6
2007-10-10r6061: add start of compression support in our rpc codeStefan Metzmacher1-4/+134