Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5592: Oops, accidentally committed test version of rpcclient. Reverting cha... | Jim McDonough | 1 | -6/+5 |
2007-10-10 | r5591: Implement "net rpc trustdom del", including client side of | Jim McDonough | 1 | -5/+6 |
2007-10-10 | r4933: List not only the first 10 trusts with rpcclient -c enumtrust. | Volker Lendecke | 1 | -16/+22 |
2007-10-10 | r4821: finish off 'net rpc rights [list|grant|revoke]' | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r4742: add server support for lsa_add/remove_account_rights() and fix some pa... | Gerald Carter | 1 | -1/+6 |
2007-10-10 | r4736: small set of merges from rtunk to minimize the diffs | Gerald Carter | 1 | -0/+43 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r196: merging struct uuid from trunk | Gerald Carter | 1 | -2/+2 |
2004-01-08 | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 1 | -11/+15 |
2003-03-18 | Merge of waider's rpcclient return type patch. | Tim Potter | 1 | -13/+13 |
2003-02-25 | Merge: const fixes. | Tim Potter | 1 | -14/+14 |
2003-02-18 | Check return code of string_to_sid. (Merge from HEAD) | Martin Pool | 1 | -2/+5 |
2003-01-29 | Merge tridge's client priv code from HEAD. | Jeremy Allison | 1 | -11/+56 |
2003-01-28 | Merging tridge's privillage client changes from HEAD. | Jeremy Allison | 1 | -0/+74 |
2003-01-15 | *lots of small merges form HEAD | Gerald Carter | 1 | -1/+1 |
2003-01-15 | merging some rpcclient and net functionality from HEAD | Gerald Carter | 1 | -0/+48 |
2003-01-15 | [merge] | Gerald Carter | 1 | -3/+2 |
2002-10-04 | merge of working dsrolegetprimdominfo() client code from APP_HEAD | Gerald Carter | 1 | -8/+0 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -10/+19 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -9/+2 |
2002-08-17 | sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -22/+45 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -23/+42 |
2002-04-15 | Merge of lsa lookup names/sids patch from HEAD. | Tim Potter | 1 | -10/+11 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | Back out some of the less well thought out ideas from last weeks work on | Andrew Bartlett | 1 | -10/+1 |
2002-01-26 | Make a talloc'ed copy of this strings so we can pass the right kind of pointer | Andrew Bartlett | 1 | -1/+5 |
2002-01-20 | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 1 | -4/+9 |
2001-12-11 | Grr - people who put const everywhere should fix up all the warnings they | Tim Potter | 1 | -1/+2 |
2001-12-11 | Doing some research into ACLs on the LSA and SAM policy objects. | Tim Potter | 1 | -0/+37 |
2001-11-24 | added "net join" command | Andrew Tridgell | 1 | -2/+0 |
2001-11-24 | added lsaenumprivsaccount and lsalookupprivvalue to rpcclient | Jean-François Micouleau | 1 | -7/+97 |
2001-11-22 | added lsa_enum_sids to rpcclient | Jean-François Micouleau | 1 | -3/+64 |
2001-11-22 | add another command to rpcclient: getdispname. Show the full description | Jean-François Micouleau | 1 | -0/+38 |
2001-11-22 | add a command to rpcclient: enumprivs | Jean-François Micouleau | 1 | -0/+48 |
2001-10-12 | Some old stuff hanging around since the CIFS conference. Big cleanup of | Tim Potter | 1 | -143/+39 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -4/+4 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -37/+41 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -8/+8 |
2001-08-10 | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 1 | -0/+4 |
2001-07-20 | Started adding some help/usage info for rpcclient commands. | Tim Potter | 1 | -6/+9 |
2001-05-11 | Memory leak fixes plus general cleanup. | Tim Potter | 1 | -35/+20 |
2001-04-28 | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 1 | -14/+52 |
2001-03-23 | More unused variables. | Jeremy Allison | 1 | -1/+3 |
2001-03-15 | more updates. several spoolss commands added as placeholders | Gerald Carter | 1 | -0/+1 |
2001-03-14 | set of changes in the beginning of bringing rpcclient changes | Gerald Carter | 1 | -62/+42 |
2001-01-15 | rpcclient functions for remaining samr and lsa functions. All functions | Tim Potter | 1 | -1/+1 |
2001-01-12 | Memory leak fixes spotted by insure. | Tim Potter | 1 | -0/+8 |
2001-01-11 | Start of a rewrite of rpcclient based on the libsmb rpc client routines. | Tim Potter | 1 | -154/+223 |
2000-12-08 | Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from | Tim Potter | 1 | -145/+176 |