Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3594: continue conversion to __location__ from __LINE__ for error reporting | Andrew Tridgell | 1 | -9/+9 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 4 | -0/+8 |
2007-10-10 | r3583: - seperate the ldap client code and the ldap parsing code | Stefan Metzmacher | 2 | -8/+8 |
2007-10-10 | r3580: - on file overwrite in ntcreatex we need to replace the file permissions. | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r3577: add a torture_join_domain_ads_dc() function, | Stefan Metzmacher | 1 | -0/+94 |
2007-10-10 | r3576: don't consider short share delay timeouts to be an error, so we can | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r3574: the RAW-OPEN test changes broke a couple of the other tests. This | Andrew Tridgell | 5 | -59/+116 |
2007-10-10 | r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge... | Andrew Tridgell | 1 | -47/+29 |
2007-10-10 | r3557: Use a switch, not a series of if/else if statements. | Andrew Bartlett | 1 | -8/+11 |
2007-10-10 | r3553: Allow talloc_reference to take a NULL pointer for the "ptr" argument. | Andrew Bartlett | 1 | -1/+11 |
2007-10-10 | r3540: added testing of SMBntcancel in the open/open/close mux | Andrew Tridgell | 1 | -14/+33 |
2007-10-10 | r3539: much nicer async open delay code. | Andrew Tridgell | 1 | -7/+16 |
2007-10-10 | r3528: added support for the SMBntcancel() operation, which cancels any | Andrew Tridgell | 1 | -0/+4 |
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 |