index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_parse
/
parse_samr.c
Age
Commit message (
Expand
)
Author
Files
Lines
1999-03-25
SAM database "set user info".
Luke Leighton
1
-13
/
+313
1999-03-24
removed 2 unnecessary args from make_uni_hdr.
Luke Leighton
1
-34
/
+34
1999-03-23
dynamic memory allocation in samr enum dom users. works with 849 entries now.
Luke Leighton
1
-12
/
+21
1999-03-23
If a buffer pointer is NULL then its length_is() attribute should not be
Matthew Chapman
1
-4
/
+19
1999-03-21
Ensuring return status is aligned in SAMR_QUERY_DISPINFO response.
Matthew Chapman
1
-0
/
+1
1999-03-19
added a "createuser" command.
Luke Leighton
1
-0
/
+69
1999-03-18
Changed hard-coded number of users/groups in SAMR_QUERY_DOMAIN_INFO
Matthew Chapman
1
-3
/
+3
1999-03-08
- todd sabin spotted bugs in samr enum dom users / groups / aliases code:
Luke Leighton
1
-5
/
+3
1999-02-24
Win9x user level security.
Matthew Chapman
1
-249
/
+553
1999-02-19
samr_lookup_names "none found" error needed corrections with empty lists.
Luke Leighton
1
-2
/
+2
1999-02-03
cache unix groups so that two-level getgrent calls don't occur.
Luke Leighton
1
-2
/
+2
1999-01-29
fix for enumerate domain users (bug spotted by sean matthews).
Luke Leighton
1
-12
/
+9
1998-12-08
adding srvsvc pipe.
Luke Leighton
1
-0
/
+65
1998-12-07
bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.
Luke Leighton
1
-3
/
+3
1998-12-07
- lib/unix_sec_ctxt.c
Luke Leighton
1
-26
/
+91
1998-12-04
added delete domain group and local group and delete domain group member.
Luke Leighton
1
-1
/
+179
1998-12-04
- oops, i got "add alias member" and "delete alias member" swapped.
Luke Leighton
1
-22
/
+20
1998-12-04
- renamed do_samr_xxx to samr_xxx
Luke Leighton
1
-28
/
+28
1998-12-03
added createalias command to rpcclient
Luke Leighton
1
-16
/
+13
1998-12-03
create domain group command (creategroup) added to rpcclient.
Luke Leighton
1
-5
/
+5
1998-12-03
adding group parsing: add/modify/delete/add members.
Luke Leighton
1
-90
/
+217
1998-12-02
spotted the mistake in group_info1 parsing.
Luke Leighton
1
-2
/
+4
1998-12-02
added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group member
Luke Leighton
1
-60
/
+57
1998-12-02
adding group member code, made a start. found that the group members'
Luke Leighton
1
-61
/
+342
1998-12-01
query_aliasmem code. it works (hurrah).
Luke Leighton
1
-8
/
+11
1998-12-01
rpc_samr.h parse_samr.c srv_samr.c :
Luke Leighton
1
-17
/
+102
1998-12-01
adding some samr parsing calls (group / alias adding / deleting)
Luke Leighton
1
-423
/
+820
1998-11-29
weekend work. user / group database API.
Luke Leighton
1
-9
/
+25
1998-11-25
yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.
Luke Leighton
1
-8
/
+8
1998-11-23
unix instance of group database API
Luke Leighton
1
-1
/
+1
1998-11-20
acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu...
Jeremy Allison
1
-2
/
+2
1998-11-17
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1
-13
/
+18
1998-11-10
rpcclient registry commands.
Luke Leighton
1
-1
/
+1
1998-10-27
amazing. the improvements to NT continue, evidence for which shows up
Luke Leighton
1
-1
/
+1
1998-10-21
domain aliases added a bit better: does local aliases if you query
Luke Leighton
1
-24
/
+26
1998-10-21
the next dialog: user-groups. it's not very sensible what appears, but hey:
Luke Leighton
1
-3
/
+322
1998-10-21
Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.
Jeremy Allison
1
-3
/
+3
1998-10-21
oops!
Luke Leighton
1
-10
/
+10
1998-10-21
signed / unsigned issues
Luke Leighton
1
-1
/
+1
1998-10-20
calls to prs_grow() on array structures so that data construction doesn't
Luke Leighton
1
-3
/
+18
1998-10-16
dce/rpc
Luke Leighton
1
-0
/
+13
1998-10-15
bug-fixing against:
Luke Leighton
1
-8
/
+65
1998-10-09
dce/rpc
Luke Leighton
1
-83
/
+114
1998-09-25
rpcclient: got samr command "enumusers -g -u" working
Luke Leighton
1
-0
/
+1
1998-09-25
added in samr commands. assistance in returning the missing functions,
Luke Leighton
1
-0
/
+440
1998-09-24
took out #ifdef'd code in make_samr_r_query_usergroups that copied
Luke Leighton
1
-10
/
+0
1998-09-24
this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE were
Luke Leighton
1
-6
/
+4
1998-09-05
tridge the destroyer returns!
Andrew Tridgell
1
-610
/
+18
1998-08-24
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
1
-22
/
+22
1998-08-22
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
1
-0
/
+42
[prev]
[next]