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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-20
Refactoring: Make get_schannel_session_key_common return NTSTATUS
Volker Lendecke
1
-22
/
+22
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp
Volker Lendecke
6
-93
/
+101
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
30
-152
/
+204
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open
Volker Lendecke
1
-35
/
+23
2008-07-20
Refactoring: Change calling conventions for rpc_pipe_open_np
Volker Lendecke
1
-21
/
+41
2008-07-20
Allocate rpc_cli->dc in rpccli_netlogon_setup_creds()
Volker Lendecke
2
-26
/
+15
2008-07-20
Store copies of the syntax ids in rpc_pipe_client
Volker Lendecke
2
-13
/
+14
2008-07-20
Simplify pipe_names: we only do ndr_transfer_syntax anyway
Volker Lendecke
2
-45
/
+24
2008-07-19
The PIPE_ pipename macros are only used in cli_pipe.c
Volker Lendecke
2
-20
/
+19
2008-07-19
Make the pipe_names[] array static to cli_pipe.c
Volker Lendecke
2
-64
/
+78
2008-07-19
Introduce is_known_pipename
Volker Lendecke
4
-46
/
+36
2008-07-19
Make use of ndr_syntax_id_equal
Volker Lendecke
1
-2
/
+2
2008-07-19
Ooops, GUID_equal was already around :-)
Volker Lendecke
3
-12
/
+1
2008-07-18
Fix the build of vfs_zfsacl.c
Volker Lendecke
1
-16
/
+1
2008-07-18
netapi: add caching of samr policy handles.
Günther Deschner
4
-106
/
+112
2008-07-18
netapi: let libnetapi_samr_lookup_and_open_alias compose lsa string.
Günther Deschner
1
-17
/
+13
2008-07-18
netapi: implement NetLocalGroupEnum_r.
Günther Deschner
1
-1
/
+165
2008-07-18
netapi: add NetLocalGroupEnum example code.
Günther Deschner
2
-0
/
+132
2008-07-18
netapi: add NetLocalGroupEnum to public header.
Günther Deschner
1
-0
/
+28
2008-07-18
netapi: add skeleton for NetLocalGroupEnum().
Günther Deschner
3
-0
/
+82
2008-07-18
re-run make idl.
Günther Deschner
3
-2
/
+75
2008-07-18
netapi: add NetLocalGroupEnum to IDL.
Günther Deschner
1
-0
/
+14
2008-07-18
netapi: make map_alias_info_to_buffer suitable for arrays in the buffer.
Günther Deschner
1
-11
/
+20
2008-07-18
netapi: add libnetapi_samr_open_alias_queryinfo.
Günther Deschner
1
-0
/
+44
2008-07-18
netapi: add NetUserSetInfo example code.
Günther Deschner
2
-0
/
+103
2008-07-18
netapi: add NetUserSetInfo to public header.
Günther Deschner
1
-0
/
+22
2008-07-18
netapi: add skeleton for NetUserSetInfo.
Günther Deschner
3
-0
/
+75
2008-07-18
re-run make idl.
Günther Deschner
3
-14
/
+67
2008-07-18
netapi: add NetUserSetInfo to IDL.
Günther Deschner
1
-0
/
+12
2008-07-18
netapi: fill in NetUserGetInfo_r().
Günther Deschner
1
-1
/
+104
2008-07-18
netapi: add NetUserGetInfo example code.
Günther Deschner
2
-0
/
+150
2008-07-18
netapi: add NetUserGetInfo to public headers.
Günther Deschner
1
-0
/
+20
2008-07-18
netapi: add skeleton for NetUserGetInfo().
Günther Deschner
3
-0
/
+73
2008-07-18
re-run make idl.
Günther Deschner
3
-14
/
+67
2008-07-18
netapi: add NetUserGetInfo to IDL.
Günther Deschner
1
-0
/
+11
2008-07-18
netapi: support more infolevels in NetUserEnum.
Günther Deschner
1
-29
/
+245
2008-07-18
netapi: add support to define info level in NetUserEnum example.
Günther Deschner
1
-6
/
+63
2008-07-18
netapi: add new USER_INFO_X structures to public headers.
Günther Deschner
1
-0
/
+140
2008-07-18
re-run make idl.
Günther Deschner
3
-0
/
+854
2008-07-18
netapi: add more USER_INFO_X structures to IDL.
Günther Deschner
1
-0
/
+140
2008-07-18
netapi: add libnetapi_samr_free().
Günther Deschner
3
-0
/
+22
2008-07-18
netapi: use private samr structure in libnetapi_samr_open_builtin().
Günther Deschner
2
-2
/
+39
2008-07-18
netapi: use private samr structure in libnetapi_samr_open_domain().
Günther Deschner
2
-2
/
+48
2008-07-18
netapi: add libnetapi_samr_close_builtin_handle().
Günther Deschner
2
-0
/
+26
2008-07-18
netapi: add libnetapi_samr_close_domain/connect_handle.
Günther Deschner
2
-0
/
+52
2008-07-18
netapi: add libnetapi_private_ctx and init function.
Günther Deschner
3
-0
/
+48
2008-07-18
netapi: fix NetGroupGetInfo() against NT4.
Günther Deschner
1
-1
/
+11
2008-07-18
netapi: fix NetGroupDel() against NT4.
Günther Deschner
1
-1
/
+3
2008-07-18
netapi: fix NetUserAdd() against NT4.
Günther Deschner
1
-0
/
+15
2008-07-18
netapi: typo in NetGroupEnum example code.
Günther Deschner
1
-1
/
+1
[next]