Age | Commit message (Expand) | Author | Files | Lines |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -1/+1 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -4/+7 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -5/+7 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more uses... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -189/+189 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24755: Use common code for finding the RPC binding in the torture tests. | Jelmer Vernooij | 1 | -3/+1 |
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -3/+5 |
2007-10-10 | r24560: rename some DCERPC_ prefixes into NDR_ | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24074: Test both permitted logon hours and permitted workstations in the | Andrew Bartlett | 1 | -4/+71 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r19392: Use torture_setting_* rather than lp_parm_* where possible. | Jelmer Vernooij | 1 | -5/+2 |
2007-10-10 | r18751: Check for samr reject codes and their particular order. | Günther Deschner | 1 | -1/+2 |
2007-10-10 | r15950: another printf() crash on solaris | Andrew Tridgell | 1 | -84/+84 |
2007-10-10 | r14720: Add torture_context argument to all torture tests | Jelmer Vernooij | 1 | -1/+1 |
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 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
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 | r13709: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r13583: Realise that the member server name appears in all calls that use the | Andrew Bartlett | 1 | -4/+4 |
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 | r12510: Change the DCE/RPC interfaces to take a pointer to a | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r11843: fixed a valgrind error in the RPC-SAMLOGON test | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11479: fix compiler warning | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r11453: Fix warning, for a case that just can't happen. | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r11370: Samba4 now passes it's own RPC-SAMLOGON test again. | Andrew Bartlett | 1 | -6/+17 |
2007-10-10 | r11360: Pass down a flag indicating that this is an 'old password', and to | Andrew Bartlett | 1 | -18/+50 |
2007-10-10 | r11355: Test for error returns when we don't specify the newly discovered | Andrew Bartlett | 1 | -0/+9 |
2007-10-10 | r11352: Add newly discovered (via the radiator lists) flags for controlling | Andrew Bartlett | 1 | -14/+51 |
2007-10-10 | r10847: Fix up new 'decrypt samlogon reply' routine to be more robust, and use | Andrew Bartlett | 1 | -57/+19 |
2007-10-10 | r10805: Move RPC-SAMLOGON to C99 initialisation | Andrew Bartlett | 1 | -97/+97 |
2007-10-10 | r10703: Add a new user account, change the password and test it in the SAMLOG... | Andrew Bartlett | 1 | -34/+125 |
2007-10-10 | r10697: Change the torture join code to return a credentials structure, as | Andrew Bartlett | 1 | -25/+12 |
2007-10-10 | r10528: Add credentials.h back into includes.h as some compilers don't | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r10510: Decrease the amount of data included by includes.h a bit | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10440: Start passing against Win2k3 SP1 again, with the NTLMv2 changes | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again. | Andrew Bartlett | 1 | -128/+230 |
2007-10-10 | r9728: A *major* update to the credentials system, to incorporate the | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r9166: This checks more of auth subsystem in the PAC test. | Andrew Bartlett | 1 | -5/+8 |
2007-10-10 | r8854: #if 0 out the right things this time. (Sorry about the build breakage) | Andrew Bartlett | 1 | -5/+3 |