summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-05script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/Stefan Metzmacher1-1/+1
2011-01-05pidl/wscript: let the developer use the standalone build with yappStefan Metzmacher1-10/+22
2011-01-05buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher7-7/+7
2011-01-05pidl:Samba4/Python: avoid ';;' in generated C code.Stefan Metzmacher1-1/+1
2011-01-05pidl:Samba4/Python: fix segfault when setting pointers to scalars.Stefan Metzmacher1-0/+3
2011-01-05pidl: regenerate lib/Parse/Pidl/Expr.pm from expr.ypStefan Metzmacher1-36/+36
2011-01-05pidl: sync idl.yp with the CPP changesStefan Metzmacher1-2/+8
2011-01-05talloc: change version to 2.0.5 after a critical bugfixStefan Metzmacher2-1/+63
2011-01-05talloc: fixed a use after free errorAndrew Tridgell1-1/+16
2011-01-05talloc: added a test for the use after free Rusty foundAndrew Tridgell1-0/+17
2011-01-05upgradeprovision: Fix use of dict.get().Jelmer Vernooij1-11/+5
2011-01-05s4-python: Allow setting TEST_DEBUG_LEVEL to override debug level for tests.Jelmer Vernooij1-0/+10
2011-01-05talloc: Clarify error message on access after free.Jelmer Vernooij1-4/+4
2011-01-04s3:build: don't use cli_dssetup.c any moreStefan Metzmacher2-9/+4
2011-01-04s3:net_utils: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()Stefan Metzmacher1-2/+8
2011-01-04s3:winbindd: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()Stefan Metzmacher1-1/+4
2011-01-04s3:rpcclient: use dcerpc_binding_handle based client stubs in cmd_dssetup.cStefan Metzmacher1-1/+2
2011-01-04s3:build: don't use cli_epmapper.c anymoreStefan Metzmacher2-7/+2
2011-01-04s3:rpcclient: improve "epmmap" outputStefan Metzmacher1-6/+25
2011-01-04s3:rpcclient: use dcerpc_binding_handle bases client stubs in cmd_epmapper.cStefan Metzmacher1-8/+35
2011-01-04s3:rpc_client: use dcerpc_epm_Map() and don't ignore 'result' anymore.Stefan Metzmacher1-2/+11
2011-01-04s3-rpcecho: Only register rpcecho in the developer build.Andreas Schneider3-4/+4
2011-01-04s4/ldapcmp: Check if creds2 is actualy set by the command lineAnatoliy Atanasov1-1/+1
2011-01-04s3:build: don't use cli_ntsvcs.c any more.Stefan Metzmacher2-7/+2
2011-01-04s3:rpcclient: use dcerpc_binding_handle client stubs in cmd_ntsvcs.cStefan Metzmacher1-7/+14
2011-01-04s3:build: don't use cli_wbint.c any moreStefan Metzmacher3-7/+1
2011-01-04s4/ldapcmp: Fix the parsing of the second set of credentialsAnatoliy Atanasov1-1/+1
2011-01-04s3-waf: convert SAMBA_VERSION into a subsystem.Günther Deschner1-3/+8
2011-01-04s3-waf: convert PASSCHANGE into a subsystem.Günther Deschner1-5/+9
2011-01-04s3-waf: add UTIL_TDB subsystem.Günther Deschner1-6/+10
2011-01-04s3-waf: Fixed the static rpc service build.Andreas Schneider3-139/+80
2011-01-04s3-smbd: Call the rpc service shutdown functions.Andreas Schneider1-0/+34
2011-01-04s3-build: Remove broken RPC modules support.Andreas Schneider3-31/+8
2011-01-04s3-smbd: Call all the rpc services in the right order.Andreas Schneider1-5/+41
2011-01-04s4-smbtorture: check driver_version equality as well.Günther Deschner1-0/+2
2011-01-04s4-smbtorture: always setup full driver level 8 in test_add_driver_arg().Günther Deschner1-6/+13
2011-01-04s4-smbtorture: in test_GetDriverInfo_winreg() always test level 6 for samba3 asGünther Deschner1-7/+2
2011-01-04s4-smbtorture: setup help and dependent files in spoolss driver unc path tests.Günther Deschner1-0/+8
2011-01-04s4-smbtorture: fix DriverDate and DriverVersion comparison checks against w2k3.Günther Deschner1-0/+2
2011-01-04s4-smbtorture: add more tests for driver_dates.Günther Deschner1-0/+39
2011-01-04Revert "nsswitch Add talloc depencency for nsstest"Stefan Metzmacher1-1/+1
2011-01-04nsswitch: remove includes.h dependency from nsstest.cStefan Metzmacher1-16/+9
2011-01-04dynconfig: Add extern to header, try to unbreak imini buildfarm host.Brad Hards1-1/+1
2011-01-04talloc: Typo fix for api docsBrad Hards1-1/+1
2011-01-04nsswitch Add talloc depencency for nsstestAndrew Bartlett1-1/+1
2011-01-04s4-heimdal_build Remove talloc dep for krb5-glue.cAndrew Bartlett1-6/+0
2011-01-04s4-heimdal_build Remove talloc dependency from hdb-glue.cAndrew Bartlett1-6/+0
2011-01-03s3:net_rpc_vampire_keytab: don't return -1 on success (bug #7899)Stefan Metzmacher1-1/+0
2011-01-03s3-waf: fix the build.Günther Deschner1-2/+4
2011-01-03lib/crypto: add aes_cfb8_encrypt()Stefan Metzmacher2-0/+26