summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25348: Start working on another Python wrapper.Tim Potter3-1/+24
(This used to be commit 441a0404346ce2ff72e8262c5bf6ef94d3b9f331)
2007-10-10r25329: A solution to SWIG not being able to handle a structure and a functionTim Potter1-8/+10
having the same name. Hey we can now query nbt names from Python. (This used to be commit 30c34d7a4b12c626bc98e29aa6691ad975845777)
2007-10-10r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij10-37/+38
(This used to be commit 80d1dd41d4b224c46ad545f0afd97a847b99860b)
2007-10-10r25315: Revert my last change until I find out what's causing theRafal Szczesniak1-233/+334
problem spotted by the builfarm. rafal (This used to be commit 39359391af25e65547ffa91195984581ae38791b)
2007-10-10r25312: Replace the old-style composite calls.Rafal Szczesniak1-334/+233
rafal (This used to be commit 0a8531404fe3a97289aec35fe029e8c5abd0b085)
2007-10-10r25310: Make sure we do not regress on r25309Volker Lendecke2-0/+72
(This used to be commit 4eb0ec51aae4d05ce7bace7ea6dce2511e9a670a)
2007-10-10r25308: Remove use of pstring.Jelmer Vernooij1-12/+8
(This used to be commit 586246137c60c9c2fb49f902b013f2052695dd32)
2007-10-10r25307: add string_sub_talloc.Jelmer Vernooij3-0/+83
(This used to be commit 96c1a24874289fdeddcac43d23c2d1214b9b6225)
2007-10-10r25306: Add tests for string_sub().Jelmer Vernooij5-4/+84
(This used to be commit 2d37ddcbd1243f48d81af17d8ea3cdd6e8e35b8d)
2007-10-10r25305: Fix installation of missing headers.Jelmer Vernooij1-3/+3
(This used to be commit 83f1721453c253bff77f9d7ececd462331dd846b)
2007-10-10r25304: Thankyou to Amin Azez <azez@ufomechanic.net> for pointing out that IAndrew Bartlett1-3/+3
used subobj.ROLE and not subobj.SERVERROLE as the rest of the code does. Andrew Bartlett (This used to be commit dd1cb33591819c3d4263e594c7a80de899def223)
2007-10-10r25303: Print out the options the provision script generated. This shouldAndrew Bartlett1-1/+12
help users produce predictable setups. Andrew Bartlett (This used to be commit 9789bd3c0a3f75f19fa523b251736cf6cdc157ce)
2007-10-10r25302: try to fix the buildStefan Metzmacher1-1/+0
metze (This used to be commit d7c93167e8b7e3395a982569fb0606c701e691e1)
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij28-266/+341
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
2007-10-10r25299: Modify the provision script to take an additional argument: ↵Andrew Bartlett12-81/+137
--server-role This must be set to either 'domain controller', 'domain member' or 'standalone'. The default for the provision now changes to 'standalone'. This is not because Samba4 is particularlly useful in that mode, but because we still want a positive sign from the administrator that we should advertise as a DC. We now do more to ensure the 'standalone' and 'member server' provision output is reasonable, and try not to set odd things into the database that only belong for the DC. Andrew Bartlett (This used to be commit 4cc4ed7719aff712e735628410bd3813c7d6aa40)
2007-10-10r25298: regenerate lex.c files with config.h as first includeStefan Metzmacher2-54/+12
this should help on aix 5.3. metze (This used to be commit bfd8c275bb90b2709753ef3177c8ab24f91c75c0)
2007-10-10r25297: - fix sed arguments to make the replacement workStefan Metzmacher1-1/+7
- always add #include "config.h" in the first line metze (This used to be commit 7939f847bfdda6977e7d04dc5a55e1333ade7b14)
2007-10-10r25296: Apply patch by Elrond <elrond+sambaclassic@samba-tng.org>: PutVolker Lendecke1-21/+21
__location__ into a few printfs. Thanks, Volker (This used to be commit b0e323a09e5f888850833dc4532110f8ceebb14b)
2007-10-10r25293: add WINBIND-STRUCT-CHECK_MACHACC testStefan Metzmacher1-0/+52
metze (This used to be commit 8684167fd804fb04fc36e49f61027e9d44beb3ba)
2007-10-10r25292: minor cleanupStefan Metzmacher1-6/+2
metze (This used to be commit a98205f26dfbf680ad6ac9f3ba2043b3e2864f99)
2007-10-10r25291: add WINBIND-STRUCT-PRIV_PIPE_DIR testStefan Metzmacher1-0/+30
this may needs --option="torture:winbindd private pipe dir=/var/lib/samba/winbindd_privileged" metze (This used to be commit f83062d10955115a55928c51d289a219c1442632)
2007-10-10r25290: remove wrong commentStefan Metzmacher1-1/+0
metze (This used to be commit 9916d40769fa50be7e0bc88c981643f2c38f3336)
2007-10-10r25289: add WINBIND-STRUCT-INFO testStefan Metzmacher1-0/+26
this may needs --option="torture:winbindd separator=+" metze (This used to be commit 8bf28eecf274c5f53ab735036ffe09e0df751a9c)
2007-10-10r25288: add WINBIND-STRUCT-DOMAIN_INFO testStefan Metzmacher1-1/+70
metze (This used to be commit f42965b6edfd91e00004a87a806d124be7eaeee0)
2007-10-10r25284: add WINBIND-STRUCT-DOMAIN_NAME testStefan Metzmacher1-0/+25
this may needs --option="torture:winbindd netbios domain=BAR" metze (This used to be commit 3aba871fc35821f4660749db6e449846fc6b8753)
2007-10-10r25283: add WINBIND-STRUCT-NETBIOS_NAME test.Stefan Metzmacher1-0/+25
this may needs --option="torture:winbindd netbios name=FOO" metze (This used to be commit e67df9b8de4f3c9abc5ddfdad91e2682ddd40e45)
2007-10-10r25282: add WINBIND-STRUCT-INTERFACE_VERSION testStefan Metzmacher1-0/+21
metze (This used to be commit d610281cc11351fdc4ed0e4242341530fe56c5bf)
2007-10-10r25280: call WINBINDD_GETDCNAME for each domain returned from ↵Stefan Metzmacher1-9/+25
WINBINDD_LIST_TRUSTDOMS metze (This used to be commit c06e7aebc5998da0a3b1d1f2021e6f49c31071f5)
2007-10-10r25279: - test in the generic get_trusted_domains() function that we gotStefan Metzmacher1-5/+5
at least 2 domains. - change the ordering of the tests metze (This used to be commit 22eb3095d622e4cee559387900e5a7d9cfb51171)
2007-10-10r25278: add a more extented macro for doing struct based winbind requestsStefan Metzmacher1-4/+27
metze (This used to be commit ad3ec174088393a9efb265fa7a135fbfd080b6a7)
2007-10-10r25269: this doesn't fix the problems with BSD make completely...Stefan Metzmacher1-4/+0
metze (This used to be commit 869c30abb660d00fdf7e049f69a8e4312d86a50c)
2007-10-10r25268: Thanks to Andrew Kroeger for pointing out on IRC that this isAndrew Bartlett1-4/+0
compleatly dead code. Andrew Bartlett (This used to be commit 5838aca79b11fd8a94567a04c1c1a99bc4343547)
2007-10-10r25267: Move PRINTF_ATTRIBUTE to lib/util as well.Jelmer Vernooij3-22/+21
(This used to be commit 72b9d6c03661d72e83a5d60d43b75bb9bd5f5285)
2007-10-10r25266: Fix case.Jelmer Vernooij2-7/+7
(This used to be commit 935ac3189d93e53841dc47c0f9c7fcca5661a2bb)
2007-10-10r25265: Move attribute definitions to lib/util.Jelmer Vernooij3-57/+81
(This used to be commit 5bb9f041f47a1b7e03c3dc02e38546bc43bcc856)
2007-10-10r25264: add a test to verify that the ACLs are checked when a normal user ↵Ronnie Sahlberg1-0/+57
connects to SAMR (This used to be commit 2be2ab575b14ea3cec0097705c3c0a10a570d340)
2007-10-10r25263: add a test to check the accessmasks and ACLs on policy handles ↵Ronnie Sahlberg4-0/+602
returned on the SAMR pipe. also test which bits in the accessmasks grant which right to perform operations on the returned policy handle (This used to be commit cb5bc801362a4a81a690e641146c70a7af8e6096)
2007-10-10r25262: add WINBIND-STRUCT-LIST_TRUSTDOM torture testStefan Metzmacher1-0/+144
metze (This used to be commit 52dfec08e7b09c3d80c7e5efc88889144079fc9e)
2007-10-10r25259: try to work arround the build failures on OpenBSD 3.7Stefan Metzmacher1-0/+4
metze (This used to be commit 5679e7d824d8a814b6cbc39855bb30086aad7b6c)
2007-10-10r25256: Fix missing field set in libnet_ModifyUser routine.Rafal Szczesniak2-1/+10
Submitted by Matthias Dieter Wallnoefer <mwallnoefer@yahoo.de> rafal (This used to be commit 4fe47e4f976f125537b6a9fc7b13b25efe3d73a6)
2007-10-10r25251: move macro defines to the end of replace.hStefan Metzmacher1-32/+35
and move the include location sys/param.h before we redefine missing macros metze (This used to be commit 87559febdf887940ca85571d301269b734906401)
2007-10-10r25249: Thanks to Andrew Kroeger for pointing out this silly typo (callingAndrew Bartlett1-1/+1
end_transaction in delete_tranaction would be very much the wrong thing to do) in the update_keytab module. Andrew Bartlett (This used to be commit aad9545ca12bc8a3aeaf5cc870d137d89c34bb39)
2007-10-10r25242: remove sequence_number out of WINBINDD_DOMAIN_INFO callStefan Metzmacher2-3/+1
as this is always answered by the winbindd parent and will most times return old sequence number values. metze (This used to be commit af259f35f22ea24c1b2f2e007998bfa0bb58f6f6)
2007-10-10r25235: add simple WINBIND-STRUCT-GETDCNAME testStefan Metzmacher1-0/+22
metze (This used to be commit 2abd86f520a74662f8fe0d10b72484459c3d74a9)
2007-10-10r25234: make WINBIND-STRUCT-PING a benchmark testStefan Metzmacher1-7/+23
which runs WINBIND_PING for 5 seconds metze (This used to be commit 86809a965e160d0e6dff2d9bde8c990783388d8d)
2007-10-10r25231: revert hunk that was commited together with the change to gplv3Stefan Metzmacher1-0/+2
was revision 23801 metze (This used to be commit 6ea0d61ab3bbf801709ca683ce84bfa71267f8f9)
2007-10-10r25221: Experiment with Jelmer's new generic loadparm code.Tim Potter1-1/+8
(This used to be commit 9fbbd1b5c9c19a0f5d49bafc6d25967e133e38b4)
2007-10-10r25220: Comment out obsolete functions.Tim Potter1-2/+2
(This used to be commit 448cf5b61fdc8435823c3490767489ea4d85c5bc)
2007-10-10r25219: remove unused check for precompiled headers.Jelmer Vernooij1-11/+0
(This used to be commit 17c92c091d9b9eb7f6a4cf1f263533f235d6717f)
2007-10-10r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett7-298/+1
Subclass support was designed to avoid needing to spell out the full list of objectClasses that an entry was in. However, Samba4 now enforces this restriction in the objectClass module, and the way subclass matching was handled was complex and counter-intuitive in my opinion (and did not match LDAP). Andrew Bartlett (This used to be commit f5ce04b904e14445a2a7e7f92e7e1f64b645c6f2)