Age | Commit message (Expand) | Author | Files | Lines |
2004-01-20 | dcerpc server output now copes with the client blocking part way | Andrew Tridgell | 3 | -24/+64 |
2004-01-20 | avoid a copy of the data being input to the dcerpc server in the most | Andrew Tridgell | 1 | -4/+29 |
2004-01-19 | add make [un]installtorture | Stefan Metzmacher | 1 | -3/+9 |
2004-01-19 | remove all unused stuff from Makefile.in | Stefan Metzmacher | 4 | -646/+75 |
2004-01-19 | Add test to set single fields in fields_present with info21. | Simo Sorce | 1 | -37/+53 |
2004-01-17 | make sure we initialise r.out.handle in openeventlog | Andrew Tridgell | 1 | -0/+1 |
2004-01-15 | * fixed a segv when -U is not used in smbtorture. | Andrew Tridgell | 2 | -6/+18 |
2004-01-13 | a script which find unused or undefined vars in Makefile or Makefile.in | Stefan Metzmacher | 1 | -0/+45 |
2004-01-13 | Add script for finding unused function checks in configure.in | Jelmer Vernooij | 1 | -0/+37 |
2004-01-11 | Fix --with-fhs for swatdir | Jelmer Vernooij | 1 | -0/+1 |
2004-01-11 | added dom_sid_string() function | Andrew Tridgell | 1 | -7/+15 |
2004-01-09 | Update Copyright to 1992-2004 | Stefan Metzmacher | 1 | -1/+1 |
2004-01-09 | fixed the rpc epmapper server. This fixes rpc over tcp. | Andrew Tridgell | 1 | -1/+18 |
2004-01-08 | This patch adds a better dcerpc server infastructure. | Stefan Metzmacher | 24 | -408/+970 |
2004-01-08 | remove a useless assignment | Stefan Metzmacher | 1 | -1/+1 |
2004-01-02 | Add note about new configure structure. | Jelmer Vernooij | 1 | -1/+3 |
2004-01-02 | Autodetect service_type in cli_tree_full_connection() if the caller | Tim Potter | 1 | -0/+6 |
2003-12-31 | the endpoint mapper now works in bigendian mode | Andrew Tridgell | 4 | -9/+16 |
2003-12-30 | "subsystems" should be static | Andrew Tridgell | 1 | -1/+1 |
2003-12-22 | remove some unused files | Andrew Tridgell | 9 | -4386/+0 |
2003-12-21 | minor updates to make the srvsvc test compile | Andrew Tridgell | 1 | -5/+5 |
2003-12-21 | wkssvc test updates from metze | Andrew Tridgell | 1 | -15/+21 |
2003-12-20 | latest srvsvc and wkssvc IDL from metze | Andrew Tridgell | 2 | -122/+744 |
2003-12-20 | tim, I'm guessing you really didn't want to add this :) | Andrew Tridgell | 1 | -2/+1 |
2003-12-20 | Remove Makefile targets for old python extensions. | Tim Potter | 1 | -27/+17 |
2003-12-19 | addition of samr_SetSecurity() from kai | Andrew Tridgell | 4 | -5/+29 |
2003-12-19 | fixed removal of moe than one ncacn_* option from option list | Andrew Tridgell | 1 | -0/+1 |
2003-12-19 | fixed the AddAliasMem test code | Andrew Tridgell | 2 | -13/+44 |
2003-12-19 | added a bunch of alias functions in samr.idl based on work by Kai. | Andrew Tridgell | 4 | -47/+396 |
2003-12-19 | added code to the IDL validator to check for common errors with | Andrew Tridgell | 2 | -3/+51 |
2003-12-17 | fixed a segv in RPC-* when debug level > 2 | Andrew Tridgell | 1 | -1/+1 |
2003-12-17 | Fix typo. | Tim Potter | 1 | -1/+1 |
2003-12-17 | fixed a bug in the acct_flags checking on CreateUser2 in the RPC-SAMR test | Andrew Tridgell | 1 | -5/+5 |
2003-12-17 | Delete old python bindings. | Tim Potter | 44 | -9239/+0 |
2003-12-17 | added a smb.conf flag "rpc big endian" that tells our rpc server to | Andrew Tridgell | 5 | -49/+65 |
2003-12-16 | removed some unused functions | Andrew Tridgell | 1 | -87/+0 |
2003-12-16 | fixed formatting of uuids in debug output | Andrew Tridgell | 1 | -1/+1 |
2003-12-16 | added a define for the DCERPC little-endian data representation flag | Andrew Tridgell | 2 | -8/+11 |
2003-12-16 | fixed the RPC-MGMT and RPC-SCANNER tests to work with the new | Andrew Tridgell | 3 | -50/+136 |
2003-12-16 | no longer require the pipe name or tcp port number to be the first | Andrew Tridgell | 1 | -0/+4 |
2003-12-16 | use bigendian mode to fix the idl for samr_LogonHours | Andrew Tridgell | 1 | -1/+1 |
2003-12-16 | it turns out that a wire policy handle isn't a blob either, its a | Andrew Tridgell | 5 | -15/+39 |
2003-12-16 | added support for big-endian ucs2 strings (as used by big-endian | Andrew Tridgell | 4 | -14/+52 |
2003-12-16 | a fairly large commit! | Andrew Tridgell | 25 | -187/+280 |
2003-12-16 | the out substructure is not empty if there is a return from the | Andrew Tridgell | 1 | -0/+6 |
2003-12-16 | enable rep_inet_ntoa() for non-pthread builds | Andrew Tridgell | 1 | -1/+4 |
2003-12-16 | more mutex portability. | Andrew Tridgell | 2 | -10/+10 |
2003-12-16 | some compilers can't handle structures with no elements. Generate | Andrew Tridgell | 1 | -16/+46 |
2003-12-16 | more portability fixes. We now almost compile on solaris | Andrew Tridgell | 3 | -15/+17 |
2003-12-16 | use smb_rwlock_t instead of rwlock_t to avoid conflicts with system | Andrew Tridgell | 3 | -16/+16 |