Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -5/+5 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-03 | s4:torture/rpc/samlogon.c - strip trailing whitespaces | Matthias Dieter Wallnöfer | 1 | -199/+199 | |
2010-07-03 | s4:torture/rpc/samlogon.c - provide a function which sets and afterwards ↵ | Matthias Dieter Wallnöfer | 1 | -0/+97 | |
resets the minimum password age This is needed since we on s4 do now use the Windows Server standard of 1 day. | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -4/+1 | |
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 1 | -1/+1 | |
The reason for this is that some systems include <rpc/rpc.h> from within system headers. HP-UX 11.00 does so somewhere deep inside of <shadow.h>. For torture/winbind/struct_based.c <rpc/rpc.h> resolves to torture/rpc/rpc.h and breaks the build. metze | |||||
2010-04-11 | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 1 | -1/+1 | |
Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit. | |||||
2010-03-29 | s4:torture/rpc/samlogon.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -8/+41 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-17 | s4:torture/rpc/samlogon.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -7/+15 | |
metze | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -2/+0 | |
This reduces compile time somewhat. | |||||
2009-10-02 | s4: fix various warnings (not "const" related ones) | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-04-14 | Rework Samba4 to use the new common libcli/auth code | Andrew Bartlett | 1 | -17/+17 | |
In particular, this is the rename from creds_ to netlogon_creds_, as well as other links to use the new common crypto. Andrew Bartlett | |||||
2009-03-01 | Use common header file for character set handling in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -3/+3 | |
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 1 | -2/+2 | |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 1 | -1/+1 | |
consistency with Samba 3. | |||||
2008-11-01 | s4-smbtorture: fix segfault in RPC-SAMLOGON test. | Günther Deschner | 1 | -1/+1 | |
Use torture_context when calling test_ChangePasswordUser3. Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_LogonSamLogon{Ex,WithFlags} from s3 idl. | Günther Deschner | 1 | -20/+52 | |
Guenther | |||||
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -1/+1 | |
make them wrappers around convert_string{,talloc}_convenience(). | |||||
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 1 | -3/+2 | |
functions. | |||||
2008-09-30 | Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+6 | |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 | |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -4/+4 | |
(This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0) | |||||
2008-04-21 | Remove more event_context_init() uses from function calls within deep down ↵ | Simo Sorce | 1 | -1/+1 | |
the code. Make sure we pass around the event_context where we need it instead. All test but a few python ones fail. Jelmer promised to fix them. (This used to be commit 3045d391626fba169aa26be52174883e18d323e9) | |||||
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 47ffbbf67435904754469544390b67d34c958343) | |||||
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit a1715b1f48ba44bd94844418cc9299649aaf1a5e) | |||||
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -4/+7 | |
(This used to be commit 58a5b1de2b093fe642eb11d76d12db0edf60c25c) | |||||
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c) | |||||
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07) | |||||
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -5/+7 | |
(This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482) | |||||
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 7280c1e9415daabb2712db1372e23f9846272ede) | |||||
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more ↵ | Jelmer Vernooij | 1 | -2/+2 | |
uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926) | |||||
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -189/+189 | |
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9) | |||||
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -4/+4 | |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 1 | -1/+1 | |
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r24755: Use common code for finding the RPC binding in the torture tests. | Jelmer Vernooij | 1 | -3/+1 | |
(This used to be commit e3310e773924ddd2129e8ca1a86e23d0f713c19c) | |||||
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -3/+5 | |
(This used to be commit 1319d88c099496be29dd9214fa2492c81e848369) | |||||
2007-10-10 | r24560: rename some DCERPC_ prefixes into NDR_ | Stefan Metzmacher | 1 | -7/+7 | |
metze (This used to be commit f874eca5dab74e930d0ec52abeb06295d2d90476) | |||||
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5) | |||||
2007-10-10 | r24074: Test both permitted logon hours and permitted workstations in the | Andrew Bartlett | 1 | -4/+71 | |
RPC-SAMLOGON test. This showed that, as noted by bug #4823, we didn't test for invalid workstations. In fact, the code had been ported across, but because untested code is broken code, it never worked... Andrew Bartlett (This used to be commit 5e07417ada56d189a911ef888b0c87adebe60763) | |||||
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 | |
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa) | |||||
2007-10-10 | r19392: Use torture_setting_* rather than lp_parm_* where possible. | Jelmer Vernooij | 1 | -5/+2 | |
(This used to be commit b28860978fe29c5b10abfb8c59d7182864e21dd6) | |||||
2007-10-10 | r18751: Check for samr reject codes and their particular order. | Günther Deschner | 1 | -1/+2 | |
Guenther (This used to be commit 8f9ab07e78a3c89085754c9f6447c2b56292980c) | |||||
2007-10-10 | r15950: another printf() crash on solaris | Andrew Tridgell | 1 | -84/+84 | |
(This used to be commit 5a065b9225f7a7fe221c61e26a08abc0d29f3bb9) | |||||
2007-10-10 | r14720: Add torture_context argument to all torture tests | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d) | |||||
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 7054ebf0249930843a2baf4d023ae8f62cedb109) | |||||
2007-10-10 | r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper | Jelmer Vernooij | 1 | -2/+2 | |
functions for rpc out of torture/torture.c (This used to be commit 1d2d970f3b8aef3f36c2befb94b5dd72c0086639) | |||||
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 | |
file dependencies (This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781) | |||||
2007-10-10 | r13903: Don't generate prototypes for modules and binaries in include/proto.h by | Jelmer Vernooij | 1 | -0/+1 | |
default. (This used to be commit c80a8f1102caf744b66c13bebde38fba74983dc4) | |||||
2007-10-10 | r13709: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 291da7bac3e8707009b239bd3c8b0a0d14f54481) | |||||
2007-10-10 | r13583: Realise that the member server name appears in all calls that use the | Andrew Bartlett | 1 | -4/+4 | |
credentials. Consistantly rename these elements in the IDL to computer_name. Fix the server-side code to always lookup by this name. Add new, even nastier tests to RPC-SCHANNEL to prove this. Andrew Bartlett (This used to be commit 341a0abeb4a9f88d64ffd4681249cb1f643a7a5a) |