summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2011-01-12s4:librpc/rpc/dcerpc_connect.c - fix uninitialised variableMatthias Dieter Wallnöfer1-0/+1
2011-01-12ldb:ltdb_sequence_number - initialise "tmp_ctx" to prevent uninitialisation w...Matthias Dieter Wallnöfer1-1/+2
2011-01-12ldb:ldbsearch.c - fix possible uninitialised variableMatthias Dieter Wallnöfer1-2/+2
2011-01-12torture:drs/rpc/msds_intid.c - proof for the correct "intId"Matthias Dieter Wallnöfer1-1/+1
2011-01-12s4:winbind/idmap.c - we cannot use "failed" until we are in a transactionMatthias Dieter Wallnöfer1-8/+14
2011-01-12ldb:ltdb_sequence_number - check for an OOM exceptionMatthias Dieter Wallnöfer1-0/+4
2011-01-12ldb:ldb_dn_explode - remove/unify some duplicate initialisationsMatthias Dieter Wallnöfer1-6/+2
2011-01-12s4:dynconfig/dynconfig.h - fix ending newline warningMatthias Dieter Wallnöfer1-1/+1
2011-01-12torture: add ndr tests for backup key protocolMatthieu Patou3-1/+161
2011-01-12idl: Add IDL for remote key backup protocol (rkbp)Matthieu Patou1-1/+1
2011-01-12idl: remove protected storageMatthieu Patou1-1/+1
2011-01-12Add some debug in s4's winbind serverMatthieu Patou3-2/+3
2011-01-11s4-tests: Tests for expansion of ACEs containing generic information.Nadezhda Ivanova1-2/+59
2011-01-11ldb: link to the download directory on the websiteAndrew Tridgell1-16/+4
2011-01-11s4: fixed 'make dist' not to need configure for s4Andrew Tridgell1-2/+4
2011-01-09s4: make pipes with underscore works alsoMatthieu Patou1-1/+3
2011-01-08waf: ensure "make dist" works from a clean git tree for all librariesAndrew Tridgell1-2/+4
2011-01-08s4: upgradeprovision: Improve wording, punctuationMichael Wood1-57/+60
2011-01-07netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner3-2/+3
2011-01-07s4/ldapcmp: Two new options are added to the toolZahari Zahariev1-40/+76
2011-01-07s4-ldap_server Allow multiple binds on LDAP serverAndrew Bartlett1-0/+18
2011-01-06acl tests: Fix import.Jelmer Vernooij1-4/+7
2011-01-06Use new style objects.Jelmer Vernooij1-1/+2
2011-01-06Remove unused imports.Jelmer Vernooij6-14/+7
2011-01-05s4/ldapcmp: Correct fix for creds2Anatoliy Atanasov1-0/+3
2011-01-05Revert "s4/ldapcmp: Fix the parsing of the second set of credentials"Anatoliy Atanasov1-1/+1
2011-01-05Revert "s4/ldapcmp: Check if creds2 is actualy set by the command line"Anatoliy Atanasov1-1/+1
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-04s4/ldapcmp: Check if creds2 is actualy set by the command lineAnatoliy Atanasov1-1/+1
2011-01-04s4/ldapcmp: Fix the parsing of the second set of credentialsAnatoliy Atanasov1-1/+1
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-04dynconfig: Add extern to header, try to unbreak imini buildfarm host.Brad Hards1-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-03s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature sizeStefan Metzmacher1-1/+6
2011-01-03s4:dynconfig: Add prototypes to match dynconfig.cBrad Hards2-20/+36
2011-01-03s4:ldb: Make sample module implementation static.Brad Hards1-2/+2
2011-01-03s4:ldb: Add prototype header.Brad Hards1-0/+2
2011-01-03remove unnecessary use of pass.Jelmer Vernooij1-8/+0
2011-01-03pyldb: Fix memory reference error.Jelmer Vernooij2-2/+6
2011-01-03Use TestCase.get_credentials() where possible.Jelmer Vernooij4-7/+6
2011-01-03pyldb: Always return -1, 0, or 1 in tp_compare functions.Jelmer Vernooij1-6/+9
2011-01-03Revert broken destructor changes.Jelmer Vernooij1-1/+1
2011-01-03pyldb: Fix memory context, add more OOM checks.Jelmer Vernooij2-7/+11