summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* fixed string function for reading in printer_info_N.Luke Leighton1999-11-061-0/+10
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-061-5/+22
* spoolss openprinterex / closeprinter client-code.Luke Leighton1999-11-061-13/+13
* experimental spoolss rpcclient commandsLuke Leighton1999-11-051-12/+40
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-6/+36
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-2/+11
* created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1999-11-031-7/+14
* dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton1999-11-031-3/+5
* three types of array-creation / array-deletion functions:Luke Leighton1999-11-031-2/+10
* added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton1999-11-021-0/+2
* dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1999-11-021-5/+3
* const char* issuesLuke Leighton1999-11-011-2/+4
* added lsaenumdomains command.Luke Leighton1999-11-011-4/+16
* rewrote rpcclient enumaliases command.Luke Leighton1999-11-011-6/+30
* added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1999-11-011-0/+8
* added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1999-10-311-0/+8
* added svcinfo <service name> command.Luke Leighton1999-10-311-2/+13
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-0/+29
* general, drastic improvements to rpcclient.Luke Leighton1999-10-301-26/+20
* added gnu readline command-line completion to the regenum command.Luke Leighton1999-10-291-1/+2
* rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1999-10-291-4/+11
* rewrite rpcclient sam enum user code to use higher order functions.Luke Leighton1999-10-291-4/+9
* using #defines for function prototypesLuke Leighton1999-10-291-3/+3
* more reshuffling of enum groups code. more higher order functions.Luke Leighton1999-10-291-3/+8
* added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1999-10-291-1/+7
* restructuring sam enum dom groups code to do multiple calls toLuke Leighton1999-10-281-2/+2
* restructuring samr client code.Luke Leighton1999-10-281-2/+9
* removed samr_* variables from info struct.Luke Leighton1999-10-281-1/+6
* rewrote samr enum groups code a bit.Luke Leighton1999-10-281-0/+3
* created samr_query_groupmem() function from existing code.Luke Leighton1999-10-261-0/+6
* adding extra parameter back in to trust account functions (trust account name).Luke Leighton1999-10-261-1/+7
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-11/+12
* signed / unsigned and typecast issuesLuke Leighton1999-10-251-3/+3
* one of those wonderful moments when running against a different MSRPCLuke Leighton1999-10-251-6/+12
* the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-2/+4
* turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-211-12/+16
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-4/+9
* need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1999-10-191-5/+9
* adding error checking in parsing codeLuke Leighton1999-10-151-2/+2
* return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1999-10-151-579/+579
* - added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1999-10-071-1/+12
* splitting dom info into sam_query_dominfo functionLuke Leighton1999-10-011-0/+2
* error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton1999-10-011-0/+3
* don't leak printer handles,Jean-François Micouleau1999-09-271-1/+1
* split matthew's sync command (only currently called from smbpasswd)Luke Leighton1999-09-211-1/+4
* testing for attempts to get more info levels into samr_query_userinfoLuke Leighton1999-09-211-2/+8
* oops.Luke Leighton1999-09-141-6/+9
* added call to samr_query_groupinfo in enumgroups command (-m option)Luke Leighton1999-08-301-0/+2
* improved "dominfo" rpcclient commandLuke Leighton1999-08-291-1/+6
* display of session enum infoLuke Leighton1999-08-181-0/+11