index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
python
/
samba
/
netcmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
dbcheck: only use a paged search when checking a ldap database
Andrew Tridgell
2011-07-05
1
-1
/
+1
*
s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuff
Stefan Metzmacher
2011-06-24
2
-0
/
+269
*
dbchecker: fixed argument error for -H and DN
Andrew Tridgell
2011-06-22
1
-1
/
+1
*
samba-tool: added --attrs option to dbcheck
Andrew Tridgell
2011-06-22
1
-2
/
+8
*
samba-tool: make the dbcheck class available outside of samba-tool
Andrew Tridgell
2011-06-22
1
-285
/
+16
*
samba-tool: added --quiet option to dbcheck
Andrew Tridgell
2011-06-22
1
-35
/
+43
*
samba-tool: allow for running dbcheck against a remove ldap server
Andrew Tridgell
2011-06-22
1
-5
/
+14
*
samba-tool: expanded dbcheck DN checking
Andrew Tridgell
2011-06-22
1
-21
/
+104
*
samba-tool: added missing GUID component checks to dbcheck
Andrew Tridgell
2011-06-22
1
-4
/
+93
*
samba-tool: try to keep dbcheck.py in a logical ordering
Andrew Tridgell
2011-06-22
1
-29
/
+38
*
s4-sambatool: extract the confirm function in a separte module for reuse
Matthieu Patou
2011-06-19
1
-10
/
+3
*
s4-samba-tool: remove unused imports
Matthieu Patou
2011-06-19
1
-2
/
+1
*
s4-samba-tool: use correct object notation ie. obj.method rather than method(...
Matthieu Patou
2011-06-19
1
-37
/
+31
*
s4-sambatool: use correct way to call class methods
Matthieu Patou
2011-06-19
1
-53
/
+54
*
samba-tool: exit with non-zero status on dbcheck failure
Andrew Tridgell
2011-06-17
1
-1
/
+3
*
samba-tool: show success message on group operations
Andrew Tridgell
2011-06-17
1
-0
/
+4
*
samba-tool: report total error count and suggest --fix if needed
Andrew Tridgell
2011-06-17
1
-3
/
+10
*
samba-tool: added attribute normalisation checks
Andrew Tridgell
2011-06-17
1
-3
/
+53
*
samba-tool: disable validation on removing an empty attribute in dbcheck
Andrew Tridgell
2011-06-14
1
-1
/
+1
*
s4-samba-tool: added dbcheck commmand
Andrew Tridgell
2011-06-10
2
-0
/
+125
*
samba-tool: added --local option to drs replicate command
Andrew Tridgell
2011-06-09
1
-1
/
+39
*
s4-gpo: fixed display of GPO version numbers
Andrew Tridgell
2011-06-06
1
-1
/
+1
*
samba-tool: improved error handling in user setexpiry
Andrew Tridgell
2011-06-01
1
-1
/
+5
*
samba-tool: improved user enable error handling
Andrew Tridgell
2011-06-01
1
-1
/
+6
*
s4:samba-tool: Move samba-tool setexpiry to samba-tool user setexpiry <user>
Theresa Halloran
2011-06-01
3
-70
/
+37
*
s4/samba-tool: Move samba-tool enableaccount to samba-tool user enable command.
Theresa Halloran
2011-06-01
3
-62
/
+43
*
s4-libnet: Remove libnet_Join and create libnet_Join_member
Andrew Bartlett
2011-05-18
1
-8
/
+7
*
s4-samba-tool: allow specification of targetdir when joining as (RO)DC
Matthieu Patou
2011-05-05
1
-4
/
+5
*
samba-tool: fix machinepw command so that we use the full path to the secret ...
Matthieu Patou
2011-04-17
1
-3
/
+6
*
s4-test: fixed a problem with very verbose NDR debug
Andrew Tridgell
2011-04-06
1
-1
/
+1
*
s4 samba-tool: Implement "testparm" command
Kai Blin
2011-04-05
2
-0
/
+208
*
s4-samba-tool: give a bit better error on user delete failure
Andrew Tridgell
2011-04-04
1
-1
/
+5
*
s4-fsmo: say which role is being transferred
Andrew Tridgell
2011-03-29
1
-4
/
+4
*
s4-fsmo: samba-tool fsmo transfer now gets full error code
Andrew Tridgell
2011-03-29
1
-2
/
+2
*
s4-fsmo: nicer error messages on failed FSMO transfers
Andrew Tridgell
2011-03-29
1
-5
/
+12
*
s4-drs: default hostname in samba-tool drs command
Andrew Tridgell
2011-03-29
1
-2
/
+2
*
s4-fsmo: samba-tool fsmo takes a URL, not a hostname
Andrew Tridgell
2011-03-29
1
-3
/
+3
*
s4:ldapcmp: cope with range retrivals of multivalued attributes
Stefan Metzmacher
2011-02-14
1
-1
/
+72
*
s4-tools: Added --sddl option, which allows the user to add an ACE to an obje...
Nadezhda Ivanova
2011-02-10
1
-4
/
+8
*
s4/samba-tool/drs: Make use of Command.message() method instead of using 'print'
Kamen Mazdrashki
2011-02-09
1
-36
/
+37
*
s4/samba-tool/drs: Move get_dsServiceName function at module level to be re-used
Kamen Mazdrashki
2011-02-09
1
-12
/
+8
*
s4/samba-tool: 'drs options' command implementation
Kamen Mazdrashki
2011-02-09
1
-0
/
+71
*
s4/samba-tool: Add --sync-forced flag to 'drs replicate' command
Kamen Mazdrashki
2011-02-02
1
-1
/
+4
*
s4-tools: Fixed a bug in ldapcmp - DACL was not retrieved correctly if the ob...
Nadezhda Ivanova
2011-01-17
1
-1
/
+4
*
s4-tools: Added a --sort-aces option to ldapcmp
Nadezhda Ivanova
2011-01-17
1
-6
/
+12
*
s4-samba-tool: fixed the gpo command to use the right DN for access checks
Andrew Tridgell
2011-01-14
1
-5
/
+14
*
s4-samba_tool Added ACL checking to python GPO management tool
Andrew Bartlett
2011-01-14
1
-8
/
+26
*
s4/ldapcmp: Two new options are added to the tool
Zahari Zahariev
2011-01-07
1
-40
/
+76
*
s4/ldapcmp: Correct fix for creds2
Anatoliy Atanasov
2011-01-05
1
-0
/
+3
*
Revert "s4/ldapcmp: Fix the parsing of the second set of credentials"
Anatoliy Atanasov
2011-01-05
1
-1
/
+1
[next]