index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
bin
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-03
s4: Remove stub endpoint mapper script.
Jelmer Vernooij
1
-24
/
+0
2009-07-02
show attribute values in sorted order to make comparison easier
Andrew Tridgell
1
-0
/
+5
2009-06-17
Make fullschema script executable.
Jelmer Vernooij
1
-0
/
+0
2009-06-11
A script to compare the differences in nTSecurityDescriptor between 2 hosts
Nadezhda Ivanova
1
-0
/
+153
2009-03-20
s4:fullschema Use server-side sort to make the output deterministic
Andrew Bartlett
1
-2
/
+4
2009-03-20
s4: Remove autogenerated attributes from minschema and fullschema output
Andrew Bartlett
2
-16
/
+0
2009-03-20
Add minschema like tool to extract and dump the full schema from AD
Andrew Bartlett
1
-0
/
+191
2009-03-20
s4:minschma Fix aggregate schema generation in minschema
Andrew Bartlett
1
-24
/
+23
2009-03-20
Fix up minschema after the conversion from JavaScript.
Jelmer Vernooij
1
-88
/
+77
2008-10-24
Remove use of global_loadparm in last Python script.
Jelmer Vernooij
1
-2
/
+0
2008-10-08
Fix subunit files location after cherrypicks.
Jelmer Vernooij
1
-1
/
+1
2008-10-08
Move all subunit files to lib directory.
Jelmer Vernooij
1
-0
/
+1
2008-10-08
Fix syntax errors in minschema.
Jelmer Vernooij
1
-20
/
+16
2008-09-18
Remove python extension, simplify some code.
Jelmer Vernooij
4
-3
/
+3
2008-09-12
Revert "Add option for generating coverage data from python tests."
Jelmer Vernooij
1
-8
/
+0
2008-09-09
Add option for generating coverage data from python tests.
Jelmer Vernooij
1
-0
/
+8
2008-07-30
Be more pythonic.
Jelmer Vernooij
1
-7
/
+5
2008-07-26
mamachinepw: add better error handling
Stefan Metzmacher
1
-4
/
+20
2008-07-26
Add "mymachinepw" to fetch our machine password out of secrets.ldb
Volker Lendecke
1
-0
/
+45
2008-05-26
Remove obsolete ejs winreg example.
Jelmer Vernooij
1
-107
/
+0
2008-05-26
Move some scripts to examples directory since they're not really generically ...
Jelmer Vernooij
3
-203
/
+2
2008-05-26
Cope with no server being active.
Jelmer Vernooij
1
-3
/
+9
2008-05-26
Finish smbstatus in Python.
Jelmer Vernooij
1
-8
/
+15
2008-05-26
Allow using IRPC functions on the messaging bus from Python.
Jelmer Vernooij
1
-16
/
+23
2008-05-26
Convert smbstatus to Python.
Jelmer Vernooij
1
-96
/
+63
2008-05-25
Add initial work for script that uses probing to figure out IDL.
Jelmer Vernooij
1
-0
/
+161
2008-05-23
Fix bugs in samr python tests.
Jelmer Vernooij
1
-3
/
+3
2008-05-23
Convert samr test to python.
Jelmer Vernooij
1
-0
/
+114
2008-05-23
Fix imports for minschema.
Jelmer Vernooij
1
-0
/
+2
2008-05-21
Move more modules inside of the samba package.
Jelmer Vernooij
1
-1
/
+1
2008-05-11
Set sys.path for running inside source tree.
Jelmer Vernooij
5
-2
/
+19
2008-05-11
Use system python rather than smbpython.
Jelmer Vernooij
1
-1
/
+3
2008-04-14
Make sure credentials are specified when running the Python winreg RPC tests.
Jelmer Vernooij
1
-2
/
+1
2008-04-14
Allow command line options in the subunitrun script.
Jelmer Vernooij
1
-1
/
+21
2008-03-28
Convert some more files to GPLv3.
Andrew Kroeger
2
-2
/
+2
2008-02-12
Fix subunit runner exit codes.
Jelmer Vernooij
1
-1
/
+2
2008-02-12
Correctly increment counters in Subunit test runner.
Jelmer Vernooij
1
-3
/
+1
2008-02-10
More syntax fixes, use more standard python functions.
Jelmer Vernooij
1
-328
/
+247
2008-02-10
Start working on python conversion of minschema.
Jelmer Vernooij
1
-0
/
+660
2008-01-23
python: Add convenience function for getting command line loadparm context
Jelmer Vernooij
1
-2
/
+3
2008-01-14
python: Enable building of the wkssvc python bindings.
Jelmer Vernooij
1
-0
/
+24
2008-01-14
python: Convert winreg.py completely to rpc, use new RPC Python bindings.
Jelmer Vernooij
1
-72
/
+61
2007-12-26
r26607: Fix reading of values and subkeys in Samba 3 registry files.
Jelmer Vernooij
1
-5
/
+6
2007-12-26
r26598: Simplify the way Python tests are run.
Jelmer Vernooij
1
-1
/
+2
2007-12-26
r26593: - More work on the python versions of samba3dump and the samba3sam te...
Jelmer Vernooij
1
-3
/
+0
2007-12-26
r26592: Finish fixing the samba3dump script.
Jelmer Vernooij
1
-123
/
+117
2007-12-26
r26591: Get the first bits of samba3dump to work again.
Jelmer Vernooij
1
-54
/
+69
2007-12-24
r26570: - Trim size of the swig-generated Python bindings by removing a bunch...
Jelmer Vernooij
2
-232
/
+248
2007-12-21
r26191: Import custom test runner for subunit, rather than using trial, which...
Jelmer Vernooij
1
-0
/
+25
2007-12-21
r26079: Some cleanups in the old SWIG wrappers: - remove old torture tests fo...
Jelmer Vernooij
1
-0
/
+301
[next]