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-08-03
changing debug output message reg_io_unknown_1 to reg_io_close.
Luke Leighton
1
-2
/
+2
1999-08-03
reverted jeremy's c++-like security descriptor modifications as the
Luke Leighton
3
-389
/
+247
1999-07-27
- enumprintprocessors and enumprintmonitors added.
Jean-François Micouleau
1
-55
/
+352
1999-07-26
renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for adding
Luke Leighton
1
-7
/
+8
1999-07-22
BDC support.
Matthew Chapman
1
-7
/
+3
1999-07-21
BDC support.
Luke Leighton
2
-29
/
+135
1999-07-01
many small bugs...
Jean-François Micouleau
1
-15
/
+23
1999-06-29
improving authentication code (tidyup).
Luke Leighton
1
-6
/
+6
1999-06-22
Fixed most memory leak and big-endian bug in the spoolss code.
Jean-François Micouleau
1
-0
/
+109
1999-06-02
Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respect
Matthew Chapman
1
-31
/
+66
1999-05-06
alignment needed after unicode string names in password change.
Luke Leighton
1
-0
/
+3
1999-05-03
last part of RPC api change.
Jean-François Micouleau
1
-0
/
+11
1999-05-03
Added a new command to rpcclient: eventlog <log> where <log> is System,
Jean-François Micouleau
1
-0
/
+236
1999-05-01
Adding "time" rpcclient command which displays the remote time.
Matthew Chapman
1
-0
/
+11
1999-04-27
rpc_parse/parse_misc.c : defined a new BUFFER5 struct
Jean-François Micouleau
3
-5
/
+105
1999-04-27
Adding RPC spoolss code support and some new low-level printing functions.
Jean-François Micouleau
1
-0
/
+3389
1999-04-23
Adding scheduler control pipe (\atsvc), client-side routines, and rpcclient
Matthew Chapman
2
-0
/
+286
1999-04-11
Incorrect length (number of unicode characters rather than buffer size)
Matthew Chapman
1
-1
/
+1
1999-04-08
Mainly BDC-related changes.
Matthew Chapman
4
-44
/
+550
1999-03-29
added SamrQueryDomainInfo call info level 0x3 for kix32.exe support
Luke Leighton
1
-4
/
+37
1999-03-25
added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is used
Luke Leighton
1
-0
/
+49
1999-03-25
SAM database "set user info".
Luke Leighton
2
-23
/
+313
1999-03-24
matt, you had removed a "pointer" from DOM_R_REF structure which made it
Luke Leighton
1
-1
/
+5
1999-03-24
removed 2 unnecessary args from make_uni_hdr.
Luke Leighton
5
-67
/
+71
1999-03-24
Fixed LSA Lookup Names. There were a few too many NULL pointers in a
Matthew Chapman
1
-7
/
+20
1999-03-23
dynamic memory allocation in samr enum dom users. works with 849 entries now.
Luke Leighton
1
-12
/
+21
1999-03-23
Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.
Matthew Chapman
2
-10
/
+9
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-19
value->enc_secret not value->secret
Luke Leighton
1
-6
/
+4
1999-03-18
Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGON
Matthew Chapman
1
-0
/
+48
1999-03-18
Changed hard-coded number of users/groups in SAMR_QUERY_DOMAIN_INFO
Matthew Chapman
1
-3
/
+3
1999-03-18
Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRET
Matthew Chapman
2
-0
/
+196
1999-03-16
Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).
Matthew Chapman
1
-0
/
+58
1999-03-12
new "domtrust" test command. r&d into inter-domain trust accounts.
Luke Leighton
2
-3
/
+5
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-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
[next]