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-03-04
Add TestListFilter definition.
Jelmer Vernooij
1
-0
/
+13
2012-03-04
selftest.testlist: Add read_testlist.
Jelmer Vernooij
2
-1
/
+51
2012-03-04
selftest.testlist: Add read_test_regexes.
Jelmer Vernooij
2
-1
/
+39
2012-03-04
selftest: Add testlist management module.
Jelmer Vernooij
3
-1
/
+73
2012-03-04
selftest.target: Add Environment.get_vars.
Jelmer Vernooij
1
-0
/
+11
2012-03-04
selftest: Add tests for trying to reuse an environment that has gone down.
Jelmer Vernooij
1
-1
/
+7
2012-03-04
selftest: Add tests for NoneEnvironment.
Jelmer Vernooij
1
-0
/
+17
2012-03-04
selftest.target: Test that environments are reused.
Jelmer Vernooij
1
-0
/
+5
2012-03-04
selftest.target: Add tests for get_running_env.
Jelmer Vernooij
1
-0
/
+7
2012-03-04
selftest.target: Add tests for getlog_env.
Jelmer Vernooij
1
-0
/
+8
2012-03-04
selftest.target: Add tests for check.
Jelmer Vernooij
2
-2
/
+9
2012-03-04
selftest.target: Add tests for setup.
Jelmer Vernooij
2
-9
/
+14
2012-03-04
selftest: Add base classes for Target/Environment and their management.
Jelmer Vernooij
3
-1
/
+199
2012-03-04
selftest.socket_wrapper: interface is an integer.
Jelmer Vernooij
1
-1
/
+1
2012-03-04
selftest.socket_wrapper: Add basic unit tests.
Jelmer Vernooij
2
-3
/
+16
2012-03-04
selftest.socket_wrapper: Add docstrings.
Jelmer Vernooij
1
-1
/
+8
2012-03-04
Add test infrastructure for selftest.
Jelmer Vernooij
2
-0
/
+52
2012-03-04
selftest: Add python version of socket wrapper utilities.
Jelmer Vernooij
1
-0
/
+54
2012-03-04
selftest: Add selftest.py.
Jelmer Vernooij
1
-0
/
+944
2012-03-04
kcc: Improve formatting of Python code to be more consistent with our other c...
Jelmer Vernooij
2
-276
/
+224
2012-03-04
libcli:smb: define SMB2_HDR_FLAG_REPLAY_OPERATION
Michael Adam
1
-0
/
+1
2012-03-04
s3: Fix some && vs & warnings
Volker Lendecke
1
-3
/
+3
2012-03-04
selftest: Rework Samba3.pm process termination
Andrew Bartlett
1
-15
/
+23
2012-03-04
selftest: Rework Samba4.pm process termination.
Andrew Bartlett
1
-6
/
+23
2012-03-04
selftest: Fix waitpid termination test
Andrew Bartlett
1
-2
/
+2
2012-03-04
selftest: Use fork()/exec() rather than system()
Andrew Bartlett
2
-71
/
+59
2012-03-04
s3-winbindd: Add stdin handler for winbind
Andrew Bartlett
2
-3
/
+48
2012-03-04
s3-nmbd: Add stdin handler for nmbd
Andrew Bartlett
1
-0
/
+33
2012-03-04
change low FDs are handled in Samba
Andrew Bartlett
7
-31
/
+25
2012-03-04
s3: don't replace the error message if already defined
Matthieu Patou
1
-3
/
+5
2012-03-04
s3: print a nice warning when HAVE_ADS is not enabled but you still try to do...
Matthieu Patou
1
-0
/
+5
2012-03-04
selftest: Remove unused vde functions.
Jelmer Vernooij
1
-25
/
+0
2012-03-04
selftest/README: Expand inconsistent tabs
Jelmer Vernooij
1
-11
/
+11
2012-03-04
selftest: Remove outdated template.
Jelmer Vernooij
1
-47
/
+0
2012-03-04
selftest: Remove unused and broken target 'windows'.
Jelmer Vernooij
2
-46
/
+0
2012-03-04
samba.7: Remove references to long gone testprns and smbsh utilities.
Jelmer Vernooij
1
-18
/
+0
2012-03-03
s3: Fix a bogus if (client_len < 0)
Volker Lendecke
1
-1
/
+1
2012-03-03
selftest: more precisely skip durable-open, not durable.open
Michael Adam
1
-1
/
+1
2012-03-03
s4:torture:smb2: start a testsuite for durable v2 handles: durable and persis...
Michael Adam
4
-1
/
+557
2012-03-03
s4:libcli:smb2: set SMB2_CAP_ALL in the negprot
Michael Adam
1
-1
/
+5
2012-03-03
s3:libsmb: pass smb2 capabilities and client guid in cli_state_create()
Stefan Metzmacher
1
-2
/
+7
2012-03-03
s4:libcli:smb2: store the share capabilites in the smb2_tree object
Michael Adam
3
-0
/
+3
2012-03-03
smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2
Michael Adam
5
-6
/
+17
2012-03-03
s4:libcli:smb2: allow max protocol 0x0224
Michael Adam
1
-1
/
+1
2012-03-03
s4:libcli:smb2: add support for parsing the durable handle v2 response in smb...
Michael Adam
1
-0
/
+19
2012-03-03
s4:libcli:smb2: add support durable handle reconnect v2 blob in smb2_create_send
Michael Adam
1
-0
/
+27
2012-03-03
s4:libcli:smb2: add support durable handle request v2 blob in smb2_create_send
Michael Adam
1
-0
/
+28
2012-03-03
s4:libcli:smb2: add durable handle v2 data to the smb2_create i/o structure
Michael Adam
1
-0
/
+13
2012-03-03
libcli:smb: define SMB2_DHANDLE_FLAG_PERSISTENT
Michael Adam
1
-0
/
+5
2012-03-03
libcli:smb: add new SMB2 share flags
Michael Adam
1
-1
/
+5
[prev]
[next]