| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-08-23 | s4-samba-tool: Add 'samba-tool ntacl sysvolreset' tool | Andrew Bartlett | 1 | -1/+73 | |
| This will reset the NT ACL on the sysvol share to the default from provision, with GPO objects matching the LDAP ACL (as required). Andrew Bartlett | |||||
| 2012-08-22 | s4-classicupgrade: Add --use-ntvfs option | Andrew Bartlett | 1 | -2/+4 | |
| This is an odd option, but is needed because I wish to add assertions about ACL setting that will not work in make test without the vfs_fake_acls module loaded. Andrew Bartlett | |||||
| 2012-08-14 | s4:samba-tool/drs: print the dns name of the server belonging to a connection | Stefan Metzmacher | 1 | -1/+4 | |
| Pair-Programmed-With: Björn Baumbach <bb@sernet.de> metze | |||||
| 2012-07-30 | s4-samba-tool ldapcmp: Fix synopsis | Andrew Bartlett | 1 | -1/+1 | |
| Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Jul 30 06:25:46 CEST 2012 on sn-devel-104 | |||||
| 2012-07-30 | s4-samba-tool ldapcmp: Add ridNextRID and rIDPreviousAllocationPool as ↵ | Andrew Bartlett | 1 | -0/+1 | |
| per-DC attributes | |||||
| 2012-07-06 | s4-samba-tool: Provide a samba-tool domain dcpromo that upgrades a member to ↵ | Andrew Bartlett | 1 | -0/+67 | |
| a DC This command is like dcpromo in that it upgrades the existing workstation account to be a domain controller. The SID (and therefore any file ownerships) is preserved. Andrew Bartlett | |||||
| 2012-07-03 | samba-tool: gpo: Update copyright | Amitay Isaacs | 1 | -1/+1 | |
| Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Tue Jul 3 09:10:21 CEST 2012 on sn-devel-104 | |||||
| 2012-07-03 | samba-tool: gpo: Improve error messages | Amitay Isaacs | 1 | -26/+28 | |
| Signed-off-by: Amitay Isaacs <amitay@gmail.com> | |||||
| 2012-07-03 | samba-tool: gpo: Add del subcommand to delete GPO | Amitay Isaacs | 1 | -0/+79 | |
| Thanks to Denis Bonnenfant <denis.bonnenfant@diderot.org> for patch. | |||||
| 2012-07-03 | samba-tool: gpo: Add listcontainers subcommand to list containers using ↵ | Amitay Isaacs | 1 | -0/+37 | |
| given GPO Thanks to Denis Bonnenfant <denis.bonnenfant@diderot.org> for patch. | |||||
| 2012-07-03 | samba-tool: gpo: Use utility function dc_url() to set the connection url | Amitay Isaacs | 1 | -9/+18 | |
| In create and fetch subcommands, we also need to know DC hostname. So first find a DC and use DC hostname to construct connection url. If ldap:// url is specified with -H, then use that to construct DC hostname. | |||||
| 2012-07-03 | samba-tool: gpo: Refactor code using utility functions | Amitay Isaacs | 1 | -40/+8 | |
| 2012-07-03 | samba-tool: gpo: Add utility functions get_gpo_containers and del_gpo_link | Amitay Isaacs | 1 | -0/+50 | |
| Thanks to Denis Bonnenfant <denis.bonnenfant@diderot.org> for patch | |||||
| 2012-07-03 | samba-tool: Fix indentation | Amitay Isaacs | 1 | -2/+2 | |
| Thanks to Denis Bonnenfant <denis.bonnenfant@diderot.org> for patch. | |||||
| 2012-07-03 | samba-tool: gpo: Use gpo (id) instead of gpo_dn (DN) | Amitay Isaacs | 1 | -3/+3 | |
| Thanks to Denis Bonnenfant <denis.bonnenfant@diderot.org> for patch. | |||||
| 2012-07-03 | samba-tool: gpo: Correct the attribute name from gPlink to gPLink | Amitay Isaacs | 1 | -3/+3 | |
| Thanks to Denis Bonnenfant <denis.bonnenfant@diderot.org> for patch. | |||||
| 2012-07-03 | samba-tool: gpo: Fix policy DN | Amitay Isaacs | 1 | -1/+1 | |
| Thanks to Denis Bonnenfant <denis.bonnenfant@diderot.org> for patch. | |||||
| 2012-06-25 | s4-join: Import DNS zones in AD DC join | Andrew Bartlett | 1 | -6/+12 | |
| 2012-06-24 | s4-classicupgrade: Allow DNS backend to be specified | Andrew Bartlett | 1 | -2/+10 | |
| 2012-06-21 | samdb: Accept a list of member variables rather than a comma-separated string. | Jelmer Vernooij | 1 | -2/+5 | |
| 2012-06-21 | samba-tool: gpo: Fix creation of filesystem ACL from directory ACL | Amitay Isaacs | 1 | -2/+8 | |
| Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Thu Jun 21 03:25:57 CEST 2012 on sn-devel-104 | |||||
| 2012-06-16 | s4-classicupgrade: Also ask testparm for 'smb passwd file' | Andrew Bartlett | 1 | -0/+2 | |
| 2012-06-16 | s4-classicupgrade: Use "samba classic" description for samba3 NT4-like ↵ | Andrew Bartlett | 1 | -8/+9 | |
| domains in samba3upgrade | |||||
| 2012-06-05 | Add '--use-ntvfs' option to 'samba-tool domain join' | Andriy Syrovenko | 1 | -5/+8 | |
| 2012-05-23 | s4: samba-tool is usable without export-keytab command, make sure it does ↵ | Alexander Bokovoy | 1 | -19/+22 | |
| not break When export_keytab is not compiled in (pure client-side Samba 4 build as with system MIT krb5), export-keytab command of samba-tool will not be available. Make sure it is not provided but its absence does not break the Python tool. | |||||
| 2012-05-10 | When listing group members allow fallback to cn attribute when ↵ | Lukasz Zalewski | 1 | -2/+5 | |
| samAccountName is not available | |||||
| 2012-05-03 | s4-samba-tool: make new samba-tool group listmembers use samAccountName | Andrew Bartlett | 1 | -2/+2 | |
| This is the unique username value. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu May 3 01:57:41 CEST 2012 on sn-devel-104 | |||||
| 2012-05-03 | Extension to the samba-tool group subcommand functionality to allow listing ↵ | Lukasz Zalewski | 1 | -0/+66 | |
| of the members of an AD group | |||||
| 2012-04-19 | Added number of FSMO roles owned by the server we are trying to demote. | Daniele Dario | 1 | -1/+1 | |
| 2012-04-19 | s4-samba-tool: Fix samba-tool fsmo seize | Andrew Bartlett | 1 | -45/+50 | |
| This is currently untested, and a restructure broke it. Andrew Bartlett | |||||
| 2012-04-17 | s4:ldapcmp.py: pass down outf and errf | Stefan Metzmacher | 1 | -12/+29 | |
| Not all classes are derived from class 'Command'. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Apr 17 10:06:47 CEST 2012 on sn-devel-104 | |||||
| 2012-04-12 | s4-libnet: split export_keytab in a separate python module to avoid pulling ↵ | Alexander Bokovoy | 1 | -0/+1 | |
| in HDB dependency Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Apr 12 15:23:19 CEST 2012 on sn-devel-104 | |||||
| 2012-03-21 | s4-samba-tool: add password verification in change user pass | Björn Baumbach | 1 | -1/+5 | |
| Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Mar 21 17:43:35 CET 2012 on sn-devel-104 | |||||
| 2012-03-21 | s4-samba-tool: add password verification in add user | Björn Baumbach | 1 | -0/+4 | |
| Signed-off-by: Michael Adam <obnox@samba.org> | |||||
| 2012-03-18 | s4:samba-tool: add simple command "group list" | Michael Adam | 1 | -0/+33 | |
| 2012-03-16 | s4:samba-tool: remove remains of patch conflict resolution | Michael Adam | 1 | -1/+0 | |
| Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Mar 16 19:13:32 CET 2012 on sn-devel-104 | |||||
| 2012-03-13 | s4-python: Remove env from non-executable netcmd scripts. | Andreas Schneider | 21 | -44/+0 | |
| 2012-03-13 | s4-python: Remove execute flag from netcmd scripts. | Andreas Schneider | 2 | -0/+0 | |
| 2012-03-11 | samba-tool: Write diagnostics to stderr rather than stdout. | Jelmer Vernooij | 1 | -1/+1 | |
| 2012-03-03 | s4:samba-tool domain level raise command - reference SAMDB object correctly | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
| https://bugzilla.samba.org/show_bug.cgi?id=8787 Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Mar 3 12:54:21 CET 2012 on sn-devel-104 | |||||
| 2012-03-02 | samba-tool: dns: Add support for handling TXT records | Amitay Isaacs | 1 | -8/+50 | |
| 2012-03-02 | samba-tool: dns: Copy string data when creating DNS_RPC_RECORD | Amitay Isaacs | 1 | -18/+23 | |
| 2012-02-25 | 'samba-tool gpo': Properly close transaction. | Jelmer Vernooij | 1 | -4/+4 | |
| 2012-02-25 | ntacl: There is no 'secrets database' configuration option. | Jelmer Vernooij | 1 | -1/+1 | |
| 2012-02-25 | Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4 | Jelmer Vernooij | 1 | -1/+1 | |
| It's fine to catch keyboard interrupts and other kinds of errors when it's done just for resource management, where the error is reraised later. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Feb 25 17:29:34 CET 2012 on sn-devel-104 | |||||
| 2012-02-21 | samba-tool: dns: Update the copyright | Amitay Isaacs | 1 | -1/+1 | |
| Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Feb 21 09:55:07 CET 2012 on sn-devel-104 | |||||
| 2012-02-21 | samba-tool: dns: Fix the output display of DNS records | Amitay Isaacs | 1 | -2/+3 | |
| 2012-02-21 | samba-tool: dns: Add extra references for string objects as workaround | Amitay Isaacs | 1 | -8/+17 | |
| This is a workaround for bug in pidl generated python bindings, where C object hold a pointer to python string without increasing reference count in python. So when the python string goes out of scope, the C pointer loses the value. | |||||
| 2012-02-21 | samba-tool: dns: Add support to add/update/delete MX and SRV records | Amitay Isaacs | 1 | -44/+47 | |
| 2012-02-21 | samba-tool: dns: Convert dns data into a dns record for comparison | Amitay Isaacs | 1 | -5/+33 | |
| and compare two dns records directly. Refactor dns name comparision as dns_name_equal(). | |||||
