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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-21
Remove "struct samr_info"
Volker Lendecke
1
-108
/
+0
2009-04-21
Fix _samr_QuerySecurity
Volker Lendecke
1
-43
/
+82
2009-04-21
Fix samr_SetSecurity
Volker Lendecke
1
-15
/
+15
2009-04-21
s3-secdesc: remove SEC_RIGHT_MAXIMUM_ALLOWED and SEC_RIGHT_SYSTEM_SECURITY.
Günther Deschner
1
-3
/
+0
2009-04-21
s3-secdesc: move all winreg access bits to IDL.
Günther Deschner
7
-54
/
+43
2009-04-21
s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.
Günther Deschner
3
-7
/
+7
2009-04-21
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED.
Günther Deschner
2
-2
/
+2
2009-04-21
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
15
-68
/
+68
2009-04-21
Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel
Andrew Bartlett
2
-306
/
+195
2009-04-21
libgpo: use shared access bits in gpo_sd_check_agp_object().
Günther Deschner
1
-4
/
+0
2009-04-21
Add str() for policy_handles.
Andrew Bartlett
2
-2
/
+17
2009-04-21
Convert the alias handles to type-safe policy handles
Volker Lendecke
1
-106
/
+65
2009-04-21
Convert the group handles to type-safe policy handles
Volker Lendecke
1
-104
/
+70
2009-04-21
Convert the user handles to type-safe policy handles
Volker Lendecke
1
-92
/
+60
2009-04-21
python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...
Andrew Bartlett
2
-0
/
+49
2009-04-21
python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__...
Andrew Bartlett
4
-0
/
+143
2009-04-20
Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if
Jelmer Vernooij
9
-28
/
+10
2009-04-20
libgpo: fix the build of gpext plugins.
Günther Deschner
5
-11
/
+15
2009-04-20
libgpo: Fix some minor issues.
Günther Deschner
2
-1
/
+3
2009-04-20
Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build work
Wilco Baan Hofman
7
-21
/
+41
2009-04-20
Move gpo_ini stuff to the main libgpo. Make gpo_ini use a common parser.
Wilco Baan Hofman
3
-57
/
+91
2009-04-20
Fix Samba 4 Makefile to also clean ../libgpo
Wilco Baan Hofman
1
-1
/
+1
2009-04-20
Move some headers around to avoid confusion.
Wilco Baan Hofman
3
-3
/
+8
2009-04-20
Move some headers around to avoid confusion.
Wilco Baan Hofman
1
-0
/
+0
2009-04-20
Adjust samba 3 to the new gpo API. Still untested code.
Wilco Baan Hofman
6
-30
/
+34
2009-04-20
Make the gpo files build for samba 4.
Wilco Baan Hofman
9
-58
/
+412
2009-04-20
Mark the places where work needs to be done.
Wilco Baan Hofman
2
-4
/
+9
2009-04-20
Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct secu...
Wilco Baan Hofman
9
-38
/
+95
2009-04-20
Add ../libgpo to samba4 srcdir list in rules.mk.
Wilco Baan Hofman
1
-1
/
+1
2009-04-20
Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() funct...
Wilco Baan Hofman
10
-182
/
+245
2009-04-20
Add ads convenience functions to samba 4. Move gpo_ldap.c to root libgpo.
Wilco Baan Hofman
4
-2
/
+314
2009-04-20
Move gpo_fetch to top-level.
Jelmer Vernooij
3
-3
/
+5
2009-04-20
Move gpo_sec to top-level.
Jelmer Vernooij
6
-13
/
+17
2009-04-20
Move some libgpo files to root.
Jelmer Vernooij
7
-17
/
+37
2009-04-20
pidl:Samba4/client: fix dcerpc_ndr_request_send() callers
Stefan Metzmacher
1
-2
/
+3
2009-04-20
s4:librpc/rpc: pass async as argument to dcerpc_ndr_request_send()
Stefan Metzmacher
2
-8
/
+9
2009-04-20
pidl:Samba4/client: use dcerpc_ndr_request() for sync requests
Stefan Metzmacher
1
-5
/
+7
2009-04-20
s4:librpc/rpc: remove async argument from the sync dcerpc_request() function
Stefan Metzmacher
6
-10
/
+8
2009-04-20
s4:librpc/rpc: only use smb_trans for sync rpc calls
Stefan Metzmacher
1
-2
/
+16
2009-04-20
s4:torture/rpc: use dcerpc_ndr_request() for the object_uuid test
Stefan Metzmacher
1
-10
/
+8
2009-04-20
s4:librpc/rpc: ask for 0x2000 bytes in the ioctl case to match all othercases
Stefan Metzmacher
1
-1
/
+1
2009-04-20
Stop autogenerated files from being created.
Jeremy Allison
1
-5
/
+0
2009-04-20
Add previously generated header files now needed in merged build.
Jeremy Allison
3
-0
/
+270
2009-04-20
Merge branch 'master' of ssh://git.samba.org/data/git/samba into libcli-auth-...
Andrew Bartlett
2
-1
/
+6
2009-04-20
Added ability to revert to old modules for make revert.
John H Terpstra
1
-0
/
+5
2009-04-20
Fix to use modified cli_rpc_pipe_open_schannel_with_key API
Andrew Bartlett
2
-3
/
+3
2009-04-20
Merge commit 'origin/master' into libcli-auth-merge-without-netlogond
Andrew Bartlett
68
-568
/
+1587
2009-04-20
Do not vasprint stuff where not necessary
Volker Lendecke
1
-1
/
+1
2009-04-20
Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()
Andrew Bartlett
5
-9
/
+11
2009-04-20
Move syslog check out of m4 library file into configure.in
Jelmer Vernooij
2
-2
/
+2
[next]