Age | Commit message (Expand) | Author | Files | Lines |
1999-02-03 | multiple dce/rpc PDUs failed to work after ntlmssp update was added. | Luke Leighton | 1 | -1/+1 |
1999-02-01 | comma after DOM_MAP_USER removed | Luke Leighton | 1 | -1/+1 |
1999-02-01 | Added init_nt_time function which initialises an NTTIME to -1. | Matthew Chapman | 1 | -0/+1 |
1999-01-29 | fix for enumerate domain users (bug spotted by sean matthews). | Luke Leighton | 2 | -6/+6 |
1999-01-28 | rpcclient "Service Control Manager" svcenum [-i] command. | Luke Leighton | 2 | -5/+17 |
1999-01-27 | Service Control Manager - service enumeration. | Luke Leighton | 1 | -2/+4 |
1999-01-27 | set_port warning / unused / global/local variable overlap issues | Luke Leighton | 1 | -1/+2 |
1999-01-25 | Putting back the -p flag in smbclient. | Richard Sharpe | 1 | -0/+1 |
1999-01-15 | Finally committing my LDAP changes. | Matthew Chapman | 1 | -2/+3 |
1998-12-20 | fix for potential lsass.exe crashing due to negative response from | Luke Leighton | 1 | -1/+1 |
1998-12-17 | Fix bug with nmbd running wild due to recursion in retransmit_or_expire_respo... | Jeremy Allison | 1 | -0/+3 |
1998-12-17 | and in head branch: | Andrew Tridgell | 2 | -1/+4 |
1998-12-16 | A while back, Andrew and I talked about making the debug parsing code a | Christopher R. Hertel | 3 | -3/+21 |
1998-12-15 | on Linux force fcntl/mmap based shared memory and on other systems | Andrew Tridgell | 1 | -0/+13 |
1998-12-14 | added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids. | Luke Leighton | 1 | -1/+9 |
1998-12-09 | adding svcctl parsing code | Luke Leighton | 2 | -0/+76 |
1998-12-09 | oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ. | Luke Leighton | 1 | -1/+1 |
1998-12-09 | adding some enumerate services code, client and server. | Luke Leighton | 2 | -6/+18 |
1998-12-08 | adding "Service Control Manager" commands to rpcclient. | Luke Leighton | 2 | -14/+81 |
1998-12-08 | Adding George's Mac extension include files. | Jeremy Allison | 2 | -0/+279 |
1998-12-08 | ldap_getpw() also needs to be (void) | Luke Leighton | 1 | -1/+1 |
1998-12-08 | compilation warnings due to missing (void) in ldap_close_connection. | Luke Leighton | 1 | -1/+1 |
1998-12-08 | adding srvsvc pipe. | Luke Leighton | 5 | -5/+143 |
1998-12-07 | bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID. | Luke Leighton | 1 | -1/+1 |
1998-12-07 | removed nt_pipe_fnum from struct cli_state. need to be able to call | Luke Leighton | 2 | -82/+83 |
1998-12-07 | - lib/unix_sec_ctxt.c | Luke Leighton | 3 | -24/+106 |
1998-12-04 | added delete domain group and local group and delete domain group member. | Luke Leighton | 2 | -0/+54 |
1998-12-04 | fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group() | Luke Leighton | 1 | -1/+2 |
1998-12-04 | - oops, i got "add alias member" and "delete alias member" swapped. | Luke Leighton | 2 | -21/+20 |
1998-12-04 | - renamed do_samr_xxx to samr_xxx | Luke Leighton | 3 | -35/+76 |
1998-12-03 | added createalias command to rpcclient | Luke Leighton | 2 | -3/+17 |
1998-12-03 | create domain group command (creategroup) added to rpcclient. | Luke Leighton | 2 | -15/+29 |
1998-12-03 | moved get_unixgroups it will be needed by the unix instance of the group | Luke Leighton | 1 | -1/+1 |
1998-12-03 | adding group parsing: add/modify/delete/add members. | Luke Leighton | 2 | -9/+27 |
1998-12-02 | spotted the mistake in group_info1 parsing. | Luke Leighton | 1 | -1/+2 |
1998-12-02 | added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group member | Luke Leighton | 2 | -10/+12 |
1998-12-02 | Updated HEAD branch version to 2.1.0-prealpha in response to a user | John Terpstra | 1 | -1/+1 |
1998-12-02 | adding group member code, made a start. found that the group members' | Luke Leighton | 3 | -26/+61 |
1998-12-01 | query_aliasmem code. it works (hurrah). | Luke Leighton | 2 | -3/+5 |
1998-12-01 | fixing smbpasswd to link to smbd to obtain domain sid | Luke Leighton | 1 | -2/+2 |
1998-12-01 | rpc_samr.h parse_samr.c srv_samr.c : | Luke Leighton | 2 | -9/+24 |
1998-12-01 | fix to domain_namemap (domain, ntname wrong way round oops) | Luke Leighton | 1 | -1/+3 |
1998-12-01 | adding some samr parsing calls (group / alias adding / deleting) | Luke Leighton | 2 | -62/+71 |
1998-11-30 | moving rpc/rpc.h to after netinet.h | Luke Leighton | 1 | -5/+5 |
1998-11-30 | - adding builtin[alias]db. | Luke Leighton | 2 | -1/+31 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 5 | -204/+529 |
1998-11-29 | removed include of net/route.h because it prevents compilation under | Andrew Tridgell | 1 | -4/+6 |
1998-11-25 | yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups. | Luke Leighton | 2 | -11/+11 |
1998-11-25 | fixing group database issues | Luke Leighton | 2 | -12/+12 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 3 | -22/+37 |