summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
Commit message (Expand)AuthorAgeFilesLines
...
* added queryuseraliases to rpcclientJean-François Micouleau2001-12-021-0/+68
* added samr_query_sec_obj. and put back some code to display a securityJean-François Micouleau2001-12-021-8/+201
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-1/+1
* dyn_CONFIGFILE fixups.Tim Potter2001-11-261-4/+3
* added "net join" commandAndrew Tridgell2001-11-241-2/+0
* added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau2001-11-241-7/+97
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-232-4/+0
* added lsa_enum_sids to rpcclientJean-François Micouleau2001-11-221-3/+64
* add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau2001-11-221-0/+38
* add a command to rpcclient: enumprivsJean-François Micouleau2001-11-221-0/+48
* samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau2001-11-211-0/+51
* Store some path names in global variables initialized to configureMartin Pool2001-11-192-7/+6
* FALSE -> FalseTim Potter2001-11-151-1/+1
* Fixed some compiler warnings.Tim Potter2001-11-051-8/+8
* Allow the logon level to be passed to cli_netlogon_sam_logon() rather thanTim Potter2001-10-301-4/+4
* Display some errors if the initial connection to the server could not beTim Potter2001-10-301-0/+2
* Added samlogon command to test against win2k native mode server. I thinkTim Potter2001-10-301-0/+58
* Converted a bunch of functions to use sscanf %i instead of atoi toTim Potter2001-10-291-11/+14
* samr querydispinfo can change level, start index and max entries.Jean-François Micouleau2001-10-221-10/+33
* allow the samr commands to work back and the help too ;-)Jean-François Micouleau2001-10-222-46/+24
* the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-141-6/+0
* Moved from include subdir.Tim Potter2001-10-121-0/+35
* Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-128-1044/+292
* Fixup insure changes for rpcclient.Jeremy Allison2001-10-031-4/+3
* Incorrect definition of debugf.Jeremy Allison2001-10-031-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-029-19/+0
* return NT_STATUS_NO_MEMORY istead of NT_STATUS_OK if we are out of memory.Simo Sorce2001-09-291-1/+1
* Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter2001-09-181-2/+6
* move to SAFE_FREE()Simo Sorce2001-09-172-7/+7
* Fix up NTSTATUS stuff in rpcclient's help functionAndrew Bartlett2001-09-151-5/+5
* Produce correct lanman and nt hashes in samsync smbpasswd output. TheTim Potter2001-09-141-5/+24
* Converted to NTSTATUS return codes.Tim Potter2001-09-061-17/+92
* oh fooTim Potter2001-09-051-1/+1
* Don't crash if run with no command line arguments. (-:Tim Potter2001-09-051-1/+1
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-046-339/+316
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-043-57/+63
* the next step in our error code handling changeAndrew Tridgell2001-09-031-3/+3
* Start of samsync program invoked by smbd to perform sam synchronisation andTim Potter2001-08-281-0/+270
* Merge of sam sync code from TNG.Tim Potter2001-08-281-3/+217
* Fix bug in usage().Tim Potter2001-08-271-3/+7
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-278-94/+94
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-107-40/+248
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-101-5/+5
* Return an exit code when connect failed.Tim Potter2001-07-271-1/+1
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-12/+12
* Started adding some help/usage info for rpcclient commands.Tim Potter2001-07-207-68/+128
* fixed anonymous login in rpcclientAndrew Tridgell2001-07-081-4/+7
* improved the command line parsing of rpcclientAndrew Tridgell2001-07-081-16/+17
* missed a couple of strchr callsAndrew Tridgell2001-07-041-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-3/+3