summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r21699: Because TALLOC_CTX is a void*, I didn't get a compiler warning aboutAndrew Bartlett2007-10-101-1/+1
| | | | | | | | | | this incorrect argument. This also fixes the server-side valgrind issue, but we need to chase down the real issue. Andrew Bartlett (This used to be commit a0c78a75acb9bc581dd8d2688aa91d7b59549c3e)
* r21698: Check for talloc failures.Andrew Bartlett2007-10-101-0/+6
| | | | | Andrew Bartlett (This used to be commit c9eb5bf19a702af32a4e4f109a27e4076303efdc)
* r21697: Try to cover the 'bad session key' codepaths too.Andrew Bartlett2007-10-101-0/+54
| | | | | Andrew Bartlett (This used to be commit 33cfe1ca221de9ef9dec264772fb299125c39447)
* r21696: Run the RPC-COUNTCALLS test to try and walk some of the NDR layer forAndrew Bartlett2007-10-102-31/+81
| | | | | | | routines for which we don't have any tests. Andrew Bartlett (This used to be commit e5b9bdf03729a913f3c6cc7709abcbdf50899562)
* r21695: Fix on bigendian systems.Jelmer Vernooij2007-10-101-4/+4
| | | | (This used to be commit 98f92dd6a1e7f096b328d80c5efdc6600a5de007)
* r21694: Some more testing updates.Jelmer Vernooij2007-10-105-5/+41
| | | | (This used to be commit 9247626b1c5f1eec0cedd6be221aafc41d9a26ab)
* r21693: Fix the RPC-SCANNER test. Share some code with the RPC-MGMT test toAndrew Bartlett2007-10-102-51/+14
| | | | | | | make things easier to keep working. Andrew Bartlett (This used to be commit 16db4c1436725e41ea05628f20fc9396d7bd7eaa)
* r21692: Test with LDAP, but without the non-block testing. This is notAndrew Bartlett2007-10-101-12/+10
| | | | | | | | | compatible with the TLS layer at the moment. https://bugzilla.samba.org/show_bug.cgi?id=4431 Andrew Bartlett (This used to be commit 1e401286f94897f83d89d1a87027e988eb6deac5)
* r21691: Add testsuite for lib/charsetJelmer Vernooij2007-10-104-6/+239
| | | | (This used to be commit a4184893959bb25541704938ee621e5c575b817d)
* r21690: Test use of typedef /and/ struct nameJelmer Vernooij2007-10-102-2/+6
| | | | (This used to be commit f6d9cdb8a8eca6ff986504d4481b5165aee770c6)
* r21689: Try to walk a bit more of the param/loadparm.c functions, as well asAndrew Bartlett2007-10-101-2/+16
| | | | | | | | validating that we have a correct configuration before we even start testing. Andrew Bartlett (This used to be commit c399b20b44d396dea69ed81b7d80982611ed25e4)
* r21688: Add simple tests for genrandJelmer Vernooij2007-10-104-0/+101
| | | | (This used to be commit 90f23f0de86bb63ad65556ff2dab8b066236f300)
* r21687: Always test LDAP and LDAPSAndrew Bartlett2007-10-101-2/+1
| | | | (This used to be commit e830b815962da575aea9f9dc6bfee8eda8ec43c9)
* 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-103-3/+22
| | | | | | 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-103-8/+7
| | | | (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)