Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21590: add RPC-HANDLES-MIXED-SHARED test, which shows that | Stefan Metzmacher | 1 | -0/+136 |
2007-10-10 | r21589: give an error when the assoc_group_id isn't 0 | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r21588: add a RPC-HANDLES-LSARPC-SHARED test, which demonstrates | Stefan Metzmacher | 2 | -1/+247 |
2007-10-10 | r21586: update manifest | Jelmer Vernooij | 1 | -10/+2 |
2007-10-10 | r21584: Support for tagged types has landed! | Jelmer Vernooij | 8 | -43/+56 |
2007-10-10 | r21583: add missing CN= | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21582: Allow modification of LDFLAGS | Jelmer Vernooij | 1 | -8/+7 |
2007-10-10 | r21580: Add generic target for test coverage data. | Jelmer Vernooij | 2 | -0/+7 |
2007-10-10 | r21579: Use utility function to determine function names in ejs code. | Jelmer Vernooij | 2 | -17/+32 |
2007-10-10 | r21578: Use utility function for naming pull/push/print functions. | Jelmer Vernooij | 4 | -56/+67 |
2007-10-10 | r21575: Fix handling of is_scalar() for declares. | Jelmer Vernooij | 2 | -2/+5 |
2007-10-10 | r21574: Fix handling of DECLARE. | Jelmer Vernooij | 3 | -2/+9 |
2007-10-10 | r21573: Remove more code that assumed all types are typedefs. | Jelmer Vernooij | 4 | -15/+45 |
2007-10-10 | r21572: More work towards supporting tagged types. | Jelmer Vernooij | 5 | -12/+78 |
2007-10-10 | r21571: added RPC-HANDLES test to make test | Andrew Tridgell | 2 | -4/+4 |
2007-10-10 | r21570: added a RPC-HANDLES test that tries to show that rpc policy handles | Andrew Tridgell | 3 | -1/+214 |
2007-10-10 | r21568: More tests. | Jelmer Vernooij | 2 | -4/+141 |
2007-10-10 | r21567: Add some more wireshark tests. | Jelmer Vernooij | 2 | -9/+78 |
2007-10-10 | r21564: Move ndrdump to librpc/tools. | Jelmer Vernooij | 4 | -17/+101 |
2007-10-10 | r21559: More tests. | Jelmer Vernooij | 1 | -1/+70 |
2007-10-10 | r21555: Some tests for TYPE in wireshark conformance files. | Jelmer Vernooij | 2 | -3/+37 |
2007-10-10 | r21554: Use a snippet from tridge's junkcode to cause us to wait for smbd to | Andrew Bartlett | 2 | -1/+21 |
2007-10-10 | r21553: Remove bogus comment. | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r21545: Fix pidl test. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r21544: Fix duplicate names. The build system should be warning about this.... | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r21541: Export mgmt, samr and atsvc for use in samba-gtk. | Jelmer Vernooij | 6 | -15/+29 |
2007-10-10 | r21539: try to get rid of all valgrind warnings... | Stefan Metzmacher | 1 | -26/+21 |
2007-10-10 | r21538: this looks better... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is created | Andrew Tridgell | 11 | -21/+36 |
2007-10-10 | r21534: Add some more tests for wireshark. | Jelmer Vernooij | 3 | -6/+50 |
2007-10-10 | r21533: try to get rid of the valgrind warnings of uninitialized memory | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21532: Add tests for StripPrefixes utility function. | Jelmer Vernooij | 3 | -16/+22 |
2007-10-10 | r21531: Use pidl-specific utility functions. Patch from Ronnie Sahlberg | Jelmer Vernooij | 1 | -7/+7 |
2007-10-10 | r21528: This file gets called by testit(), so it shouldn't call testit(). | Brad Henry | 1 | -4/+2 |
2007-10-10 | r21524: don't send unitialized data to the socket | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21523: fix a valgrind warning, we write the struct content to the file and s... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r21522: Stop passing the VM config file path to wintest_2k3_dc.sh on the comm... | Brad Henry | 1 | -1/+1 |
2007-10-10 | r21521: Add missing quotes around shell variables which could have spaces. | Brad Henry | 4 | -12/+10 |
2007-10-10 | r21520: fix the altercontext test... sorry | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r21519: when we want to send non initialized data, then | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r21518: fix panic, sorry... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21516: - use the same assoc_group_id, for all 3 drsuapi connection | Stefan Metzmacher | 1 | -4/+21 |
2007-10-10 | r21515: add some more PFC_FLAGS from the DCERPC spec, and fix some names | Stefan Metzmacher | 5 | -11/+32 |
2007-10-10 | r21514: move away from a hardcoded "smbtorturedc" | Stefan Metzmacher | 1 | -31/+67 |
2007-10-10 | r21513: I don't know how long this has been wrong, but fix this up so we can | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r21512: finish DsBind() in the DRSUAPI server: | Stefan Metzmacher | 2 | -14/+140 |
2007-10-10 | r21511: this seems to be the nicer fix for the problem with | Stefan Metzmacher | 2 | -12/+4 |
2007-10-10 | r21510: make it possible to push tags with length > 0xFFFFFF | Stefan Metzmacher | 1 | -1/+12 |
2007-10-10 | r21504: for simo... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21503: add usefull function to get the site dn for the local server | Stefan Metzmacher | 1 | -0/+17 |