Stefan Metzmacher
c78bf3c2c9
pvfs_streams: directories don't have streams
...
metze
(This used to be commit 9ed7bb5afe
)
2008-05-23 09:55:03 +02:00
Jelmer Vernooij
564b6ed025
Add proper implementation of MessageElement.__cmp__.
...
(This used to be commit 076e2cc356
)
2008-05-23 04:07:42 +02:00
Jelmer Vernooij
4b95f9001b
Work around bug adding extra imports in generated file.
...
(This used to be commit a34de3c619
)
2008-05-23 03:56:20 +02:00
Jelmer Vernooij
c6132465d1
Remove unused EJS testprogs.
...
(This used to be commit e14c930200
)
2008-05-23 03:34:57 +02:00
Jelmer Vernooij
a46450810b
Regenerate with SWIG 1.3.35.
...
(This used to be commit ce063eca49
)
2008-05-23 03:22:56 +02:00
Jelmer Vernooij
166105b0b6
Fix bug after reprocessing swig files with newer version of SWIG.
...
(This used to be commit 2155d76646
)
2008-05-23 03:20:37 +02:00
Jelmer Vernooij
7cfcec2e9d
Fix imports for minschema.
...
(This used to be commit bda223a49e
)
2008-05-23 02:44:42 +02:00
Jelmer Vernooij
e56d2db3bd
Properly fix symlink for module aliases.
...
(This used to be commit 84d9372866
)
2008-05-23 02:42:42 +02:00
Jelmer Vernooij
1a42178166
dcerpc is now samba.dcerpc, avoid including source code in API documentation.
...
(This used to be commit a28a8ed535
)
2008-05-23 00:45:50 +02:00
Jelmer Vernooij
c159d1221b
Add docstrings to samba3 and getopt modules.
...
(This used to be commit bdf1c039db
)
2008-05-23 00:38:11 +02:00
Jelmer Vernooij
37d000d052
Add docstrings to events python module.
...
(This used to be commit 7d43d2c7c9
)
2008-05-23 00:38:02 +02:00
Jelmer Vernooij
985d6d8ddd
add more docstrings to registry python module
...
(This used to be commit 606f92db87
)
2008-05-23 00:37:56 +02:00
Jelmer Vernooij
9047195128
Add docstrings to param python module.
...
(This used to be commit 39d27088e5
)
2008-05-23 00:37:46 +02:00
Jelmer Vernooij
b8310221c6
Add docstring for samba.net.Join
...
(This used to be commit 382de54553
)
2008-05-23 00:37:30 +02:00
Jelmer Vernooij
c401aa9357
Use restructuredText formatting for docstrings.
...
(This used to be commit 0cc58decd7
)
2008-05-23 00:37:22 +02:00
Jelmer Vernooij
73e2fc9590
Add docstrings in misc python module.
...
(This used to be commit 5bf15122e6
)
2008-05-23 00:37:12 +02:00
Jelmer Vernooij
66762985e7
Add some docstrings to tdb.
...
(This used to be commit 3563d62663
)
2008-05-23 00:36:48 +02:00
Jelmer Vernooij
9893651c02
Add module docstring, docstrings for constructors.
...
(This used to be commit 67d738d6e6
)
2008-05-23 00:36:32 +02:00
Jelmer Vernooij
fb2d69a140
Add more docstrings in the ldb python module.
...
(This used to be commit a649a01067
)
2008-05-23 00:36:20 +02:00
Jelmer Vernooij
505cea9d4c
Add some docstrings to ldb python module, fix MessageElement name.
...
(This used to be commit 717283331f
)
2008-05-23 00:35:50 +02:00
Jelmer Vernooij
d0b3551097
Add some docstrings to credentials python module.
...
(This used to be commit 7b4435a68c
)
2008-05-23 00:35:39 +02:00
Jelmer Vernooij
8ef3218c35
Add some notes about further enhancements of the Python pidl backend.
...
(This used to be commit 8e4cd10e3f
)
2008-05-23 00:35:03 +02:00
Andrew Tridgell
ec7a6ee8ab
fix make test for EAs again
...
- go back to 4 byte alignment until I work out the rules that Vista
wants more exactly
- add the zero sized EA handling for SMB2 more generically
(This used to be commit 326b69bc80
)
2008-05-23 00:07:12 +10:00
Andrew Tridgell
8fc9c71a06
Merge commit 'origin/v4-0-test' into v4-0-test
...
(This used to be commit 2bba77a768
)
2008-05-22 23:28:44 +10:00
Andrew Tridgell
2e0f61a18a
SMB2 read returns NT_STATUS_END_OF_FILE on read past end of file
...
(This used to be commit 1590494daf
)
2008-05-22 23:07:16 +10:00
Stefan Metzmacher
5ab27ba7f0
libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly detected
...
metze
(This used to be commit 84b5652d3e
)
2008-05-22 15:01:32 +02:00
Andrew Tridgell
ac185ae0c5
fixes for EAs and filename in gentest_smb2 results
...
- SMB2 returns 0 for a null EA
- return the share qualified name for the filename in SMB2 ALL_INFO
level
(This used to be commit f9708184a2
)
2008-05-22 23:00:08 +10:00
Andrew Tridgell
1ea0466289
added a --noeas option to gentest_smb2
...
(This used to be commit 9d523debb7
)
2008-05-22 22:46:43 +10:00
Andrew Tridgell
d5def936fe
pass in the required alignment to the EA construction routines
...
(This used to be commit af31030e0b
)
2008-05-22 22:46:29 +10:00
Andrew Tridgell
a6e5c70da7
added a define for all valid file attributes
...
(This used to be commit 198ed93367
)
2008-05-22 17:54:06 +10:00
Andrew Tridgell
7a9ffeca21
check for invalid file attribute values in create
...
(This used to be commit dd21e3d9d7
)
2008-05-22 17:53:50 +10:00
Andrew Tridgell
fd7dc46f50
Merge commit 'origin/v4-0-test' into v4-0-test
...
(This used to be commit d7f3348c89
)
2008-05-22 16:09:10 +10:00
Andrew Tridgell
af82204f43
added testing of SMB2 setfileinfo in gentest_smb2
...
(This used to be commit c38658c6c0
)
2008-05-22 15:44:13 +10:00
Andrew Tridgell
80527a0c68
added EAs in the generated SMB2 create operation
...
(This used to be commit 607bf6a946
)
2008-05-22 15:35:52 +10:00
Andrew Tridgell
ae629621da
added --maskindexing and qfileinfo testing
...
- added --maskindexing to mask the 0x2000 noindex bit in file
attributes
- added testing of qfileinfo in gentest_smb2
(This used to be commit 3883a7286f
)
2008-05-22 14:51:32 +10:00
Andrew Tridgell
61e78a2c61
minor cleanup in SMB2 getinfo test
...
(This used to be commit b139b47107
)
2008-05-22 14:50:36 +10:00
Andrew Tridgell
dec930448f
fixed parsing of the SMB2 ALL_INFO qfileinfo level
...
(This used to be commit a7be5ba22e
)
2008-05-22 14:49:21 +10:00
Andrew Tridgell
8f599b3781
added SMB2 gentest generation of SMB2 echo packets
...
(This used to be commit 8f7cfa5d2e
)
2008-05-22 13:43:04 +10:00
Andrew Tridgell
72739ac0d0
badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETER
...
(This used to be commit 1c5dd2d1b6
)
2008-05-22 13:14:55 +10:00
Andrew Tridgell
7ba8dca590
fixes to the SMB2 lock test after recent SMB2 locking changes
...
(This used to be commit de7626e1c2
)
2008-05-22 13:14:36 +10:00
Andrew Kroeger
8172f3eb22
GPO: Do not provision Default Domain Policy as initially enforced. (bz #5480 )
...
This only solves part of bz #5480 . The settings for Enforced & Link Enabled
now match the default settings of a Windows DC, but they are still "locked"
and cannot be changed via the GUI.
(This used to be commit 761e667e45
)
2008-05-21 21:14:06 -05:00
Andrew Kroeger
6576a022b8
enableaccount: Use correct command name in usage output.
...
(This used to be commit 4ca8f32a37
)
2008-05-21 20:46:15 -05:00
Andrew Kroeger
bf3f3af926
provision: Generate krb5.conf template separate from named.conf template.
...
(This used to be commit ebf130e9e5
)
2008-05-21 20:46:15 -05:00
Andrew Kroeger
d95b3aa35d
gitignore: Ignore some output files from make test.
...
(This used to be commit 617d4b6665
)
2008-05-21 20:46:14 -05:00
Andrew Kroeger
fe17acfa82
subunit.sh: Properly capture and pass on the command output.
...
Previously, the output from $cmdline was never captured. In case of a
failure, there was no output being passed to the subunit_fail_test() function,
but that function contains a call to "cat -". This caused the script to hang
indefinitely waiting for input.
We now capture $cmdline output (including mapping stderr to stdout) using
backticks, and then pipe that output to the subunit_fail_test() if there is
a failure.
(This used to be commit c0234d1319
)
2008-05-21 20:46:14 -05:00
Jelmer Vernooij
d8459e3e1c
Fix import in provision test.
...
(This used to be commit 96501be38d
)
2008-05-22 03:09:40 +02:00
Jelmer Vernooij
d77745e692
Move DCE/RPC python bindings into samba package.
...
(This used to be commit 8dafd4ce40
)
2008-05-22 02:21:25 +02:00
Jelmer Vernooij
5ce59419a0
Fix CFLAGS for SWIG files.
...
(This used to be commit 8ee4f07504
)
2008-05-22 02:13:26 +02:00
Jelmer Vernooij
6e14d44d27
Make sure the default ldb modules dir gets initialized.
...
(This used to be commit 937456c69d
)
2008-05-22 01:50:38 +02:00
Jelmer Vernooij
a9c142d4f4
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
...
(This used to be commit 30f8d581aa
)
2008-05-22 01:48:20 +02:00