Age | Commit message (Expand) | Author | Files | Lines |
2004-01-13 | sync HEAD with recent changes in 3.0 | Gerald Carter | 1 | -13/+17 |
2003-10-30 | Another round of GUID->struct uuid. | Jim McDonough | 1 | -3/+2 |
2003-10-30 | First round of merging various UUID structures. | Jim McDonough | 1 | -3/+4 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -45/+0 |
2003-03-17 | Applied waider's patch to return DOS error codes for pipes that | Tim Potter | 1 | -14/+14 |
2003-02-25 | Fixed up some const related compiler warnings. | Tim Potter | 1 | -12/+12 |
2003-02-18 | cmd_lsa_lookup_sids: Check return code from string_to_sid; skip SIDs | Martin Pool | 1 | -2/+5 |
2003-02-10 | added the 'lsaenumacctwithright' command to rpcclient. This allows you | Andrew Tridgell | 1 | -2/+47 |
2003-01-28 | added LsaRemoveAccountRights | Andrew Tridgell | 1 | -1/+40 |
2003-01-28 | cleaned up the lsa_enum_acct_rights function and added a | Andrew Tridgell | 1 | -0/+39 |
2003-01-16 | allow a couple of LSA functions to take a username instead of a SID, | Andrew Tridgell | 1 | -3/+44 |
2003-01-15 | * removed unused variable from rpcclient code | Gerald Carter | 1 | -3/+2 |
2003-01-15 | added cli_lsa_enum_account_rights() call. Note that this is in | Andrew Tridgell | 1 | -0/+48 |
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-08-19 | make rpcclient use print_guid() | Andrew Tridgell | 1 | -9/+2 |
2002-08-12 | Add lsaqueryinfo2, but keep under "lsaquery" command. It will autoselect | Jim McDonough | 1 | -9/+40 |
2002-08-05 | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 1 | -13/+5 |
2002-07-07 | Updates to the 'name -> sid' code: | Andrew Bartlett | 1 | -3/+2 |
2002-05-17 | A few more trusted domains updates from mimir. | Andrew Bartlett | 1 | -14/+29 |
2002-04-14 | The cli_lsa_lookup_{names,sids} functions were returning useless | Tim Potter | 1 | -10/+16 |
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 |
2000-04-25 | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 1 | -1/+0 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -216/+57 |