summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell15-0/+30
them
2010-04-06s4-waf: ensure all the ldb.pc.in vars are setAndrew Tridgell1-0/+9
2010-04-06s4-waf: enable the pc_files in the build rulesAndrew Tridgell2-1/+2
2010-04-06s4-waf: install the rest of the headersAndrew Tridgell2-2/+3
2010-04-06s4-waf: disable_gnutls is goneAndrew Tridgell1-1/+1
2010-04-06build: need to mark disabled libraries as DISABLEDAndrew Tridgell1-2/+4
2010-04-06build: honor both --enable-gnutls and --disable-gnutlsAndrew Tridgell1-5/+12
This shows how we can do the dual-boolean rules we use so much with autoconf
2010-04-06build: add cflags from pkg_config results to header/function testsAndrew Tridgell1-4/+8
When we find a package with pkg_config we may need to use the resulting ccflags and ldflags in later tests. Support this by adding lib= options to CHECK_FUNC and CHECK_HEADER This gets gnutls on FreeBSD working
2010-04-06build: configure fixes for opensolarisAndrew Tridgell1-0/+7
2010-04-06build: updated configure checks or new syntaxAndrew Tridgell2-7/+4
2010-04-06build: fixed gnutls checkAndrew Tridgell1-1/+1
2010-04-06build: don't install talloc_testsuite and ldbtestAndrew Tridgell1-2/+4
2010-04-06build: teach samba_pild.py about the --com-header and --dcom-proxy optionsAndrew Tridgell1-1/+1
2010-04-06build: fixed the build of the com.so libraryAndrew Tridgell1-1/+6
2010-04-06build: enable com libraryAndrew Tridgell1-12/+4
2010-04-06build: added ldb 'skel' moduleAndrew Tridgell1-0/+5
2010-04-06build: need the sample ldb module for our testsuiteAndrew Tridgell1-0/+5
2010-04-06build: waf quicktest nearly worksAndrew Tridgell5-14/+92
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell10-0/+201
2010-04-06build: nearly there on samba4 buildAndrew Tridgell1-1/+3
2010-04-06build: much nicer pidl rulesAndrew Tridgell1-2/+3
2010-04-06build: enable ENFORCE_GROUP_ORDERING()Andrew Tridgell1-0/+70
also fixed ASN1 target names
2010-04-06build: fixed LDB_MODULESDIRAndrew Tridgell1-1/+1
2010-04-06build: check for libgpg-errorAndrew Tridgell1-1/+3
2010-04-06build: gcrypt functionsAndrew Tridgell1-1/+1
2010-04-06build: more config checksAndrew Tridgell1-0/+3
2010-04-06build: waf build for lib/tlsAndrew Tridgell1-0/+27
2010-04-06build: result of hack session with itaAndrew Tridgell1-2/+4
2010-04-06build: started to split up wafsamba.py into separate modulesAndrew Tridgell1-0/+4
2010-04-06build: don't distinguish system and local libs in wscript filesAndrew Tridgell1-2/+1
2010-04-06build: LIBLDB hack not needed any moreAndrew Tridgell1-8/+0
2010-04-06build: added BUILD_SUBDIR() wrapperAndrew Tridgell1-2/+2
2010-04-06build: LIBLDB aliasAndrew Tridgell1-0/+8
2010-04-06build: added ADD_CFLAGS() and started of Samba4 buildAndrew Tridgell1-2/+2
2010-04-06build: added waf build rules for ldbAndrew Tridgell1-14/+20
2010-04-06build: added target directory optionsAndrew Tridgell1-0/+43
2010-04-04s4-python: Avoid importing glue directly.Jelmer Vernooij1-4/+2
2010-04-04s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij3-38/+12
2010-04-03s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.Jelmer Vernooij1-7/+5
2010-04-02talloc: change talloc minor version to 2.0.2Andrew Tridgell1-1/+1
this has the talloc_is_parent() bugfix
2010-03-31s4-python: Install external included packages only if they're not present on ↵Jelmer Vernooij2-7/+2
the system.
2010-03-30s4:registry/tests/diff.c - try to make also this test compatible with ↵Matthias Dieter Wallnöfer1-4/+5
big-endian platforms
2010-03-30s4:registry/tests/hive.c - make the test compatible with big-endian platformsMatthias Dieter Wallnöfer1-41/+27
2010-03-29s4:registry/util.c - remove those "talloc_free"sMatthias Dieter Wallnöfer1-3/+0
They're not really necessary.
2010-03-29s4:registry/tests/generic.c - fix the DWORD_* types test to work also ↵Matthias Dieter Wallnöfer1-6/+6
against big endian platforms
2010-03-29s4:registry/ldb.c - Break with "NULL" as an error case when the data doesn't ↵Matthias Dieter Wallnöfer1-2/+5
fit in the "reg_ldb_pack_value" function
2010-03-29s4:registry/ldb.c - Always check the "name" attribute for != NULLMatthias Dieter Wallnöfer1-2/+22
If it's NULL return invalid parameter as Windows does. The name is "" if it refers to the default value.
2010-03-29s4:registry - move the UTF16 length calculation for "reg_key_get_info" into ↵Matthias Dieter Wallnöfer1-8/+0
the RPC server code It does fit better there.
2010-03-29s4:registry/util.c - fix indentationMatthias Dieter Wallnöfer1-2/+2
2010-03-29registry: Fix compilation.Jelmer Vernooij3-9/+5