summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
...
* the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-5/+6
* turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-212-16/+26
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-216-257/+108
* need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1999-10-192-87/+103
* renamed "class" local variable to avoid global clashLuke Leighton1999-10-151-2/+2
* adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton1999-10-141-29/+0
* - added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1999-10-071-14/+31
* error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton1999-10-011-1/+1
* memory problems associated with when lsalookupsids returnsLuke Leighton1999-09-281-3/+20
* split matthew's sync command (only currently called from smbpasswd)Luke Leighton1999-09-212-73/+109
* testing for attempts to get more info levels into samr_query_userinfoLuke Leighton1999-09-211-6/+4
* use DEBUGLEVEL not DEBUGLVL()Luke Leighton1999-09-151-1/+1
* added rpcclient SamrQueryDisplayInfo command "dispinfo"Luke Leighton1999-09-141-0/+70
* - initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1999-09-122-4/+4
* matthew chapman identified 4 previously unknown samr functions.Luke Leighton1999-08-311-1/+1
* added call to samr_query_groupinfo in enumgroups command (-m option)Luke Leighton1999-08-301-0/+57
* improved "dominfo" rpcclient commandLuke Leighton1999-08-291-1/+3
* Don't print out a message in svcenum command for the ERRmoredataTim Potter1999-08-181-4/+7
* event log update, netsessenum, netconnenum update.Luke Leighton1999-08-181-4/+4
* event log updateLuke Leighton1999-08-181-1/+1
* reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1999-08-031-27/+16
* renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton1999-07-261-14/+14
* BDC support.Matthew Chapman1999-07-222-17/+76
* BDC support.Luke Leighton1999-07-211-39/+11
* use of safe_cli_errstr() and cli_establish_connection().Luke Leighton1999-07-062-129/+114
* improving authentication code (tidyup).Luke Leighton1999-06-291-4/+5
* safe string error reporting functions (found a potential buffer overflowLuke Leighton1999-06-242-9/+28
* Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1999-06-021-4/+85
* Added a new command to rpcclient: eventlog <log> where <log> is System,Jean-François Micouleau1999-05-031-0/+201
* Adding "time" rpcclient command which displays the remote time.Matthew Chapman1999-05-011-0/+56
* Adding scheduler control pipe (\atsvc), client-side routines, and rpcclientMatthew Chapman1999-04-231-0/+238
* Mainly BDC-related changes.Matthew Chapman1999-04-083-10/+67
* Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1999-03-241-2/+2
* dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1999-03-231-7/+9
* Fixed a typo where the RPC header mem_buffer was initialised as 0x8 bytes longMatthew Chapman1999-03-231-1/+1
* added a "createuser" command.Luke Leighton1999-03-191-4/+96
* valid_pol in lsa_query_secret() needed to be initialised to False.Luke Leighton1999-03-191-1/+1
* querysecret now shows the real, fairdinkum, decrypted secret :-)Matthew Chapman1999-03-191-4/+4
* Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1999-03-181-0/+115
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-122-10/+15
* Win9x user level security.Matthew Chapman1999-02-241-13/+65
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-231-16/+28
* rpcclient shutdown commandLuke Leighton1999-02-161-0/+55
* Always null-terminate strings.Matthew Chapman1999-02-153-13/+13
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-123-13/+15
* removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1999-02-091-6/+2
* fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1999-01-291-4/+2
* rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1999-01-281-3/+126
* Service Control Manager - service enumeration.Luke Leighton1999-01-271-5/+12
* added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1998-12-141-0/+28