summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-02selftest: Move plain text formatter to subunithelper.Jelmer Vernooij2-204/+204
2010-10-02land: Add separate treestagebuilder for subunit.Jelmer Vernooij1-12/+41
2010-10-02land: Cherry-pick tridges changes to autobuild.Jelmer Vernooij1-3/+22
2010-10-02land: Move stage building into a separate class so we can have subclasses (e....Jelmer Vernooij2-36/+64
2010-10-02land: Only pass shell=True if necessary.Jelmer Vernooij1-19/+22
2010-10-02land: Add --fail-slowly option.Jelmer Vernooij2-6/+13
2010-10-02Several smaller cleanups, use python coding style.Jelmer Vernooij1-17/+16
2010-10-02land: Avoid running things in a shell where not necessary.Jelmer Vernooij1-4/+9
2010-10-02land-remote: Checkout repository first.Jelmer Vernooij1-2/+3
2010-10-02land-remote: Use --repository option.Jelmer Vernooij1-1/+1
2010-10-02land: Add --repository option.Jelmer Vernooij2-4/+12
2010-10-02land: Move more functionality onto builder.Jelmer Vernooij1-9/+23
2010-10-02land: Avoid more uses of chdir().Jelmer Vernooij1-8/+2
2010-10-02Split land.py back out of autobuild.py, so I can change it withoutJelmer Vernooij2-0/+473
2010-10-02s3: Attempt to fix bug 7665Volker Lendecke11-136/+295
2010-10-02s3: Fix a 64-bit BUGVolker Lendecke1-1/+1
2010-10-02bisect: more bisection optionsAndrew Tridgell1-6/+12
2010-10-01script: added bisect-test.py git bisect scriptAndrew Tridgell1-0/+85
2010-10-01autobuild: show top commit in emailsAndrew Tridgell1-2/+20
2010-10-01autobuild: include autobuild.log in logs.tar.gzAndrew Tridgell1-0/+1
2010-10-01s4-repl: use the GC principal name for DRS replication connectionAndrew Tridgell3-6/+76
2010-10-01s4-rpc: added target_principal binding handle optionAndrew Tridgell7-6/+18
2010-10-01s4-dsdb: added dsdb_search_by_dn_guid()Andrew Tridgell1-0/+26
2010-10-02s4:rpc_server/netlogon: don't use dcerpc_binding_handle_call_send/recv() dire...Stefan Metzmacher1-12/+9
2010-10-02netlogon.idl: add missing flags to DSGETDC_VALID_FLAGSStefan Metzmacher1-0/+3
2010-10-02s4-gensec Always honour the set server principalAndrew Bartlett1-1/+1
2010-10-02s4-drs: fixed comparison login in replicated renamesAndrew Tridgell1-45/+72
2010-10-02s4-kcc: remove stale repsTo entries in the KCCAndrew Tridgell1-0/+32
2010-10-01autobuild: fixed tuple count for retryAndrew Tridgell1-1/+1
2010-10-02s4-kerberos Don't regenerate key values for each alias in keytabAndrew Bartlett1-43/+35
2010-10-02s4-kdc Rework 'allowed encryption types' handling in the KDCAndrew Bartlett1-28/+44
2010-10-02s4-auth Add make_server_info_pac() to include 'resource domain' groupsAndrew Bartlett2-5/+40
2010-10-02s4-auth Allocate domain SIDs under the sids array, not server_infoAndrew Bartlett1-1/+1
2010-10-02heimdal use returned server entry from HDB to compare realmsAndrew Bartlett1-1/+1
2010-10-02s3-spoolss: Strip off ", DrvConvert" and ",LocalOnly" in OpenPrinterEx as see...Günther Deschner1-0/+13
2010-10-02s3-spoolss: Fixed print job access.Andreas Schneider1-4/+4
2010-10-02s3-spoolss: Fixed print_access_check server_info.Andreas Schneider2-3/+3
2010-10-01s3:smbd: Increase unsupported IOCTL debug message to 2Steven Danneman1-2/+4
2010-10-01s3:events: Call all ready fd event handlers on each iteration of the main loopSteven Danneman5-33/+38
2010-10-01testprogs: print architecture used in win32 spoolss testsuite.Günther Deschner1-5/+9
2010-10-01s3-dcerpc: no point for printing NDR twice for internal pipes in log level 10.Günther Deschner1-1/+1
2010-10-01samba: share readline wrappers among all buildsystems.Günther Deschner21-35/+35
2010-10-01s3-readline: move cmd_history to smbclient, the only user.Günther Deschner3-22/+20
2010-10-01samba: share select wrappers.Günther Deschner19-65/+60
2010-10-01s4-auth: fixed a vagrind error when creating keytabsAndrew Tridgell1-0/+3
2010-10-01autobuild: revert a bit more of the subunit changesAndrew Tridgell1-2/+2
2010-10-01autobuild: disable the subuit changes for now - they break error checkingAndrew Tridgell1-2/+2
2010-10-01autobuild: fixed the tuples in the retry_taskAndrew Tridgell1-2/+3
2010-10-01autobuild: cwd is needed on all command typesAndrew Tridgell1-2/+2
2010-10-01s4-rpmd: fixed a use after realloc bugAndrew Tridgell1-2/+8