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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-03
Add new files for sha512 support
Andrew Bartlett
2
-1
/
+275
2010-10-03
s4:heimdal: import lorikeet-heimdal-201010022046 (commit 1bea031b9404b14114b0...
Andrew Bartlett
24
-125
/
+418
2010-10-03
s4-heimdal We don't need HDBDIR any more
Andrew Bartlett
1
-2
/
+0
2010-10-03
heimdal: change the version string
Matthieu Patou
1
-1
/
+1
2010-10-03
s4-heimdal_build fix up build after heimdal import
Andrew Bartlett
4
-8
/
+20
2010-10-03
s4:heimdal: import lorikeet-heimdal-201009250123 (commit 42cabfb5b683dbcb97d5...
Matthieu Patou
382
-1687
/
+34153
2010-10-02
s4-ldapcmp.py: Don't guess credentials for second Credentials object
Kamen Mazdrashki
1
-1
/
+1
2010-10-03
s4-getopt.py: Make Anonymous creds when no credentials
Kamen Mazdrashki
1
-2
/
+7
2010-10-03
s4-test-fsmo.py: Implement kind of busy-wait for role transfer
Kamen Mazdrashki
1
-18
/
+36
2010-10-03
s4-test-dsdb_schema_info.py: Get rid of global module variables
Kamen Mazdrashki
1
-17
/
+19
2010-10-03
s4-test-dsdb_schema_info.py: Simplify connection SamDB
Kamen Mazdrashki
1
-19
/
+3
2010-10-03
s4-test-fsmo.py: Use common implementation for env_get_var_value()
Kamen Mazdrashki
1
-8
/
+2
2010-10-03
s4-test-delete_object.py: Use common implementation for env_get_var_value()
Kamen Mazdrashki
1
-8
/
+2
2010-10-03
s4-python-test: Common implementation for getting environment variable value
Kamen Mazdrashki
1
-0
/
+11
2010-10-03
s4-python-samba: Remove trailing ';'s
Kamen Mazdrashki
2
-29
/
+29
2010-10-03
s4-test-fsmo.py: Use common implementation for connect_samdb()
Kamen Mazdrashki
1
-22
/
+2
2010-10-03
s4-test-delete_object.py: Use common implementation for connect_samdb()
Kamen Mazdrashki
1
-20
/
+2
2010-10-03
s4-python-test: Implement global connect_samdb() function
Kamen Mazdrashki
1
-0
/
+46
2010-10-03
s4-samba.samdb: Fix masking names from outer context
Kamen Mazdrashki
1
-17
/
+17
2010-10-03
s4-python-samba: 'file' is a built-in
Kamen Mazdrashki
1
-3
/
+3
2010-10-03
s4-samba.samdb: Fix leading indention and trailing ';'
Kamen Mazdrashki
1
-10
/
+10
2010-10-03
s4-python-samba: Fix few cosmetics
Kamen Mazdrashki
1
-4
/
+3
2010-10-03
s3: Attempt to fix the non-ads build
Volker Lendecke
1
-1
/
+1
2010-10-03
land-remote: Pass extra arguments on to land.
Jelmer Vernooij
2
-3
/
+3
2010-10-02
pytdb: Include Python.h first to prevent warning.
Jelmer Vernooij
1
-1
/
+1
2010-10-02
subunithelper: Remove accidentally added line.
Jelmer Vernooij
1
-3
/
+0
2010-10-02
pytdb: Check errors after PyObject_New() calls
Kirill Smelkov
1
-0
/
+7
2010-10-02
pytdb: Add support for tdb_repack()
Kirill Smelkov
2
-0
/
+15
2010-10-02
pytdb: Add TDB_INCOMPATIBLE_HASH open flag
Kirill Smelkov
1
-0
/
+1
2010-10-02
subunithelper: Fix format time.
Jelmer Vernooij
1
-1
/
+2
2010-10-02
land: Implement --fail-immediately directly in Python, provide subunit file.
Jelmer Vernooij
1
-26
/
+96
2010-10-02
subunithelper: Make filter options optional.
Jelmer Vernooij
1
-9
/
+9
2010-10-02
format-subunit: Split out summary file writing.
Jelmer Vernooij
1
-7
/
+11
2010-10-02
selftest: Move plain text formatter to subunithelper.
Jelmer Vernooij
2
-204
/
+204
2010-10-02
land: Add separate treestagebuilder for subunit.
Jelmer Vernooij
1
-12
/
+41
2010-10-02
land: Cherry-pick tridges changes to autobuild.
Jelmer Vernooij
1
-3
/
+22
2010-10-02
land: Move stage building into a separate class so we can have subclasses (e....
Jelmer Vernooij
2
-36
/
+64
2010-10-02
land: Only pass shell=True if necessary.
Jelmer Vernooij
1
-19
/
+22
2010-10-02
land: Add --fail-slowly option.
Jelmer Vernooij
2
-6
/
+13
2010-10-02
Several smaller cleanups, use python coding style.
Jelmer Vernooij
1
-17
/
+16
2010-10-02
land: Avoid running things in a shell where not necessary.
Jelmer Vernooij
1
-4
/
+9
2010-10-02
land-remote: Checkout repository first.
Jelmer Vernooij
1
-2
/
+3
2010-10-02
land-remote: Use --repository option.
Jelmer Vernooij
1
-1
/
+1
2010-10-02
land: Add --repository option.
Jelmer Vernooij
2
-4
/
+12
2010-10-02
land: Move more functionality onto builder.
Jelmer Vernooij
1
-9
/
+23
2010-10-02
land: Avoid more uses of chdir().
Jelmer Vernooij
1
-8
/
+2
2010-10-02
Split land.py back out of autobuild.py, so I can change it without
Jelmer Vernooij
2
-0
/
+473
2010-10-02
s3: Attempt to fix bug 7665
Volker Lendecke
11
-136
/
+295
2010-10-02
s3: Fix a 64-bit BUG
Volker Lendecke
1
-1
/
+1
2010-10-02
bisect: more bisection options
Andrew Tridgell
1
-6
/
+12
[next]