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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-23
add more docstrings to registry python module
Jelmer Vernooij
3
-14
/
+100
2008-05-23
Add docstrings to param python module.
Jelmer Vernooij
3
-10
/
+136
2008-05-23
Add docstring for samba.net.Join
Jelmer Vernooij
1
-1
/
+4
2008-05-23
Use restructuredText formatting for docstrings.
Jelmer Vernooij
8
-0
/
+18
2008-05-23
Add docstrings in misc python module.
Jelmer Vernooij
3
-33
/
+129
2008-05-23
Add some docstrings to tdb.
Jelmer Vernooij
3
-122
/
+319
2008-05-23
Add module docstring, docstrings for constructors.
Jelmer Vernooij
3
-14
/
+63
2008-05-23
Add more docstrings in the ldb python module.
Jelmer Vernooij
3
-6
/
+43
2008-05-23
Add some docstrings to ldb python module, fix MessageElement name.
Jelmer Vernooij
3
-144
/
+430
2008-05-23
Add some docstrings to credentials python module.
Jelmer Vernooij
3
-25
/
+174
2008-05-23
Add some notes about further enhancements of the Python pidl backend.
Jelmer Vernooij
1
-3
/
+12
2008-05-23
fix make test for EAs again
Andrew Tridgell
4
-8
/
+9
2008-05-22
Merge commit 'origin/v4-0-test' into v4-0-test
Andrew Tridgell
1
-1
/
+1
2008-05-22
SMB2 read returns NT_STATUS_END_OF_FILE on read past end of file
Andrew Tridgell
1
-0
/
+5
2008-05-22
libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ...
Stefan Metzmacher
1
-1
/
+1
2008-05-22
fixes for EAs and filename in gentest_smb2 results
Andrew Tridgell
1
-1
/
+12
2008-05-22
added a --noeas option to gentest_smb2
Andrew Tridgell
1
-0
/
+6
2008-05-22
pass in the required alignment to the EA construction routines
Andrew Tridgell
4
-10
/
+11
2008-05-22
added a define for all valid file attributes
Andrew Tridgell
1
-0
/
+1
2008-05-22
check for invalid file attribute values in create
Andrew Tridgell
1
-0
/
+4
2008-05-22
Merge commit 'origin/v4-0-test' into v4-0-test
Andrew Tridgell
56
-229
/
+477
2008-05-22
added testing of SMB2 setfileinfo in gentest_smb2
Andrew Tridgell
1
-19
/
+3
2008-05-22
added EAs in the generated SMB2 create operation
Andrew Tridgell
1
-25
/
+19
2008-05-22
added --maskindexing and qfileinfo testing
Andrew Tridgell
1
-124
/
+59
2008-05-22
minor cleanup in SMB2 getinfo test
Andrew Tridgell
1
-6
/
+6
2008-05-22
fixed parsing of the SMB2 ALL_INFO qfileinfo level
Andrew Tridgell
3
-3
/
+6
2008-05-22
added SMB2 gentest generation of SMB2 echo packets
Andrew Tridgell
1
-0
/
+13
2008-05-22
badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETER
Andrew Tridgell
1
-2
/
+2
2008-05-22
fixes to the SMB2 lock test after recent SMB2 locking changes
Andrew Tridgell
1
-8
/
+12
2008-05-21
GPO: Do not provision Default Domain Policy as initially enforced. (bz #5480)
Andrew Kroeger
1
-1
/
+1
2008-05-21
enableaccount: Use correct command name in usage output.
Andrew Kroeger
1
-1
/
+1
2008-05-21
provision: Generate krb5.conf template separate from named.conf template.
Andrew Kroeger
3
-36
/
+69
2008-05-22
Fix import in provision test.
Jelmer Vernooij
1
-1
/
+1
2008-05-22
Move DCE/RPC python bindings into samba package.
Jelmer Vernooij
5
-21
/
+21
2008-05-22
Fix CFLAGS for SWIG files.
Jelmer Vernooij
9
-10
/
+10
2008-05-22
Make sure the default ldb modules dir gets initialized.
Jelmer Vernooij
1
-0
/
+2
2008-05-22
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Jelmer Vernooij
2
-11
/
+34
2008-05-22
Fix python imports.
Jelmer Vernooij
4
-3
/
+10
2008-05-22
use one blackbox script per executable.
Jelmer Vernooij
3
-18
/
+44
2008-05-22
Fix events test.
Jelmer Vernooij
1
-1
/
+1
2008-05-22
Fix dependencies and imports.
Jelmer Vernooij
6
-1154
/
+28
2008-05-21
Move more modules inside of the samba package.
Jelmer Vernooij
29
-99
/
+1289
2008-05-21
Move some python files into the samba package.
Jelmer Vernooij
7
-8
/
+8
2008-05-21
Move CFLAGS overrides for SWIG modules to Makefile.
Jelmer Vernooij
12
-2
/
+26
2008-05-21
lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKS
Stefan Metzmacher
1
-11
/
+5
2008-05-21
libreplace: add test for HAVE_IPV6
Stefan Metzmacher
1
-0
/
+29
2008-05-21
Remove support for .py files from smb_build - deal with it only in the makefi...
Jelmer Vernooij
13
-11
/
+22
2008-05-21
Refuse to install autogenerated proto header files.
Jelmer Vernooij
1
-0
/
+2
2008-05-21
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into nosmbpython
Jelmer Vernooij
8
-170
/
+246
2008-05-21
Fix typo.
Jelmer Vernooij
1
-1
/
+1
[next]