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
/
source4
/
torture
/
rpc
/
lsa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-01
Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust.
Andrew Bartlett
1
-3
/
+18
2008-08-26
More LSA server and testuite work.
Andrew Bartlett
1
-7
/
+25
2008-08-26
Make RPC-LSA test deterministic with an msleep(200).
Andrew Bartlett
1
-5
/
+8
2008-08-26
Update RPC-LSA to (almost) pass against Windows 2008.
Andrew Bartlett
1
-45
/
+61
2008-07-31
Don't fail if the domain has a trust already.
Andrew Bartlett
1
-1
/
+6
2008-07-21
Remove bogus test in 'enum trusted domains' LSA server.
Andrew Bartlett
1
-0
/
+40
2008-06-14
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
1
-1
/
+1
2008-03-14
Check for Administrator as a Alias (copy&paste bug)
Andrew Bartlett
1
-1
/
+1
2007-12-21
r26354: In trying to chase down why we have reports that WinXP won't join
Andrew Bartlett
1
-11
/
+87
2007-12-21
r26250: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
1
-52
/
+46
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-229
/
+229
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-6
/
+6
2007-10-10
r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with
Andrew Bartlett
1
-35
/
+183
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24735: Use torture API in more places.
Jelmer Vernooij
1
-5
/
+3
2007-10-10
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23383: Query transitive forest trust info in LSA torture test once we see su...
Günther Deschner
1
-0
/
+66
2007-10-10
r22944: fix bug #4618:
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r22116: Only query by SID if we have a SID
Andrew Bartlett
1
-24
/
+23
2007-10-10
r19392: Use torture_setting_* rather than lp_parm_* where possible.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r18971: avoid strndup is a few places. Fixes a minor memory leak, and should
Andrew Tridgell
1
-5
/
+10
2007-10-10
r18408: Only output a message if the async request fails.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r18358: handle errors in the RPC-LSA async test
Andrew Tridgell
1
-6
/
+8
2007-10-10
r18356: doing 1000 of these requests can take over an hour under
Andrew Tridgell
1
-11
/
+12
2007-10-10
r17956: LSA Cleanup!
Andrew Bartlett
1
-14
/
+96
2007-10-10
r16827: Factor out some code into common samdb functions:
Andrew Bartlett
1
-6
/
+31
2007-10-10
r16741: add a RPC-LSA-GETUSER test,
Stefan Metzmacher
1
-9
/
+31
2007-10-10
r14860: create libcli/security/security.h
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14720: Add torture_context argument to all torture tests
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14470: Remove some unnecessary headers.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14402: Generate seperate headers for RPC client functions.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r14363: Remove credentials.h from the global includes.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r13004: fix compiler warnings
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r12693: Move core data structures out of smb.h into core.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12636: fixed some torture code for the changed lsa string types
Andrew Tridgell
1
-4
/
+4
2007-10-10
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
1
-5
/
+1
2007-10-10
r11473: Based on work by Jelmer, implement the [async] flag for rpc requests....
Volker Lendecke
1
-3
/
+84
2007-10-10
r11405: Ensure we can never have secret4 be uninitialised. Found after
Andrew Bartlett
1
-3
/
+5
2007-10-10
r11287: Understand the new behaviour of the LSA pipe on ncacn_ip_tcp in Win2k...
Andrew Bartlett
1
-74
/
+178
2007-10-10
r9888: add IDL for lsa_QueryDomainInformationPolicy to query Kerberos Settings.
Günther Deschner
1
-0
/
+33
2007-10-10
r7685: Simply the test for session key logic, so we pass against NT4.
Andrew Bartlett
1
-34
/
+0
2007-10-10
r7684: Add a test aimed at checking we have agreement between client and
Andrew Bartlett
1
-0
/
+34
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
1
-3
/
+3
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-7
/
+7
2007-10-10
r4703: Add support for EnumTrustDomain, and expand the testsuite.
Andrew Bartlett
1
-107
/
+137
[prev]
[next]