summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tevent: Drop autoconf-based build system for standalone build.Jelmer Vernooij2010-10-3013-3918/+0
* replace: Avoid autoproto as it breaks standalone builds.Jelmer Vernooij2010-10-302-1/+10
* replace: Only build replace-test in standalone build.Jelmer Vernooij2010-10-301-7/+9
* s4:local_password LDB module - fix typosMatthias Dieter Wallnöfer2010-10-301-6/+6
* s4:resolve_oids LDB module - fix counter typesMatthias Dieter Wallnöfer2010-10-301-2/+2
* s4:partition_init LDB module - fix counter typeMatthias Dieter Wallnöfer2010-10-301-2/+4
* s4:extended_dn_store LDB module - fix counter typesMatthias Dieter Wallnöfer2010-10-301-2/+2
* provision: when deriving netbiosname from hostname force the netbiosname to b...Matthieu Patou2010-10-301-3/+13
* build: strip -single_module when doing bundle on mac OS XMatthieu Patou2010-10-301-0/+12
* build: set shared libraries flags correctly on mac os XMatthieu Patou2010-10-303-2/+26
* talloc.3: Remove documentation for deprecated talloc_append_string,Jelmer Vernooij2010-10-301-11/+0
* s4-smbd: initialise process models in smbtorture before useAndrew Tridgell2010-10-302-5/+15
* s4-smbd: leave the single process model as internalAndrew Tridgell2010-10-301-1/+1
* waf: fixed building of non-shared binaries that contain modulesAndrew Tridgell2010-10-301-0/+19
* s4-heimdal: lex_err_message() should not be staticAndrew Tridgell2010-10-301-2/+2
* s4-waf: added a lexyacc.sh script that manually rebuilds the heimdal parsersAndrew Tridgell2010-10-301-0/+82
* s4-test: don't override modules dirAndrew Tridgell2010-10-302-2/+0
* waf: get rid of target aliases in wafsambaAndrew Tridgell2010-10-302-30/+1
* s4-build: removed some unnecessary dependenciesAndrew Tridgell2010-10-3010-13/+13
* s4-ndr: make ndr-table a subsystemAndrew Tridgell2010-10-301-2/+1
* s4-cmdline: make cmdline-credentials a private libraryAndrew Tridgell2010-10-303-8/+8
* s4-dns: make the dns update task an external moduleAndrew Tridgell2010-10-301-5/+6
* s4-cluster: make cluster a private shared libAndrew Tridgell2010-10-302-10/+11
* s4-replace: make libreplace a private shared lib in s4Andrew Tridgell2010-10-301-1/+1
* s4-tdb: make tdb-wrap into a private libraryAndrew Tridgell2010-10-304-9/+10
* s4-auth: make KERBEROS subsystem into authkrb5 private libraryAndrew Tridgell2010-10-304-11/+12
* s4-credentials: make a private library from CREDENTIALS subsystemAndrew Tridgell2010-10-301-8/+9
* s4-ldb: add explicit depenencies on ldb library in ldb modulesAndrew Tridgell2010-10-301-2/+10
* s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystemAndrew Tridgell2010-10-305-12/+23
* zlib: use the real library name 'z' instead of ZLIBAndrew Tridgell2010-10-303-11/+7
* s4-rpc: split the dcesrv reply code out of dcerpc_serverAndrew Tridgell2010-10-307-175/+264
* s4-modules: remove LD_SAMBA_MODULE_PATHAndrew Tridgell2010-10-302-3/+2
* s4-torture: simplify the depenencies for TORTURE_DRSAndrew Tridgell2010-10-301-1/+1
* s4-smbd: make our process models into real modulesAndrew Tridgell2010-10-301-39/+46
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-3018-50/+55
* waf: save the samba_deps_extendedAndrew Tridgell2010-10-301-1/+1
* waf: give a better error on a bad grouping libraryAndrew Tridgell2010-10-301-0/+1
* waf: cope with subsystems with no static modulesAndrew Tridgell2010-10-301-4/+6
* waf: don't auto-depend on subsystemsAndrew Tridgell2010-10-301-7/+0
* waf: added --symbol-check optionAndrew Tridgell2010-10-303-47/+127
* waf: build all libraries after all object filesAndrew Tridgell2010-10-302-9/+24
* waf: use Utils.WafError() instead of raising an AssertionErrorAndrew Tridgell2010-10-301-2/+1
* waf: cope with rules with no inputsAndrew Tridgell2010-10-301-0/+3
* waf: separate out get_tgt_list()Andrew Tridgell2010-10-302-12/+20
* waf: display the paths in library loopsAndrew Tridgell2010-10-301-0/+21
* waf: added env.DEVELOPER_MODE flagAndrew Tridgell2010-10-302-0/+309
* waf: added suncc_wrapAndrew Tridgell2010-10-301-1/+16
* s4-kdc: create a 'pac' private grouping libraryAndrew Tridgell2010-10-301-0/+6
* s4-heimdal: removed the use of signal.c from rokenAndrew Tridgell2010-10-301-1/+0
* s4-heimdal: fixed the use of error_message() in heimdalAndrew Tridgell2010-10-3012-47/+49