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
Age
Commit message (
Expand
)
Author
Files
Lines
1999-02-24
Win9x user level security.
Matthew Chapman
1
-249
/
+553
1999-02-23
added jeremy's new c++-like code for parsing of security descriptors.
Luke Leighton
3
-256
/
+396
1999-02-19
samr_lookup_names "none found" error needed corrections with empty lists.
Luke Leighton
1
-2
/
+2
1999-02-18
problem been there for months: reg_r_info not aligning after string buffer.
Luke Leighton
1
-0
/
+1
1999-02-16
rpcclient shutdown command
Luke Leighton
1
-0
/
+63
1999-02-15
Always null-terminate strings.
Matthew Chapman
3
-5
/
+5
1999-02-12
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
3
-13
/
+14
1999-02-11
the UNICODE issue...
Luke Leighton
3
-7
/
+7
1999-02-09
removal of the use of unistrn2 function: replace it with unistr2_to_str
Luke Leighton
2
-4
/
+5
1999-02-08
UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()
Luke Leighton
3
-8
/
+8
1999-02-03
cache unix groups so that two-level getgrent calls don't occur.
Luke Leighton
2
-5
/
+4
1999-02-01
Initialise NTTIME properly in make_reg_q_enum_key instead of using
Matthew Chapman
1
-1
/
+1
1999-01-29
fix for enumerate domain users (bug spotted by sean matthews).
Luke Leighton
1
-12
/
+9
1999-01-28
rpcclient "Service Control Manager" svcenum [-i] command.
Luke Leighton
1
-2
/
+4
1998-12-20
fix for potential lsass.exe crashing due to negative response from
Luke Leighton
1
-23
/
+27
1998-12-09
adding svcctl parsing code
Luke Leighton
1
-0
/
+186
1998-12-09
adding some enumerate services code, client and server.
Luke Leighton
3
-52
/
+205
1998-12-08
adding "Service Control Manager" commands to rpcclient.
Luke Leighton
1
-13
/
+104
1998-12-08
adding srvsvc pipe.
Luke Leighton
3
-0
/
+212
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
3
-30
/
+95
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
2
-24
/
+22
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
2
-61
/
+58
1998-12-02
adding group member code, made a start. found that the group members'
Luke Leighton
2
-62
/
+344
1998-12-01
query_aliasmem code. it works (hurrah).
Luke Leighton
2
-54
/
+54
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
2
-63
/
+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-25
LsaLookupNames client call (first used as lookupnames command in rpcclient).
Luke Leighton
2
-24
/
+53
1998-11-23
unix instance of group database API
Luke Leighton
2
-2
/
+2
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
4
-28
/
+22
1998-11-13
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1
-1
/
+1
1998-11-13
ZERO_STRUCTP not PN
Luke Leighton
1
-6
/
+6
1998-11-13
use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)
Luke Leighton
1
-6
/
+6
1998-11-13
fixes for OSF1 compilation
Andrew Tridgell
1
-2
/
+2
1998-11-13
include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.
Jeremy Allison
1
-6
/
+6
1998-11-13
security descriptors
Luke Leighton
2
-62
/
+78
1998-11-12
security descriptors.
Luke Leighton
2
-26
/
+268
1998-11-12
jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.
Luke Leighton
4
-24
/
+38
1998-11-12
security descriptors and registry.
Luke Leighton
3
-2
/
+101
1998-11-11
security descriptor info, provided by jean-francois
Luke Leighton
2
-29
/
+65
1998-11-11
clearing up security descriptor
Luke Leighton
3
-41
/
+104
[next]