summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* adding group member code, made a start. found that the group members'Luke Leighton1998-12-021-0/+20
* query_aliasmem code. it works (hurrah).Luke Leighton1998-12-011-2/+2
* fixing smbpasswd to link to smbd to obtain domain sidLuke Leighton1998-12-011-2/+2
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-011-3/+7
* fix to domain_namemap (domain, ntname wrong way round oops)Luke Leighton1998-12-011-1/+3
* adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1998-12-011-30/+51
* - adding builtin[alias]db.Luke Leighton1998-11-301-1/+30