Age | Commit message (Expand) | Author | Files | Lines |
2003-01-13 | Make sure that those cleanups actually went in. | Richard Sharpe | 1 | -2/+2 |
2002-12-30 | the shutdown call does not have a 16 bit flags, but 2 byte representing booleans | Simo Sorce | 1 | -2/+3 |
2002-08-02 | Moved rpc client routines from libsmb back to rpc_client where they belong. | Tim Potter | 1 | -1045/+73 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -0/+3 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -15/+15 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-14 | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 1 | -4/+0 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -3/+0 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -4/+5 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 1 | -32/+32 |
2001-03-07 | Sync up handle creation with 2.2 branch. We can now join AS/U domains and | Jeremy Allison | 1 | -8/+6 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 1 | -7/+2 |
2000-12-04 | no longer pass the type to make_sec_desc(), instead the type is | Andrew Tridgell | 1 | -1/+1 |
2000-07-27 | Ok - this is a *BIG* change - but it fixes the problems with static strings | Jeremy Allison | 1 | -32/+32 |
2000-05-18 | Added the NETDFS pipe to allow remote administration of the msdfs symlinks | Shirish Kalele | 1 | -2/+3 |
2000-05-17 | Cutover from 2.2.x - missed in merge. | Jeremy Allison | 1 | -4/+2 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 1 | -25/+0 |
2000-03-22 | added the following message to all dce/rpc client/server code, except | Luke Leighton | 1 | -0/+25 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -678/+555 |
1999-11-27 | further abstraction involving client states. main client-side code | Luke Leighton | 1 | -23/+20 |
1999-11-25 | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 1 | -129/+24 |
1999-11-24 | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 1 | -27/+175 |
1999-11-24 | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1 | -2/+4 |
1999-11-18 | updating reg_value_info() parsing code to take BUFFER2 instead of just | Luke Leighton | 1 | -3/+4 |
1999-11-18 | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1 | -4/+3 |
1999-10-29 | rpcclient regenum key client code rewritten to use higher order functions. | Luke Leighton | 1 | -1/+3 |
1999-10-29 | added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supported | Luke Leighton | 1 | -0/+65 |
1999-10-25 | - typecast malloc / Realloc issues. | Luke Leighton | 1 | -2/+2 |
1999-10-15 | renamed "class" local variable to avoid global clash | Luke Leighton | 1 | -2/+2 |
1999-08-03 | reverted jeremy's c++-like security descriptor modifications as the | Luke Leighton | 1 | -27/+16 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 1 | -1/+1 |
1999-02-23 | added jeremy's new c++-like code for parsing of security descriptors. | Luke Leighton | 1 | -16/+28 |
1999-02-16 | rpcclient shutdown command | Luke Leighton | 1 | -0/+55 |
1999-02-15 | Always null-terminate strings. | Matthew Chapman | 1 | -4/+4 |
1999-02-12 | UNICODE cleanup (see lib/util_unistr.c). | Matthew Chapman | 1 | -4/+6 |
1998-12-07 | removed nt_pipe_fnum from struct cli_state. need to be able to call | Luke Leighton | 1 | -35/+35 |
1998-11-13 | security descriptors | Luke Leighton | 1 | -1/+16 |
1998-11-12 | security descriptors. | Luke Leighton | 1 | -2/+2 |
1998-11-12 | cleaning up conflicts between group code not yet committed and | Luke Leighton | 1 | -3/+51 |
1998-11-11 | clearing up security descriptor | Luke Leighton | 1 | -0/+4 |
1998-11-11 | changed syntax of registry commands so keys can start with HKLM or HKU. | Luke Leighton | 1 | -38/+33 |
1998-11-11 | Makefile.in: Added target for makeyodldocs - not used by default. | Jeremy Allison | 1 | -5/+5 |
1998-11-11 | registry delete value command: "regdeleteval". | Luke Leighton | 1 | -0/+54 |
1998-11-11 | renamed unk_1b to flush_key | Luke Leighton | 1 | -9/+9 |
1998-11-11 | - renamed open_policy to open_hklm. | Luke Leighton | 1 | -21/+78 |
1998-11-10 | rpcclient registry key delete command: "regdeletekey". | Luke Leighton | 1 | -0/+54 |
1998-11-10 | registry modification requires a "sync" or "refresh" on the parent key. | Luke Leighton | 1 | -0/+56 |
1998-11-10 | rpcclient registry commands. | Luke Leighton | 1 | -19/+133 |
1998-11-09 | split socket util functions into util_sock.c. util.c NOT committed | Luke Leighton | 1 | -0/+645 |