Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-08-15 | don't leak memory if cli->tree is NULL | Herb Lewis | 1 | -3/+5 |
2003-08-15 | don't dereference null pointer | Herb Lewis | 1 | -1/+1 |
2003-08-15 | more fixes from the IRIX compiler (thanks herb!) | Andrew Tridgell | 1 | -4/+1 |
2003-08-15 | more fixes from the IRIX compiler (thanks herb!) | Andrew Tridgell | 5 | -8/+4 |
2003-08-15 | wrong typecast | Herb Lewis | 1 | -1/+1 |
2003-08-15 | fixed some places where we don't brace (flags & STR_UNICODE) | Andrew Tridgell | 1 | -1/+1 |
2003-08-15 | try to cope with servers that return a blank alt_name field | Andrew Tridgell | 1 | -1/+5 |
2003-08-15 | some servers don't return a fs_type and dev_type | Andrew Tridgell | 1 | -2/+6 |
2003-08-15 | fixed a comment typo | Andrew Tridgell | 1 | -2/+2 |
2003-08-15 | nicer formatting in getattre | Andrew Tridgell | 1 | -6/+6 |
2003-08-14 | client/client.c - cannot initialize struct with non-const values | Herb Lewis | 1 | -2/+2 |
2003-08-14 | added the ancient SMBcreate operation to the testsuite and client lib | Andrew Tridgell | 1 | -0/+12 |
2003-08-13 | - added a raw smb scanner | Andrew Tridgell | 1 | -1/+1 |
2003-08-13 | - added SMBntrename test suite | Andrew Tridgell | 4 | -14/+39 |
2003-08-13 | add support for 32 bit pid using the PIDHIGH field. This allows the | Andrew Tridgell | 1 | -1/+2 |
2003-08-13 | use the \\server\share form of tconx to work with servers that don't | Andrew Tridgell | 1 | -1/+4 |
2003-08-13 | first public release of samba4 code | Andrew Tridgell | 51 | -0/+18245 |