Age | Commit message (Expand) | Author | Files | Lines |
2011-04-07 | s4-samba_dnsupate Fix syntax error | Andrew Bartlett | 1 | -2/+1 |
2011-04-07 | samba_dnsupdate: Don't use subprocess.check_call, it isn't in python 2.4 | Andrew Bartlett | 1 | -1/+8 |
2011-04-06 | s4-test: fixed a problem with very verbose NDR debug | Andrew Tridgell | 1 | -1/+1 |
2011-02-22 | python: use os.environ[] instead of os.putenv() | Andrew Tridgell | 2 | -6/+6 |
2011-02-13 | s4/upgradeprovision: Fix help for --debugguess. | Michael Wood | 1 | -1/+1 |
2011-02-13 | s4/upgradeprovision: Typo and better word. | Michael Wood | 1 | -2/+2 |
2011-02-13 | s4: samba_backup: Fix typos. | Michael Wood | 1 | -3/+3 |
2011-02-07 | s4-provision: added setup_path() import in two more places | Andrew Tridgell | 1 | -1/+1 |
2011-02-07 | s4-provision Remove setup_path, setup_dir and find_setup_dir | Andrew Bartlett | 1 | -10/+3 |
2011-01-08 | s4: upgradeprovision: Improve wording, punctuation | Michael Wood | 1 | -57/+60 |
2011-01-05 | upgradeprovision: Fix use of dict.get(). | Jelmer Vernooij | 1 | -11/+5 |
2010-12-10 | subunitrun: Use unittest.TestProgram if subunit.TestProgram is not | Jelmer Vernooij | 1 | -11/+11 |
2010-12-10 | s4-python: Add convenience function for forcibly importing bundled | Jelmer Vernooij | 1 | -4/+2 |
2010-12-10 | subunitrun: Extend hack to cope with older system subunit run installs. | Jelmer Vernooij | 1 | -0/+2 |
2010-12-10 | subunitrun: Remove global subunit module when reimporting from a | Jelmer Vernooij | 1 | -1/+6 |
2010-12-10 | s4-python: Split up ensure_external_module. | Jelmer Vernooij | 1 | -2/+1 |
2010-12-10 | subunitrun: Support --list. | Jelmer Vernooij | 1 | -3/+8 |
2010-12-08 | s4-param Allow +foo syntax in smb.conf list parsing | Andrew Bartlett | 1 | -2/+3 |
2010-12-02 | s4/scripting/ktpass: make shell code portable and eliminate another bash requ... | Björn Jacke | 1 | -4/+4 |
2010-12-01 | s4-dns: catch all DNS exceptions in samba_dnsupdate | Andrew Tridgell | 1 | -4/+8 |
2010-11-18 | s4-spnupdate: only enable NDR print at log level above 5 | Andrew Tridgell | 1 | -1/+4 |
2010-11-18 | s4-dns: added support for --fail-immediately for RODC netlogon dns updates | Andrew Tridgell | 1 | -0/+7 |
2010-11-17 | s4-dns: catch more expections in samba_dnsupdate | Andrew Tridgell | 1 | -1/+5 |
2010-11-15 | s4-dns: added --fail-immediately option to samba_dnsupdate | Andrew Tridgell | 1 | -1/+13 |
2010-11-15 | s4-dns: fixed registration of multiple IPs in samba_dnsupdate | Andrew Tridgell | 1 | -1/+1 |
2010-11-13 | s4:upgradeprovision - why not directly use "provision:0"? | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2010-11-12 | ktpass: also use userPrincipalName for locating the principal | Matthieu Patou | 1 | -1/+2 |
2010-11-12 | ktpass: fix the search path for when running in samba's source dir | Matthieu Patou | 1 | -0/+3 |
2010-11-12 | Fix typo | Matthieu Patou | 1 | -1/+1 |
2010-11-12 | upgradeprovision: use relaxed control while adding missing object container | Matthieu Patou | 1 | -1/+3 |
2010-11-12 | upgradeprovision: fix pb with dns-hostname, regenerate a correct keytab | Matthieu Patou | 1 | -1/+27 |
2010-11-12 | upgradeprovision: use the relax/(upgrade)provision when modifying object | Matthieu Patou | 1 | -1/+8 |
2010-11-12 | upgradeprovision: use the (upgrade)provision control also | Matthieu Patou | 1 | -2/+2 |
2010-11-12 | upgradeprovision: update revision for forestupdate and domainupdate objects | Matthieu Patou | 1 | -1/+4 |
2010-11-12 | Add a script to make backup of samba provision | Matthieu Patou | 1 | -0/+65 |
2010-11-07 | s4-join: modify join behaviour according to domain level | Andrew Tridgell | 1 | -1/+1 |
2010-11-07 | s4:upgradeprovision - remove some "recalculate_sd" uses | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2010-10-31 | s4:scripting/bin/samba_spnupdate - also support adding all possible "serviceP... | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2010-10-19 | s4-provision Remove serverdn parameter from Schema() | Andrew Bartlett | 1 | -2/+1 |
2010-10-03 | s4:dsdb python stuff - introduce also here the "show_recycled" control | Matthias Dieter Wallnöfer | 1 | -3/+6 |
2010-09-30 | s4-spn: don't try and send an empty SPN list | Andrew Tridgell | 1 | -0/+2 |
2010-09-30 | s4-dns: send A record updates via TKEY | Andrew Tridgell | 1 | -1/+6 |
2010-09-29 | s4-spnupdate: when we are a RODC we need to use the WriteSPN DRS call | Andrew Tridgell | 1 | -10/+57 |
2010-09-29 | s4-kerberos: use TZ=GMT when we are invoking krb5 code in helpers | Andrew Tridgell | 2 | -0/+12 |
2010-09-27 | s4-dns: added --update-list option to samba_dnsupdate | Andrew Tridgell | 1 | -8/+14 |
2010-09-27 | s4-dns: use the generated krb5.conf in samba_dnsupdate | Andrew Tridgell | 1 | -0/+5 |
2010-09-26 | s4-spn: don't try to do SPN updates as a RODC | Andrew Tridgell | 1 | -0/+4 |
2010-09-26 | upgradeprovision: fix a typo | Matthieu Patou | 1 | -1/+1 |
2010-09-26 | upgradeprovision: Fix a bug with renamed entries | Matthieu Patou | 1 | -2/+13 |
2010-09-26 | upgradeprovision: fix a bug with not updated links | Matthieu Patou | 1 | -0/+1 |