summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
1999-03-23Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.Matthew Chapman1-36/+1
1999-03-19added a "createuser" command.Luke Leighton1-1/+17
1999-03-19return type of nt_decrypt_string2 set to BOOL.Luke Leighton1-2/+37
1999-03-19Implemented encryption algorithm used for a number of RPC buffers.Matthew Chapman1-2/+4
1999-03-18Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman1-0/+2
1999-03-18Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1-35/+18
1999-03-17Stefan Walters: purify spotted rverf should be alloc'd to 16 bytes not 8.Luke Leighton1-0/+35
1999-03-16Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman1-0/+4
1999-03-14Don't forget to make proto.Matthew Chapman1-37/+4
1999-03-12new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1-6/+12
1999-03-09mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1-5/+6
1999-03-08Bejamin Kuit. #define MYSQL and MYSQL_ROW to void iff <mysql.h> not found.Luke Leighton1-0/+9
1999-03-05Benjamin Kuit's mods.Luke Leighton1-0/+31
1999-02-24Win9x user level security.Matthew Chapman1-18/+37
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1-22/+27
1999-02-16rpcclient shutdown commandLuke Leighton1-2/+11
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-12/+9
1999-02-11UNICODE issues.Luke Leighton1-2/+2
1999-02-11the UNICODE issue...Luke Leighton1-1/+8
1999-02-10use jeremy's versions of the UNICODE routines.Luke Leighton1-3/+3
1999-02-09removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1-2/+2
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1-2/+2
1999-02-08iteration of sam passwd entries was an order n-cubed algorithm dueLuke Leighton1-4/+1
1999-02-03cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1-2/+3
1999-02-01Added init_nt_time function which initialises an NTTIME to -1.Matthew Chapman1-0/+1
1999-01-29fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1-2/+3
1999-01-28rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1-3/+15
1999-01-27Service Control Manager - service enumeration.Luke Leighton1-2/+4
1999-01-27set_port warning / unused / global/local variable overlap issuesLuke Leighton1-1/+2
1999-01-15Finally committing my LDAP changes.Matthew Chapman1-2/+3
1998-12-16A while back, Andrew and I talked about making the debug parsing code aChristopher R. Hertel1-0/+1
1998-12-14added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1-1/+9
1998-12-09adding svcctl parsing codeLuke Leighton1-0/+16
1998-12-09oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.Luke Leighton1-1/+1
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-2/+11
1998-12-08adding "Service Control Manager" commands to rpcclient.Luke Leighton1-5/+26
1998-12-08ldap_getpw() also needs to be (void)Luke Leighton1-1/+1
1998-12-08compilation warnings due to missing (void) in ldap_close_connection.Luke Leighton1-1/+1
1998-12-08adding srvsvc pipe.Luke Leighton1-4/+52
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-81/+83
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton1-6/+50
1998-12-04added delete domain group and local group and delete domain group member.Luke Leighton1-0/+17
1998-12-04fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group()Luke Leighton1-1/+2
1998-12-04- oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1-5/+5
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton1-17/+59
1998-12-03added createalias command to rpcclientLuke Leighton1-2/+15
1998-12-03create domain group command (creategroup) added to rpcclient.Luke Leighton1-14/+27
1998-12-03moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1-1/+1
1998-12-03adding group parsing: add/modify/delete/add members.Luke Leighton1-4/+24
1998-12-02adding group member code, made a start. found that the group members'Luke Leighton1-0/+20