Age | Commit message (Expand) | Author | Files | Lines |
2004-02-01 | merge: | Stefan Metzmacher | 2 | -44/+72 |
2004-01-15 | * fixed a segv when -U is not used in smbtorture. | Andrew Tridgell | 2 | -6/+18 |
2004-01-02 | Autodetect service_type in cli_tree_full_connection() if the caller | Tim Potter | 1 | -0/+6 |
2003-12-16 | a fairly large commit! | Andrew Tridgell | 1 | -1/+2 |
2003-12-15 | make sure we allow clients to negotiate ntlmssp seal if they want it | Andrew Tridgell | 1 | -1/+2 |
2003-12-11 | the next step in the dcerpc server code. Added the link between the | Andrew Tridgell | 1 | -3/+5 |
2003-12-04 | * patch based on work by Jim Myers to unify the ioctl handling to be | Andrew Tridgell | 1 | -34/+71 |
2003-12-02 | added netr_DatabaseSync(). It doesn't work as I haven't done schannel | Andrew Tridgell | 1 | -3/+9 |
2003-12-02 | another big improvement in the credentials API. I think it now | Andrew Tridgell | 1 | -42/+69 |
2003-12-02 | * netr_ServerPasswordSet() now works - the test suite changes the | Andrew Tridgell | 1 | -0/+11 |
2003-12-01 | * another small API change in the credentials code | Andrew Tridgell | 2 | -62/+88 |
2003-12-01 | neater credentials handling in netlogon client code | Andrew Tridgell | 1 | -159/+32 |
2003-12-01 | fixed NTLMSSP_SIGN_VERSION (which I broke earlier today) | Andrew Tridgell | 1 | -2/+1 |
2003-12-01 | added netr_LogonSamLogon() and test code | Andrew Tridgell | 1 | -3/+0 |
2003-12-01 | added netr_ServerAuthenticate() and test code | Andrew Tridgell | 2 | -21/+213 |
2003-12-01 | * got rid of UNISTR2 and everything that depends on it | Andrew Tridgell | 2 | -194/+3 |
2003-11-26 | fixed default port handling pointed out by Tom Jansen | Andrew Tridgell | 1 | -1/+1 |
2003-11-26 | fixed some memory leaks in the dcerpc use of ntlmssp signing | Andrew Tridgell | 1 | -2/+6 |
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 7 | -941/+1788 |
2003-11-23 | reduced the number of magic types we need in mkproto.pl | Andrew Tridgell | 1 | -2/+2 |
2003-11-20 | make the socket send code a little clearer | Andrew Tridgell | 1 | -1/+5 |
2003-11-19 | updated copyright year | Andrew Tridgell | 1 | -1/+1 |
2003-11-17 | * add another WERR err code | Andrew Tridgell | 1 | -0/+1 |
2003-11-17 | security descriptors are no longer a "special" type, they are handled | Andrew Tridgell | 1 | -1/+1 |
2003-11-17 | added OpenPrinter and a test function. Note that the Samba3 structure | Andrew Tridgell | 1 | -0/+6 |
2003-11-08 | - corrected some lsa idl | Andrew Tridgell | 1 | -1/+5 |
2003-11-06 | another major bit of restructuring of rpc in Samba4. Mostly moving | Andrew Tridgell | 16 | -2971/+0 |
2003-11-05 | finished off the ndr_sec.c module | Andrew Tridgell | 2 | -15/+164 |
2003-11-04 | fixed another error found by valgrind | Andrew Tridgell | 2 | -5/+3 |
2003-11-04 | fixed some error found by valgrind | Andrew Tridgell | 4 | -3/+11 |
2003-11-04 | lsa_EnumSids() now works | Andrew Tridgell | 5 | -2/+109 |
2003-11-04 | lsa_OpenPolicy2 now works | Andrew Tridgell | 4 | -10/+85 |
2003-11-04 | yipee! we can now do lsaOpenPolicy() via the new interfaces, without | Andrew Tridgell | 10 | -25/+422 |
2003-11-04 | added support for fragmented sends | Andrew Tridgell | 3 | -8/+83 |
2003-11-04 | added fragmentation support on receive for dcerpc packets. I have | Andrew Tridgell | 2 | -5/+188 |
2003-11-03 | added SinkData and SourceData tests for rpcecho | Andrew Tridgell | 4 | -1/+114 |
2003-11-03 | added rpcecho EchoData test | Andrew Tridgell | 4 | -1/+91 |
2003-11-03 | actually use the passed parameters! | Andrew Tridgell | 1 | -3/+3 |
2003-11-03 | added a helper function to make building rpc functions a bit easier | Andrew Tridgell | 3 | -32/+66 |
2003-11-03 | started adding RPC-ECHO torture cases | Andrew Tridgell | 6 | -11/+187 |
2003-11-03 | we only want the per-call stub data | Andrew Tridgell | 1 | -6/+21 |
2003-11-03 | a major revamp of the low level dcerpc code in samba4, We can now do a | Andrew Tridgell | 13 | -642/+1228 |
2003-10-30 | - a few portability fixes from Jim Myers | Andrew Tridgell | 6 | -0/+630 |
2003-10-28 | A fix for making transfer syntax a pointer instead of an array of pointers | Tim Potter | 1 | -2/+2 |
2003-10-28 | Cli level code for initial dcerpc client support. | Tim Potter | 1 | -0/+254 |
2003-10-28 | Initial version of raw dcerpc client support. | Tim Potter | 1 | -0/+222 |
2003-10-28 | Implement raw SMBtrans by backending the SMBtrans2 send code. Receive is | Tim Potter | 1 | -8/+53 |
2003-10-10 | fixed snprintf.c for systems that have only some of the *printf() family of f... | Andrew Tridgell | 1 | -0/+5 |
2003-09-02 | thanks to ntfsd and some google searches I worked out what the unknown | Andrew Tridgell | 2 | -30/+26 |
2003-08-31 | I think I've finally got the ascii/unicode issues right in trans2 find | Andrew Tridgell | 3 | -11/+22 |