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
/
include
/
proto.h
Age
Commit message (
Expand
)
Author
Files
Lines
1999-03-19
Implemented encryption algorithm used for a number of RPC buffers.
Matthew Chapman
1
-2
/
+4
1999-03-18
Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGON
Matthew Chapman
1
-0
/
+2
1999-03-18
Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRET
Matthew Chapman
1
-35
/
+18
1999-03-17
Stefan Walters: purify spotted rverf should be alloc'd to 16 bytes not 8.
Luke Leighton
1
-0
/
+35
1999-03-16
Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).
Matthew Chapman
1
-0
/
+4
1999-03-14
Don't forget to make proto.
Matthew Chapman
1
-37
/
+4
1999-03-12
new "domtrust" test command. r&d into inter-domain trust accounts.
Luke Leighton
1
-6
/
+12
1999-03-09
mods to allow inter-domain trust accounts to be added to SAM database
Luke Leighton
1
-5
/
+6
1999-03-08
Bejamin Kuit. #define MYSQL and MYSQL_ROW to void iff <mysql.h> not found.
Luke Leighton
1
-0
/
+9
1999-03-05
Benjamin Kuit's mods.
Luke Leighton
1
-0
/
+31
1999-02-24
Win9x user level security.
Matthew Chapman
1
-18
/
+37
1999-02-23
added jeremy's new c++-like code for parsing of security descriptors.
Luke Leighton
1
-22
/
+27
1999-02-16
rpcclient shutdown command
Luke Leighton
1
-2
/
+11
1999-02-12
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
1
-12
/
+9
1999-02-11
UNICODE issues.
Luke Leighton
1
-2
/
+2
1999-02-11
the UNICODE issue...
Luke Leighton
1
-1
/
+8
1999-02-10
use jeremy's versions of the UNICODE routines.
Luke Leighton
1
-3
/
+3
1999-02-09
removal of the use of unistrn2 function: replace it with unistr2_to_str
Luke Leighton
1
-2
/
+2
1999-02-08
UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()
Luke Leighton
1
-2
/
+2
1999-02-08
iteration of sam passwd entries was an order n-cubed algorithm due
Luke Leighton
1
-4
/
+1
1999-02-03
cache unix groups so that two-level getgrent calls don't occur.
Luke Leighton
1
-2
/
+3
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
1
-2
/
+3
1999-01-28
rpcclient "Service Control Manager" svcenum [-i] command.
Luke Leighton
1
-3
/
+15
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-15
Finally committing my LDAP changes.
Matthew Chapman
1
-2
/
+3
1998-12-16
A while back, Andrew and I talked about making the debug parsing code a
Christopher R. Hertel
1
-0
/
+1
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
1
-0
/
+16
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
1
-2
/
+11
1998-12-08
adding "Service Control Manager" commands to rpcclient.
Luke Leighton
1
-5
/
+26
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
1
-4
/
+52
1998-12-07
removed nt_pipe_fnum from struct cli_state. need to be able to call
Luke Leighton
1
-81
/
+83
1998-12-07
- lib/unix_sec_ctxt.c
Luke Leighton
1
-6
/
+50
1998-12-04
added delete domain group and local group and delete domain group member.
Luke Leighton
1
-0
/
+17
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
1
-5
/
+5
1998-12-04
- renamed do_samr_xxx to samr_xxx
Luke Leighton
1
-17
/
+59
1998-12-03
added createalias command to rpcclient
Luke Leighton
1
-2
/
+15
1998-12-03
create domain group command (creategroup) added to rpcclient.
Luke Leighton
1
-14
/
+27
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
1
-4
/
+24
1998-12-02
adding group member code, made a start. found that the group members'
Luke Leighton
1
-0
/
+20
1998-12-01
query_aliasmem code. it works (hurrah).
Luke Leighton
1
-2
/
+2
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
1
-3
/
+7
[next]