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-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
2010-10-01
script: added bisect-test.py git bisect script
Andrew Tridgell
1
-0
/
+85
2010-10-01
autobuild: show top commit in emails
Andrew Tridgell
1
-2
/
+20
2010-10-01
autobuild: include autobuild.log in logs.tar.gz
Andrew Tridgell
1
-0
/
+1
2010-10-01
s4-repl: use the GC principal name for DRS replication connection
Andrew Tridgell
3
-6
/
+76
2010-10-01
s4-rpc: added target_principal binding handle option
Andrew Tridgell
7
-6
/
+18
2010-10-01
s4-dsdb: added dsdb_search_by_dn_guid()
Andrew Tridgell
1
-0
/
+26
2010-10-02
s4:rpc_server/netlogon: don't use dcerpc_binding_handle_call_send/recv() dire...
Stefan Metzmacher
1
-12
/
+9
2010-10-02
netlogon.idl: add missing flags to DSGETDC_VALID_FLAGS
Stefan Metzmacher
1
-0
/
+3
2010-10-02
s4-gensec Always honour the set server principal
Andrew Bartlett
1
-1
/
+1
2010-10-02
s4-drs: fixed comparison login in replicated renames
Andrew Tridgell
1
-45
/
+72
2010-10-02
s4-kcc: remove stale repsTo entries in the KCC
Andrew Tridgell
1
-0
/
+32
2010-10-01
autobuild: fixed tuple count for retry
Andrew Tridgell
1
-1
/
+1
2010-10-02
s4-kerberos Don't regenerate key values for each alias in keytab
Andrew Bartlett
1
-43
/
+35
2010-10-02
s4-kdc Rework 'allowed encryption types' handling in the KDC
Andrew Bartlett
1
-28
/
+44
2010-10-02
s4-auth Add make_server_info_pac() to include 'resource domain' groups
Andrew Bartlett
2
-5
/
+40
2010-10-02
s4-auth Allocate domain SIDs under the sids array, not server_info
Andrew Bartlett
1
-1
/
+1
2010-10-02
heimdal use returned server entry from HDB to compare realms
Andrew Bartlett
1
-1
/
+1
2010-10-02
s3-spoolss: Strip off ", DrvConvert" and ",LocalOnly" in OpenPrinterEx as see...
Günther Deschner
1
-0
/
+13
2010-10-02
s3-spoolss: Fixed print job access.
Andreas Schneider
1
-4
/
+4
2010-10-02
s3-spoolss: Fixed print_access_check server_info.
Andreas Schneider
2
-3
/
+3
2010-10-01
s3:smbd: Increase unsupported IOCTL debug message to 2
Steven Danneman
1
-2
/
+4
2010-10-01
s3:events: Call all ready fd event handlers on each iteration of the main loop
Steven Danneman
5
-33
/
+38
2010-10-01
testprogs: print architecture used in win32 spoolss testsuite.
Günther Deschner
1
-5
/
+9
2010-10-01
s3-dcerpc: no point for printing NDR twice for internal pipes in log level 10.
Günther Deschner
1
-1
/
+1
2010-10-01
samba: share readline wrappers among all buildsystems.
Günther Deschner
21
-35
/
+35
2010-10-01
s3-readline: move cmd_history to smbclient, the only user.
Günther Deschner
3
-22
/
+20
2010-10-01
samba: share select wrappers.
Günther Deschner
19
-65
/
+60
2010-10-01
s4-auth: fixed a vagrind error when creating keytabs
Andrew Tridgell
1
-0
/
+3
2010-10-01
autobuild: revert a bit more of the subunit changes
Andrew Tridgell
1
-2
/
+2
2010-10-01
autobuild: disable the subuit changes for now - they break error checking
Andrew Tridgell
1
-2
/
+2
2010-10-01
autobuild: fixed the tuples in the retry_task
Andrew Tridgell
1
-2
/
+3
2010-10-01
autobuild: cwd is needed on all command types
Andrew Tridgell
1
-2
/
+2
2010-10-01
s4-rpmd: fixed a use after realloc bug
Andrew Tridgell
1
-2
/
+8
2010-10-01
s4-dsdb: fail the transaction instead of asserting on error
Andrew Tridgell
1
-2
/
+10
2010-10-01
autobuild: Avoid unnecessary chdir() calls.
Jelmer Vernooij
1
-11
/
+7
2010-10-01
autobuild: Output test results in subunit.
Jelmer Vernooij
1
-3
/
+5
2010-10-01
s3-selftest: fix prefix in subunit output.
Jelmer Vernooij
1
-3
/
+3
2010-10-01
s3: Add subunit-test target.
Jelmer Vernooij
2
-1
/
+7
[prev]
[next]