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
/
schannel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-07
s4-smbtorture: Avoid failing RPC-SCHANNEL when testing lsa_GetUserName behavi...
Günther Deschner
1
-2
/
+8
2009-04-14
Rework Samba4 to use the new common libcli/auth code
Andrew Bartlett
1
-6
/
+6
2008-12-23
Fix more compiler warnings.
Jelmer Vernooij
1
-5
/
+5
2008-11-10
s4-samr: merge samr_GetDomPwInfo from s3 idl. (fixme: python)
Günther Deschner
1
-0
/
+2
2008-11-02
Fix the build.
Jelmer Vernooij
1
-3
/
+3
2008-10-29
s4-netlogon: merge netr_ServerPasswordSet from s3 idl.
Günther Deschner
1
-4
/
+10
2008-10-29
s4-netlogon: merge netr_LogonSamLogon{Ex,WithFlags} from s3 idl.
Günther Deschner
1
-4
/
+17
2008-10-27
s4-lsa: merge lsa_GetUserName from s3 lsa idl.
Günther Deschner
1
-9
/
+12
2008-10-24
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
1
-2
/
+2
2008-06-14
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
1
-4
/
+4
2008-05-20
Change wks password in rpc-bench-schannel1
Volker Lendecke
1
-0
/
+64
2008-05-16
Make rpc-bench-schannel1 use two wks accounts if --option=torture:multijoin=true
Volker Lendecke
1
-10
/
+21
2008-05-16
Fix two C++ warnings
Volker Lendecke
1
-2
/
+4
2008-05-16
torture: add RPC-BENCH-SCHANNEL1 test
Stefan Metzmacher
1
-0
/
+272
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-5
/
+5
2008-04-17
Fix the build.
Jelmer Vernooij
1
-3
/
+3
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+2
2008-02-21
Remove more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26409: Pass smb ports along.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26327: Explicit loadparm_context for RPC client functions.
Jelmer Vernooij
1
-12
/
+15
2007-12-21
r26252: Specify loadparm_context explicitly when creating sessions.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26238: Add a loadparm context parameter to torture_context, remove more uses...
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-10
/
+10
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API.
Jelmer Vernooij
1
-208
/
+106
2007-10-10
r24728: Use more stock torture functions.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
1
-11
/
+11
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23090: a test showing two netlogon pipes open at once, using the LogonEx ops
Andrew Tridgell
1
-0
/
+95
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
-3
/
+0
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r14402: Generate seperate headers for RPC client functions.
Jelmer Vernooij
1
-0
/
+3
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
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13583: Realise that the member server name appears in all calls that use the
Andrew Bartlett
1
-3
/
+27
2007-10-10
r13404: Comments, whitespace.
Andrew Bartlett
1
-3
/
+4
2007-10-10
r13402: Make Samba4 pass a nastier RPC-SCHANNEL test.
Andrew Bartlett
1
-4
/
+7
2007-10-10
r13381: Test the SamLogonEx SamLogon call in the schannel test. This is only
Andrew Bartlett
1
-0
/
+117
2007-10-10
r13380: Drop the socket, then try SAMR operations secured with netlogon on th...
Andrew Bartlett
1
-0
/
+29
2007-10-10
r13346: use private proto header files for the torture tests
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r12865: Upgrade the librpc and libnet code.
Andrew Bartlett
1
-0
/
+2
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r12597: One less void *
Andrew Bartlett
1
-1
/
+1
[next]