Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r42: importing .cvsignore files | Gerald Carter | 1 | -3/+0 |
2007-10-10 | r23: get rid of def_finfo | Andrew Tridgell | 1 | -3/+0 |
2004-03-25 | fixed the handling of level II oplocks in samba4, especially when | Andrew Tridgell | 2 | -2/+3 |
2004-03-08 | fixed two writex client bugs | Andrew Tridgell | 1 | -4/+4 |
2004-02-21 | The file descriptor argument to cli_getattrE() is a fnum not a fd. | Tim Potter | 1 | -2/+2 |
2004-02-21 | fixed a problem with the smb client code spinning when the connection | Andrew Tridgell | 1 | -1/+5 |
2004-02-12 | move more code to the config.m4 scheme | Stefan Metzmacher | 2 | -0/+45 |
2004-02-10 | Convert libcli routines to return NTSTATUS instead of BOOL. Again, the | Tim Potter | 4 | -112/+113 |
2004-02-10 | - modified the dcerpc client security code to be generic, so ntlmssp | Andrew Tridgell | 2 | -0/+344 |
2004-02-08 | Convert libcli routines to use cli_tree instead of cli_state. Port | Tim Potter | 8 | -152/+168 |
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 |