Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3524: Remove unused variable. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r3517: Fix the build - Sorry! | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r3514: Allow specification of username, password and domain and try to set up... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3513: Add (the infrastructure for) DCOM support. Contents: | Jelmer Vernooij | 9 | -7/+99 |
2007-10-10 | r3512: - support DsCrackName GUID strings ('{faedf4f9-0de8-4582-b8b6-c475efef... | Stefan Metzmacher | 1 | -14/+120 |
2007-10-10 | r3509: - comment out a unused var | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 10 | -65/+76 |
2007-10-10 | r3499: setting an out param for a non-pointer doesn't do anything (and | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3497: removed some include cruft, and split out librpc/gen_ndr/tables.h | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r3494: got rid of include/rewrite.h, and split out the dynconfig.h header | Andrew Tridgell | 4 | -0/+4 |
2007-10-10 | r3490: All tests work against NT4 now | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r3489: Add a couple more DCOM tests (Both OxidResolver and RemoteActivation are | Jelmer Vernooij | 2 | -7/+156 |
2007-10-10 | r3487: RemoteActivation works! The only odd bit is that I get either a | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 3 | -2/+4 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3464: split out registry.h, rap.h and ldap_server.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 5 | -1/+6 |
2007-10-10 | r3462: separate out the crypto includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3461: another place where "open" was used as a structure element | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3458: more solaris portability fixes, the main one being that we can't use a | Andrew Tridgell | 2 | -41/+41 |
2007-10-10 | r3457: s_addr is a macro on solaris, so we can't use it in structure names. a... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3454: moved a few more things out if includes.h into the include/system/ inc... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 3 | -0/+3 |
2007-10-10 | r3449: more include file reduction | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 15 | -0/+15 |
2007-10-10 | r3446: created include/system/iconv.h and include/system/shmem.h | Andrew Tridgell | 2 | -9/+2 |
2007-10-10 | r3445: made the gtk tooks use minimal includes. This approximately halves the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3443: the next stage in the include files re-organisation. | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r3441: some include file cleanups and general housekeeping | Andrew Tridgell | 3 | -15/+10 |
2007-10-10 | r3432: Support WERROR's in arguments (not just as return type). Some of | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 24 | -0/+27 |
2007-10-10 | r3426: removed 2 unused files, and some unused variables | Andrew Tridgell | 2 | -1048/+0 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 17 | -0/+17 |
2007-10-10 | r3416: Typos | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r3414: RemoteActivation torture test | Jelmer Vernooij | 2 | -24/+139 |
2007-10-10 | r3413: RemoteActivation updates and fixes | Jelmer Vernooij | 3 | -47/+26 |
2007-10-10 | r3400: - allow callers to control the flags2 field in raw packets | Andrew Tridgell | 1 | -2/+13 |
2007-10-10 | r3397: Fix IDL for ComplexPing and SimplePing, including tests | Jelmer Vernooij | 1 | -5/+36 |
2007-10-10 | r3396: Rename form_name -> formname. This time, check smbtorture builds before | Tim Potter | 1 | -1/+1 |
2007-10-10 | r3394: Give the user a clue why we are blasting them with the usage brick. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r3391: fixed some memory leaks in the schannel code | Andrew Tridgell | 2 | -24/+19 |
2007-10-10 | r3387: fixed pvfs to pass the NTDENY tests. The tricky bit was | Andrew Tridgell | 1 | -10/+12 |
2007-10-10 | r3386: - fixed --seed option in smbtorture | Andrew Tridgell | 2 | -4/+281 |
2007-10-10 | r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra... | Andrew Tridgell | 3 | -10/+10 |
2007-10-10 | r3348: More registry fixes and additions. The following functions work right ... | Jelmer Vernooij | 1 | -6/+16 |
2007-10-10 | r3340: Various fixes in the registry code. Implement the EnumKey call | Jelmer Vernooij | 1 | -0/+12 |
2007-10-10 | r3332: Check result codes in some more places... | Jelmer Vernooij | 1 | -1/+11 |
2007-10-10 | r3325: missed one of the torture changes ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3324: made the smbtorture code completely warning free | Andrew Tridgell | 64 | -119/+127 |
2007-10-10 | r3323: more warning reductions | Andrew Tridgell | 1 | -1/+1 |