summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
1998-12-01query_aliasmem code. it works (hurrah).Luke Leighton1-2/+2
1998-12-01fixing smbpasswd to link to smbd to obtain domain sidLuke Leighton1-2/+2
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1-3/+7
1998-12-01fix to domain_namemap (domain, ntname wrong way round oops)Luke Leighton1-1/+3
1998-12-01adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1-30/+51
1998-11-30- adding builtin[alias]db.Luke Leighton1-1/+30
1998-11-29weekend work. user / group database API.Luke Leighton1-95/+120
1998-11-25yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton1-3/+3
1998-11-25fixing group database issuesLuke Leighton1-6/+6
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-22/+30
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1-4/+13
1998-11-23unix instance of group database APILuke Leighton1-32/+59
1998-11-23changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1-1/+2
1998-11-19Sync up with 2.0 code.Jeremy Allison1-0/+1
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-21/+25
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-47/+184
1998-11-14- new prototypesAndrew Tridgell1-1/+1
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1-1/+1
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-1/+1
1998-11-13security descriptorsLuke Leighton1-1/+3
1998-11-12Removed code that used printf/fprintf in password changin libraries.Herb Lewis1-2/+5
1998-11-12security descriptors.Luke Leighton1-5/+15
1998-11-12jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1-2/+3
1998-11-12cleaning up conflicts between group code not yet committed andLuke Leighton1-6/+18
1998-11-12extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1-0/+11
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1-13/+13
1998-11-12Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1-1/+0
1998-11-12Added the security changes suggested by Andrew - become theJeremy Allison1-0/+1
1998-11-11changed is_root() to am_root() to prevent clash with variable names.Andrew Tridgell1-1/+1
1998-11-11rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.Jeremy Allison1-0/+2
1998-11-11security descriptor info, provided by jean-francoisLuke Leighton1-1/+1
1998-11-11clearing up security descriptorLuke Leighton1-6/+5
1998-11-11changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1-6/+8