summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
1999-02-01comma after DOM_MAP_USER removedLuke Leighton1-1/+1
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 Leighton2-6/+6
1999-01-28rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton2-5/+17
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-25Putting back the -p flag in smbclient.Richard Sharpe1-0/+1
1999-01-15Finally committing my LDAP changes.Matthew Chapman1-2/+3
1998-12-20fix for potential lsass.exe crashing due to negative response fromLuke Leighton1-1/+1
1998-12-17Fix bug with nmbd running wild due to recursion in retransmit_or_expire_respo...Jeremy Allison1-0/+3
1998-12-17and in head branch:Andrew Tridgell2-1/+4
1998-12-16A while back, Andrew and I talked about making the debug parsing code aChristopher R. Hertel3-3/+21
1998-12-15on Linux force fcntl/mmap based shared memory and on other systemsAndrew Tridgell1-0/+13
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 Leighton2-0/+76
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 Leighton2-6/+18
1998-12-08adding "Service Control Manager" commands to rpcclient.Luke Leighton2-14/+81
1998-12-08Adding George's Mac extension include files.Jeremy Allison2-0/+279
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 Leighton5-5/+143
1998-12-07bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1-1/+1
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton2-82/+83
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton3-24/+106
1998-12-04added delete domain group and local group and delete domain group member.Luke Leighton2-0/+54
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 Leighton2-21/+20
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton3-35/+76
1998-12-03added createalias command to rpcclientLuke Leighton2-3/+17
1998-12-03create domain group command (creategroup) added to rpcclient.Luke Leighton2-15/+29
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 Leighton2-9/+27
1998-12-02spotted the mistake in group_info1 parsing.Luke Leighton1-1/+2
1998-12-02added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton2-10/+12
1998-12-02Updated HEAD branch version to 2.1.0-prealpha in response to a userJohn Terpstra1-1/+1
1998-12-02adding group member code, made a start. found that the group members'Luke Leighton3-26/+61
1998-12-01query_aliasmem code. it works (hurrah).Luke Leighton2-3/+5
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 Leighton2-9/+24
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 Leighton2-62/+71
1998-11-30moving rpc/rpc.h to after netinet.hLuke Leighton1-5/+5
1998-11-30- adding builtin[alias]db.Luke Leighton2-1/+31
1998-11-29weekend work. user / group database API.Luke Leighton5-204/+529
1998-11-29removed include of net/route.h because it prevents compilation underAndrew Tridgell1-4/+6
1998-11-25yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton2-11/+11
1998-11-25fixing group database issuesLuke Leighton2-12/+12
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison3-22/+37
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton3-38/+43