summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r21686: Do enable TLS, as we have solved the key setup problems, and we needAndrew Bartlett2007-10-101-5/+0
| | | | | | | to get the TLS code covered. Andrew Bartlett (This used to be commit 4aa928dac3797664c498094f171ef111f10ab30a)
* r21685: Add some unit tests for the registry utility functions.Jelmer Vernooij2007-10-102-47/+64
| | | | (This used to be commit 0ae6d18ebe382a378ff1dc65069c629d8060ac2b)
* r21684: remove summary line for gtk code, as it's now maintained out-of-treeJelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 0200971142b15248d7979746e4c3ada14e62bf4f)
* r21683: Remove the gconf registry backend.Jelmer Vernooij2007-10-104-223/+0
| | | | | | | | | It's already been disabled for a while, as it required some compile flags that broke other things. While this backend was an interesting proof-of-concept, this module doesn't really add any value. It's not possible to map between windows registry and gconf semantics and I can't think of any reason why you would want to do so. (This used to be commit 02481df3e8653ab366cb73d124e52bc9551bb717)
* r21682: Remove accidently committed debug command.Jelmer Vernooij2007-10-101-2/+0
| | | | (This used to be commit 74a3681d65f570acf2756b40e0ad82799b86e9ec)
* r21681: Fix bug in the parsing code that parsed "struct foo;" the same asJelmer Vernooij2007-10-106-1208/+1191
| | | | | | | "struct foo {};". Reported by one of the OpenChange folks, thanks! (This used to be commit d65b520f08ea4ee82c35ff334a58aa6ffc403d67)
* r21680: Reenable CLDAP testJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit c6dfc90daf9c7ce0fe9a4d4ac7c1c278a694ef9f)
* r21679: Disable upgrade test for now, I can't get it to work.Jelmer Vernooij2007-10-101-3/+10
| | | | (This used to be commit 4929c07261443887608a845de16f1fb786efb7ba)
* r21678: Don't generate Requires.private lines for install .pc files. Static ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | library use by external programs is still broken, but this should at least fix shared libs. (This used to be commit 06659bce1b5dc7529d0984deadd451478c082773)
* r21677: Run some of the other ldap tests, tooJelmer Vernooij2007-10-101-3/+4
| | | | (This used to be commit b8f43e1eb1f626690df61e75ce1a06a94d19cf64)
* r21676: Run more NET testsJelmer Vernooij2007-10-101-3/+3
| | | | (This used to be commit 06eb2faebb331e9385f39b27e82e399d34b8b938)
* r21675: Run some more of the NET tests.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 778a150f35152ae435632434561fb205d25bc604)
* r21674: Fix argumentJelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 43e1cccf112f850cb70ab78f56ea1d0c233e45fa)
* r21673: Fix Samba 3 data read tests. I can't figure out why the upgrade one ↵Jelmer Vernooij2007-10-104-3/+30
| | | | | | is broken, so that one is still disabled. (This used to be commit ef794f03d50022a77303c77045a04d9407d07cbc)
* r21671: Add initial simple tests for socket wrapperJelmer Vernooij2007-10-105-1/+86
| | | | (This used to be commit 872e2ad541478597191ca9e31872d5c8e2bbb832)
* r21670: More testsJelmer Vernooij2007-10-101-0/+94
| | | | (This used to be commit eeb3b2ff68a414b2d7c828124c148015f6fa2fe9)
* r21669: Fix --enable-dso buildJelmer Vernooij2007-10-104-8/+8
| | | | (This used to be commit 7cf9d07c88b0c81777bb9363d445ac657982a366)
* r21668: Add SMB_QFS_POSIX_WHOAMI to trans2.h so it's easy to find. AddJames Peach2007-10-104-15/+30
| | | | | | convenience API to create an anonymous credential. Don't clobber cmdline_credentials in the UNIX-WHOAMI test. (This used to be commit 73cea4e0c66f57057ed12b07bbb94b4e783ba6bf)
* r21662: More samr testsJelmer Vernooij2007-10-102-5/+115
| | | | (This used to be commit 2eae55819ec51dc53aa8bdea7b777cb2e8444cea)
* r21661: Put direction in test nameJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit bb0ebdab63bd8ba643f372fda8fe2ef4d600035b)
* r21660: Add another testJelmer Vernooij2007-10-102-4/+18
| | | | (This used to be commit 0b1e793ed56e3c4c592d8baaf3139e42b01b942b)
* r21659: Rename functions.James Peach2007-10-102-2/+2
| | | | (This used to be commit 6e645577a60bc79431a962b6522e8592b7c50e98)
* r21658: Add some tests for SAMR NDRJelmer Vernooij2007-10-103-1/+91
| | | | (This used to be commit a36912721ae84d3a1702bd83d735cc1097968f46)
* r21656: Move tests a bit closer to the things they test, should make syncing ↵Jelmer Vernooij2007-10-109-10/+7
| | | | | | with samba3 easier. (This used to be commit 4d755fb5d7adedd1dd8bad917b921324411bfd59)
* r21654: Add simple test for print functions.Jelmer Vernooij2007-10-102-3/+23
| | | | (This used to be commit 3c9df011a85aa8178a26d66faaaed5c88757800e)
* r21653: Add two more tdr tests.Jelmer Vernooij2007-10-102-0/+41
| | | | (This used to be commit cc40e3acd95aecea481a65e936d311b815c6e9ae)
* r21650: Update ndrdump to work in samba3Jelmer Vernooij2007-10-101-1/+24
| | | | (This used to be commit 10295d9bdd035c008fa7dafef0426c1e86250ac9)
* r21649: Update self test scripts to start Fedora DS. This requires currentAndrew Bartlett2007-10-103-30/+35
| | | | | | | | | Fedora DS CVS, plus changes to split up 00core.ldif. Now we 'just' need to work to make the tests pass... Andrew Bartlett (This used to be commit d214cb1ccf1b30cd5cb81f98382626c609b23fa3)
* r21648: Start a UNIX extensions test set. Add a test for the SMBWhoami query.James Peach2007-10-103-0/+395
| | | | (This used to be commit ca89683dc28104a8cee23b0c1428350f22a68c99)
* r21620: commit updated versions (with correct paths)Andrew Tridgell2007-10-104-858/+1206
| | | | (This used to be commit 2694bfb143eeb78a9a0b121dbc6a3e0a908ca06c)
* r21618: an attempt to fix the problem with lcov and yacc generated C codeAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit e9d17b5ba0846fbe47b5e4001f5f6394884961d1)
* r21595: add a constant and some commentsStefan Metzmacher2007-10-101-0/+12
| | | | | metze (This used to be commit b8af925da9c515f3803aa813ef5e4cded892a525)
* r21594: give the same error in all resolve backendsStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 5534ba591deb362e30e40afff923af4b890ab7a9)
* r21593: give a more useful error, when we can't resolve a long nameStefan Metzmacher2007-10-101-0/+9
| | | | | | | via broadcast of wins metze (This used to be commit 49591d699653e48f2e9540359e5b4ae97786511c)
* r21592: compress_name() returns NULL for names longer than 15 charsStefan Metzmacher2007-10-101-0/+6
| | | | | | | giving NO_MEMORY back is ugly, so give a useful error metze (This used to be commit fbc1e16331c5957892e4bfc439ea5c4e0387b32e)
* r21591: add new error codeStefan Metzmacher2007-10-102-0/+2
| | | | | metze (This used to be commit 04da3db29d57ffeab3ba39551b326b8c176a5bcb)
* r21590: add RPC-HANDLES-MIXED-SHARED test, which shows thatStefan Metzmacher2007-10-101-0/+136
| | | | | | | | | | | | assoc_groups are shared between idl-interfaces and connections. But you can't close a samr policy handle on a lsa pipe. add RPC-HANDLES-RANDOM-ASSOC test, which shows that you can't bind with an invalid assoc_group_id metze (This used to be commit 26b0e03a776fbac4e93fef585dcfec5962f40387)
* r21589: give an error when the assoc_group_id isn't 0Stefan Metzmacher2007-10-101-0/+4
| | | | | | | TODO: we need to correctly implement assoc groups! metze (This used to be commit df7c6c6e0b961eda8daf182df8faed6b29639149)
* r21588: add a RPC-HANDLES-LSARPC-SHARED test, which demonstratesStefan Metzmacher2007-10-102-1/+247
| | | | | | | policy handles can be shared between connections metze (This used to be commit 874cb393666b950b379d07e6af5bcf41f2bf4746)
* r21586: update manifestJelmer Vernooij2007-10-101-10/+2
| | | | (This used to be commit 6ec3c5430db21f312d697fd9491a6867e36d96a6)
* r21584: Support for tagged types has landed!Jelmer Vernooij2007-10-108-43/+56
| | | | | | | It's now possible to use "struct foo" without a typedef in IDL files. echo_info4 is the first type that's been converted. (This used to be commit 3ac68e858df9b53cf5e0a84741916214a53b3121)
* r21583: add missing CN=Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 199416a4d3d7e0f4c416c66cb92e49fc9a83a556)
* r21582: Allow modification of LDFLAGSJelmer Vernooij2007-10-101-8/+7
| | | | (This used to be commit 1726bd33782d1ee77a292bdc0c840959c1c3fb50)
* r21580: Add generic target for test coverage data.Jelmer Vernooij2007-10-102-0/+7
| | | | (This used to be commit a41b72458d04a18da0c0c59cef8a2e24f77e8890)
* r21579: Use utility function to determine function names in ejs code.Jelmer Vernooij2007-10-102-17/+32
| | | | (This used to be commit 1736de4c73a82be8357808dc8ec93d3917213449)
* r21578: Use utility function for naming pull/push/print functions.Jelmer Vernooij2007-10-104-56/+67
| | | | (This used to be commit e0f626b79c43eb59ad3c6e3fb6c267504764bfef)
* r21575: Fix handling of is_scalar() for declares.Jelmer Vernooij2007-10-102-2/+5
| | | | (This used to be commit f0bc29df7297f8f91175091e5f4b14f4ae4b0591)
* r21574: Fix handling of DECLARE.Jelmer Vernooij2007-10-103-2/+9
| | | | (This used to be commit 6a4033464bf269176f928a5b3b7e63aad1bb1e7a)
* r21573: Remove more code that assumed all types are typedefs.Jelmer Vernooij2007-10-104-15/+45
| | | | (This used to be commit bbbfbfa870c44a6148c3d4d47ff409098e85fcc3)
* r21572: More work towards supporting tagged types.Jelmer Vernooij2007-10-105-12/+78
| | | | (This used to be commit 4d28396f0928444406334888f4bc345e74a380df)