Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-10 | subunitrun: Use unittest.TestProgram if subunit.TestProgram is not | Jelmer Vernooij | 1 | -11/+11 | |
available. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 10 03:49:03 CET 2010 on sn-devel-104 | |||||
2010-12-10 | s4-python: Add convenience function for forcibly importing bundled | Jelmer Vernooij | 1 | -4/+2 | |
package. | |||||
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 | |
different location. | |||||
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 | |
The idea here is to allow an smb.conf file to work from the defaults, rather than override them. For example, 'server services = +openchange'. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Dec 8 09:39:06 CET 2010 on sn-devel-104 | |||||
2010-12-02 | s4/scripting/ktpass: make shell code portable and eliminate another bash ↵ | Björn Jacke | 1 | -4/+4 | |
requirement Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Thu Dec 2 11:20:42 CET 2010 on sn-devel-104 | |||||
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 | |
this is useful for manual testing | |||||
2010-11-15 | s4-dns: fixed registration of multiple IPs in samba_dnsupdate | Andrew Tridgell | 1 | -1/+1 | |
bitten by python object references again! Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
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 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Nov 12 20:24:23 UTC 2010 on sn-devel-104 | |||||
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 | |
For certain attribute we use the relax/provision control so that we try to respect checks as this is not a good idea to always force unwanted behavior. | |||||
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 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Nov 7 23:32:16 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | s4:upgradeprovision - remove some "recalculate_sd" uses | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
We need "recalculate_sd" only when no external "nTSecurityDescriptor" change is performed. Otherwise the recalculation is performed automatically. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 7 18:52:42 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | s4:scripting/bin/samba_spnupdate - also support adding all possible ↵ | Matthias Dieter Wallnöfer | 1 | -2/+3 | |
"servicePrincipalName"s | |||||
2010-10-19 | s4-provision Remove serverdn parameter from Schema() | Andrew Bartlett | 1 | -2/+1 | |
We don't need to know the server DN here any more, and it makes no sense for many callers. Andrew Bartlett | |||||
2010-10-03 | s4:dsdb python stuff - introduce also here the "show_recycled" control | Matthias Dieter Wallnöfer | 1 | -3/+6 | |
But also here beside "show_deleted" to not loose compatibility with older provisions. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-30 | s4-spn: don't try and send an empty SPN list | Andrew Tridgell | 1 | -0/+2 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
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 | |
we can't do SPN updates via sam writes and replication, as the sam is read-only | |||||
2010-09-29 | s4-kerberos: use TZ=GMT when we are invoking krb5 code in helpers | Andrew Tridgell | 2 | -0/+12 | |
Our helper scripts can fail on Fedora with the PDT timezone (Western USA). This is the same issue we found with Heimdal earlier today, the 24 second difference between GMT and UTC, but this time in MIT Kerberos as linked into bind9. By forcing TZ=GMT in these scripts we avoid the problem Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-27 | s4-dns: added --update-list option to samba_dnsupdate | Andrew Tridgell | 1 | -8/+14 | |
this allows us to use it for RODC netlogon updates | |||||
2010-09-27 | s4-dns: use the generated krb5.conf in samba_dnsupdate | Andrew Tridgell | 1 | -0/+5 | |
this gives one less thing that an admin can get wrong Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Sep 27 02:35:29 UTC 2010 on sn-devel-104 | |||||
2010-09-26 | s4-spn: don't try to do SPN updates as a RODC | Andrew Tridgell | 1 | -0/+4 | |
we don't have the permissions to do it | |||||
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 | |
The SD was not refetched for renamed entries, resulting with a try to add an additional SD when there was already one. | |||||
2010-09-26 | upgradeprovision: fix a bug with not updated links | Matthieu Patou | 1 | -0/+1 | |
2010-09-26 | s4 upgradeprovision: fix a bug with empty reference objects | Matthieu Patou | 1 | -1/+9 | |
Thanks to lukas@eecs.qmul.ac.uk for poiting it to me | |||||
2010-09-26 | s4 upgradeprovision: Copy versionNumber if not present it helps to make gpo ↵ | Matthieu Patou | 1 | -3/+3 | |
valid | |||||
2010-09-19 | s4-dns: fixed the dns_domain_info_type for netlogon DNS calls | Andrew Tridgell | 1 | -3/+14 | |
w2k8r2 does check this field (WSPP docs need an update) | |||||
2010-09-19 | s4-dns: added --all-names option to samba_dnsupdate | Andrew Tridgell | 1 | -1/+2 | |
this forces the re-registration of all names | |||||
2010-09-19 | s4-rodc: added RODC DNS update support to samba_dnsupdate | Andrew Tridgell | 1 | -3/+70 | |
for DNS updates that have a netlogon equivalent, send via netlogon | |||||
2010-09-16 | s4-dns: use a non-forwardable ticket in samba_dnsupdate | Andrew Tridgell | 1 | -2/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-05 | upgradeprovision: avoid working with None objects ... | Matthieu Patou | 1 | -9/+10 | |
2010-09-05 | upgradeprovision: do not try to remove/change attribute before the RID Set ↵ | Matthieu Patou | 1 | -6/+28 | |
object is present | |||||
2010-09-05 | upgradeprovision: cleanup | Matthieu Patou | 1 | -2/+2 | |
2010-09-05 | s4 upgradeprovision: add dns_update_list if missing | Matthieu Patou | 1 | -0/+4 | |
2010-08-19 | s4 upgradeprovision: exit with a non null return code so that it can be ↵ | Matthieu Patou | 1 | -0/+1 | |
trapped in blackbox tests |