Age | Commit message (Expand) | Author | Files | Lines |
2010-10-02 | pytdb: Check errors after PyObject_New() calls | Kirill Smelkov | 1 | -0/+7 |
2010-10-02 | pytdb: Add support for tdb_repack() | Kirill Smelkov | 2 | -0/+15 |
2010-10-02 | pytdb: Add TDB_INCOMPATIBLE_HASH open flag | Kirill Smelkov | 1 | -0/+1 |
2010-10-02 | subunithelper: Fix format time. | Jelmer Vernooij | 1 | -1/+2 |
2010-10-02 | land: Implement --fail-immediately directly in Python, provide subunit file. | Jelmer Vernooij | 1 | -26/+96 |
2010-10-02 | subunithelper: Make filter options optional. | Jelmer Vernooij | 1 | -9/+9 |
2010-10-02 | format-subunit: Split out summary file writing. | Jelmer Vernooij | 1 | -7/+11 |
2010-10-02 | selftest: Move plain text formatter to subunithelper. | Jelmer Vernooij | 2 | -204/+204 |
2010-10-02 | land: Add separate treestagebuilder for subunit. | Jelmer Vernooij | 1 | -12/+41 |
2010-10-02 | land: Cherry-pick tridges changes to autobuild. | Jelmer Vernooij | 1 | -3/+22 |
2010-10-02 | land: Move stage building into a separate class so we can have subclasses (e.... | Jelmer Vernooij | 2 | -36/+64 |
2010-10-02 | land: Only pass shell=True if necessary. | Jelmer Vernooij | 1 | -19/+22 |
2010-10-02 | land: Add --fail-slowly option. | Jelmer Vernooij | 2 | -6/+13 |
2010-10-02 | Several smaller cleanups, use python coding style. | Jelmer Vernooij | 1 | -17/+16 |
2010-10-02 | land: Avoid running things in a shell where not necessary. | Jelmer Vernooij | 1 | -4/+9 |
2010-10-02 | land-remote: Checkout repository first. | Jelmer Vernooij | 1 | -2/+3 |
2010-10-02 | land-remote: Use --repository option. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-02 | land: Add --repository option. | Jelmer Vernooij | 2 | -4/+12 |
2010-10-02 | land: Move more functionality onto builder. | Jelmer Vernooij | 1 | -9/+23 |
2010-10-02 | land: Avoid more uses of chdir(). | Jelmer Vernooij | 1 | -8/+2 |
2010-10-02 | Split land.py back out of autobuild.py, so I can change it without | Jelmer Vernooij | 2 | -0/+473 |
2010-10-02 | s3: Attempt to fix bug 7665 | Volker Lendecke | 11 | -136/+295 |
2010-10-02 | s3: Fix a 64-bit BUG | Volker Lendecke | 1 | -1/+1 |
2010-10-02 | bisect: more bisection options | Andrew Tridgell | 1 | -6/+12 |
2010-10-01 | script: added bisect-test.py git bisect script | Andrew Tridgell | 1 | -0/+85 |
2010-10-01 | autobuild: show top commit in emails | Andrew Tridgell | 1 | -2/+20 |
2010-10-01 | autobuild: include autobuild.log in logs.tar.gz | Andrew Tridgell | 1 | -0/+1 |
2010-10-01 | s4-repl: use the GC principal name for DRS replication connection | Andrew Tridgell | 3 | -6/+76 |
2010-10-01 | s4-rpc: added target_principal binding handle option | Andrew Tridgell | 7 | -6/+18 |
2010-10-01 | s4-dsdb: added dsdb_search_by_dn_guid() | Andrew Tridgell | 1 | -0/+26 |
2010-10-02 | s4:rpc_server/netlogon: don't use dcerpc_binding_handle_call_send/recv() dire... | Stefan Metzmacher | 1 | -12/+9 |
2010-10-02 | netlogon.idl: add missing flags to DSGETDC_VALID_FLAGS | Stefan Metzmacher | 1 | -0/+3 |
2010-10-02 | s4-gensec Always honour the set server principal | Andrew Bartlett | 1 | -1/+1 |
2010-10-02 | s4-drs: fixed comparison login in replicated renames | Andrew Tridgell | 1 | -45/+72 |
2010-10-02 | s4-kcc: remove stale repsTo entries in the KCC | Andrew Tridgell | 1 | -0/+32 |
2010-10-01 | autobuild: fixed tuple count for retry | Andrew Tridgell | 1 | -1/+1 |
2010-10-02 | s4-kerberos Don't regenerate key values for each alias in keytab | Andrew Bartlett | 1 | -43/+35 |
2010-10-02 | s4-kdc Rework 'allowed encryption types' handling in the KDC | Andrew Bartlett | 1 | -28/+44 |
2010-10-02 | s4-auth Add make_server_info_pac() to include 'resource domain' groups | Andrew Bartlett | 2 | -5/+40 |
2010-10-02 | s4-auth Allocate domain SIDs under the sids array, not server_info | Andrew Bartlett | 1 | -1/+1 |
2010-10-02 | heimdal use returned server entry from HDB to compare realms | Andrew Bartlett | 1 | -1/+1 |
2010-10-02 | s3-spoolss: Strip off ", DrvConvert" and ",LocalOnly" in OpenPrinterEx as see... | Günther Deschner | 1 | -0/+13 |
2010-10-02 | s3-spoolss: Fixed print job access. | Andreas Schneider | 1 | -4/+4 |
2010-10-02 | s3-spoolss: Fixed print_access_check server_info. | Andreas Schneider | 2 | -3/+3 |
2010-10-01 | s3:smbd: Increase unsupported IOCTL debug message to 2 | Steven Danneman | 1 | -2/+4 |
2010-10-01 | s3:events: Call all ready fd event handlers on each iteration of the main loop | Steven Danneman | 5 | -33/+38 |
2010-10-01 | testprogs: print architecture used in win32 spoolss testsuite. | Günther Deschner | 1 | -5/+9 |
2010-10-01 | s3-dcerpc: no point for printing NDR twice for internal pipes in log level 10. | Günther Deschner | 1 | -1/+1 |
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 21 | -35/+35 |
2010-10-01 | s3-readline: move cmd_history to smbclient, the only user. | Günther Deschner | 3 | -22/+20 |