Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -3/+3 | |
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-05-12 | s4-smbtorture: add torture_create_testuser_max_pwlen() that allows to set ↵ | Günther Deschner | 1 | -6/+16 | |
maxpwlen. required for upcoming rap pwd tests. Guenther | |||||
2010-05-12 | s4-smbtorture: autolookup domain in torture_create_testuser() if none was given. | Günther Deschner | 1 | -15/+70 | |
Guenther | |||||
2010-04-15 | s4:torture/rpc: don't look at p->last_fault_code for debugging anymore | Stefan Metzmacher | 1 | -3/+0 | |
metze | |||||
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-03-29 | s4:torture/rpc/testjoin.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -6/+47 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-17 | s4:torture/rpc/testjoin.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -14/+17 | |
metze | |||||
2010-02-26 | s4:torture/rpc: use generate_random_password() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -2/+0 | |
This reduces compile time somewhat. | |||||
2008-11-28 | s4-samr: fix samr passwdord_expired callers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python) | Günther Deschner | 1 | -3/+5 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_LookupNames from s3 idl. (fixme: python) | Günther Deschner | 1 | -1/+4 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_GetUserPwInfo from s3 idl. (fixme: python) | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2008-09-29 | setup the loadparm context for ldb in testjoin | Andrew Tridgell | 1 | -0/+1 | |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 | |
2008-08-27 | Add a test to explore Netlogon PAC validation | Andrew Bartlett | 1 | -0/+1 | |
However, I have still not figured out this protocol yet, and the docs are rather unclear... :-( Andrew Bartlett (This used to be commit d878643071a1477435a267e2944461d367cdfa79) | |||||
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -8/+10 | |
(This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0) | |||||
2008-05-16 | In torture_leave_domain, say what account was deleted | Volker Lendecke | 1 | -2/+4 | |
(This used to be commit a9a0f24f7299c1480d8047d97c703aca8e94c79f) | |||||
2008-04-14 | Fix problems with event context not being the parent. | Simo Sorce | 1 | -2/+2 | |
(This used to be commit 957c4d893acf9e6db06a3fc3a4687ab6bb238635) | |||||
2008-04-04 | Pass discovered server DN down to provision. | Andrew Bartlett | 1 | -0/+8 | |
This uses the new 'serverdn' argument added to provision in the previous commit. Andrew Bartlett (This used to be commit 74480c7de76069701246eb5b7acc5858b84d106c) | |||||
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07) | |||||
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -5/+6 | |
(This used to be commit 2c6b755309fdf685cd0b0564272bf83038574a43) | |||||
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 | -1/+1 | |
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9) | |||||
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58) | |||||
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -3/+4 | |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 1 | -3/+3 | |
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 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit 1319d88c099496be29dd9214fa2492c81e848369) | |||||
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5) | |||||
2007-10-10 | r24074: Test both permitted logon hours and permitted workstations in the | Andrew Bartlett | 1 | -0/+1 | |
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 | r23816: A little more static, but leave the dead code testjoin.c as ↵ | Andrew Bartlett | 1 | -11/+3 | |
documentation. Andrew Bartlett (This used to be commit 6679003c0553804333f0090a91e1fe53837ceb47) | |||||
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 | r22983: This should ensure that torture_create_testuser() can be called, | Andrew Bartlett | 1 | -1/+1 | |
without needing to change the user's password afterwoulds. (Accounts were being created with 'must change at next login' set). Andrew Bartlett (This used to be commit 7b94f2f6dbb7780fb12c8fad5e2ea6e07e72b24e) | |||||
2007-10-10 | r21827: move comments to the place where the functionality is implemented | Stefan Metzmacher | 1 | -120/+1 | |
metze (This used to be commit 5d49d8b9e149d320cb08c5c2a4fc4cb8bfd74129) | |||||
2007-10-10 | r21821: move comment about the becoming a dc to the code which implements it | Stefan Metzmacher | 1 | -442/+1 | |
and extent the comments a bit metze (This used to be commit 16c958600ea6d4481f32081262bf8bae4b56a247) | |||||
2007-10-10 | r20115: from Julien Kerihuel <j.kerihuel@openchange.org>, thanks!: | Stefan Metzmacher | 1 | -4/+14 | |
Here is a patch that adds a torture:dc_binding parametric option to torture_create_testuser in testjoin.c. This patch is used in OpenChange torture tests when the AD is different from the Exchange Server. This generic option could also be used for later 'member server' tests in Samba4. metze (This used to be commit 9ddabfc60e1a4f5e471991253141ce458c9a683d) | |||||
2007-10-10 | r20113: Update the DRSUAPI CrackNames test to explore a few more cases, and in | Andrew Bartlett | 1 | -0/+18 | |
particular to verify more expected results. Also return more details from the join process. Now we also return the machine account's GUID. Andrew Bartlett (This used to be commit 5b32f102af1fc7acb56bf7eaa40068d60a1ee396) | |||||
2007-10-10 | r20093: some documentation updates | Stefan Metzmacher | 1 | -3/+8 | |
metze (This used to be commit 314308c0bf8eeb168d59dab2a867e6bf5f51266b) | |||||
2007-10-10 | r20065: make it possible to get the dns domain name and netbios domain name | Stefan Metzmacher | 1 | -0/+18 | |
of the join account metze (This used to be commit 45da80888f18f0fe10d1aeb9089a695125b184e1) | |||||
2007-10-10 | r20039: things which need to be done for unbecoming a dc | Stefan Metzmacher | 1 | -1/+121 | |
metze (This used to be commit 73f7e2d5b3b3ae767644b96ff9783642aac153d0) | |||||
2007-10-10 | r20038: document first rootdse search | Stefan Metzmacher | 1 | -0/+35 | |
metze (This used to be commit da6415363b2694961a59385437d34d16a932e77b) | |||||
2007-10-10 | r20002: finish requests on the first LDAP connection | Stefan Metzmacher | 1 | -2/+48 | |
metze (This used to be commit c5efd061c5457fb4d344daa2e40dada9c0c37e79) | |||||
2007-10-10 | r20000: 20000 | Stefan Metzmacher | 1 | -0/+1 | |
metze (This used to be commit a3202714a34d49af30435dc3d2935e053e141853) | |||||
2007-10-10 | r19999: add section for adding the server object | Stefan Metzmacher | 1 | -0/+12 | |
metze (This used to be commit f2db31f41dc1727375a560fdc6eaad2c037bf5da) | |||||
2007-10-10 | r19998: add section for finding details about the new_dc server object | Stefan Metzmacher | 1 | -0/+26 | |
metze (This used to be commit cd534dc93646a5981c4d2f0bc27ba9d3259024eb) | |||||
2007-10-10 | r19997: section about finding the new_dc computer account | Stefan Metzmacher | 1 | -0/+15 | |
metze (This used to be commit 757ed019c219fd215cae23d80281d0b221e495e1) | |||||
2007-10-10 | r19996: add section about finding site details | Stefan Metzmacher | 1 | -0/+26 | |
metze (This used to be commit 500113ca5756933de15537b44ccc834ea32307b3) | |||||
2007-10-10 | r19995: add section about finding details of the RID Manager fSMORoleOwner | Stefan Metzmacher | 1 | -0/+53 | |
metze (This used to be commit ce671ff6c13e71c5b54ba8f14d81af45a3e796a9) | |||||
2007-10-10 | r19994: complete section about finding details about the | Stefan Metzmacher | 1 | -0/+41 | |
Infrastructure fSMORoleOwner metze (This used to be commit adbff0d696237efac27f260c115678169b8646d8) |