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