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
2012-02-16
s3-librpc: Remove unused bool gensec_hook
Andrew Bartlett
1
-2
/
+0
2012-02-16
s3:rpc_client: fix comment
Stefan Metzmacher
1
-1
/
+1
2012-02-16
s3-librpc: make gensec result handling more generic
Andrew Bartlett
1
-11
/
+11
2012-02-16
wafsamba: exclude '.brzignore' from "make dist"
Michael Adam
1
-1
/
+1
2012-02-16
wafsamba: exclude '.gitignore' from "make dist"
Michael Adam
1
-0
/
+1
2012-02-16
wafsamba: fix blacklist handling in "make dist"
Michael Adam
1
-1
/
+1
2012-02-16
s4:provision: only print the adminpass if it was generated (not user-provided)
Michael Adam
1
-1
/
+5
2012-02-16
s4:provision: generate the adminpass provision() instead of provision_fill()
Michael Adam
1
-2
/
+3
2012-02-16
s4:provision: don't log the ldap admin password - it is internal only
Michael Adam
1
-3
/
+0
2012-02-16
s4-scripting: samba-tool: Fix domain info usage message
Björn Baumbach
1
-1
/
+1
2012-02-16
s4-selftest: fix output of opened connections in torture_holdcon
Björn Baumbach
1
-1
/
+1
2012-02-16
Rename obscure defined constants.
Christopher R. Hertel (crh)
11
-25
/
+27
2012-02-16
s3-selftest: Remove .posix_s3 from s3 test names
Andrew Bartlett
3
-10
/
+10
2012-02-16
selftest: Remove 'if have_ads_support:' from tests.py
Andrew Bartlett
2
-64
/
+41
2012-02-16
s3-smbd: Avoid starting log lines with the word 'error'
Andrew Bartlett
1
-2
/
+10
2012-02-16
selftest: skip plugin_s4_dc if we do not have ADS
Andrew Bartlett
1
-0
/
+5
2012-02-16
selftest: Run nsstest against more environments
Andrew Bartlett
1
-4
/
+5
2012-02-16
selftest: skip targets that are not compiled in if we do not have ADS
Andrew Bartlett
1
-0
/
+25
2012-02-16
s3-selftest: Require SMB signing for ktest environment
Andrew Bartlett
1
-0
/
+1
2012-02-16
selftest: Do not start up an already-running test environment
Andrew Bartlett
2
-0
/
+8
2012-02-16
selftest: Make plugin_s4_dc set the cached environment correctly
Andrew Bartlett
1
-10
/
+12
2012-02-16
wintest: update WinXP-1 snapshot
Andrew Bartlett
1
-1
/
+1
2012-02-16
wintest: Change Windows 7 VM
Andrew Bartlett
1
-3
/
+3
2012-02-16
wintest: Give the Windows VM a little more time to start back up
Andrew Bartlett
1
-1
/
+1
2012-02-16
wintest: Samba is now all version 4.0
Andrew Bartlett
1
-4
/
+4
2012-02-16
wintest: Cope with nc not timing out even when -w 1 is specified
Andrew Bartlett
1
-2
/
+16
2012-02-16
wintest: s3 moved smb.conf to /etc
Andrew Bartlett
1
-2
/
+2
2012-02-16
wintest: Update VM used for W2K8R2A
Andrew Bartlett
1
-2
/
+2
2012-02-16
wintest: Allow access denied when turning off the firewall
Andrew Bartlett
1
-2
/
+2
2012-02-16
wintest: Retry joining the domain a few times
Andrew Bartlett
1
-4
/
+12
2012-02-16
wintest: connect to correct hostname in test_net_use
Andrew Bartlett
2
-4
/
+4
2012-02-16
s3-nmbd: Initialise newly non-static variables
Andrew Bartlett
1
-4
/
+4
2012-02-15
s3: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY, bug 8760
Volker Lendecke
4
-6
/
+40
2012-02-15
s3-printing: fix crash in printer_list_set_printer()
David Disseldorp
1
-1
/
+1
2012-02-15
tevent_signal: Fix a valgrind error
Volker Lendecke
1
-1
/
+2
2012-02-14
s3: files_struct->mode is only written, remove it
Volker Lendecke
4
-5
/
+0
2012-02-14
tdb: build and run unit tests in tdb/test/
Rusty Russell
1
-7
/
+87
2012-02-14
tdb/test: fix up tests for use in SAMBA tdb code.
Rusty Russell
5
-13
/
+16
2012-02-14
tdb: wean CCAN-style unit tests off of tap.
Rusty Russell
25
-23
/
+64
2012-02-14
tdb: import unit tests from CCAN into tdb/test/
Rusty Russell
35
-1
/
+2567
2012-02-14
tdb: make tdb_private.h idempotent.
Rusty Russell
1
-0
/
+3
2012-02-13
s4:torture: add another SMB2 rename test
Christian Ambach
2
-0
/
+131
2012-02-13
libndr: Add ndr_map_error2errno
Volker Lendecke
2
-0
/
+26
2012-02-13
s3-auth: On successful user mapping set mapped_to_guest to false.
Sumit Bose
1
-0
/
+1
2012-02-13
s3-selftest: Do not assume $USERNAME is the same as $DC_USERNAME
Andrew Bartlett
1
-3
/
+3
2012-02-13
selftest: Allow setup_env() to signal that an environment name is unknown
Andrew Bartlett
4
-5
/
+12
2012-02-13
s3-build: expliticly require gssapi for HAVE_KRB5 and remove HAVE_GSSAPI
Andrew Bartlett
3
-7
/
+1
2012-02-13
s3-libads: Move to using only the HAVE_KRB5 define
Andrew Bartlett
3
-15
/
+13
2012-02-13
s3-lib/addns: Move to system/kerberos.h and HAVE_KRB5
Andrew Bartlett
2
-18
/
+3
2012-02-13
s4-dsdb: Check if metadata.tdb exists, before trying to open it
Amitay Isaacs
1
-0
/
+6
[next]