summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/samlogon.c
Commit message (Expand)AuthorAgeFilesLines
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-2/+0
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-1/+1
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-17/+17
* Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-011-3/+3
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-2/+2
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-1/+1
* s4-smbtorture: fix segfault in RPC-SAMLOGON test.Günther Deschner2008-11-011-1/+1
* s4-netlogon: merge netr_LogonSamLogon{Ex,WithFlags} from s3 idl.Günther Deschner2008-10-291-20/+52
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-1/+1
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-3/+2
* Remove uses of global_loadparm.Jelmer Vernooij2008-09-301-2/+6
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-4/+4
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-1/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-2/+2
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-4/+7
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-2/+2
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-1/+1
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-5/+7
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-211-1/+1
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-2/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-189/+189
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-4/+4
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij2007-10-101-3/+1
* r24735: Use torture API in more places.Jelmer Vernooij2007-10-101-3/+5
* r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher2007-10-101-7/+7
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-1/+1
* r24074: Test both permitted logon hours and permitted workstations in theAndrew Bartlett2007-10-101-4/+71
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-5/+2
* r18751: Check for samr reject codes and their particular order.Günther Deschner2007-10-101-1/+2
* r15950: another printf() crash on solarisAndrew Tridgell2007-10-101-84/+84
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+1
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+1
* r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij2007-10-101-2/+2
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-101-0/+1
* r13709: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r13583: Realise that the member server name appears in all calls that use theAndrew Bartlett2007-10-101-4/+4
* r13346: use private proto header files for the torture testsStefan Metzmacher2007-10-101-0/+1
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-101-0/+2
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-2/+1
* r11843: fixed a valgrind error in the RPC-SAMLOGON testAndrew Tridgell2007-10-101-1/+1
* r11479: fix compiler warningStefan Metzmacher2007-10-101-2/+2
* r11453: Fix warning, for a case that just can't happen.Andrew Bartlett2007-10-101-0/+3
* r11370: Samba4 now passes it's own RPC-SAMLOGON test again.Andrew Bartlett2007-10-101-6/+17
* r11360: Pass down a flag indicating that this is an 'old password', and toAndrew Bartlett2007-10-101-18/+50