summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r17989: Add RPC-NETLOGON as a test we now run against Samba4.Andrew Bartlett2007-10-102-6/+6
| | | | | Andrew Bartlett (This used to be commit c271c488a5380d3d8ace662d6041d6b7f3f5b4ad)
* r17988: Add 'not for Samba4' hacks into the RPC-NETLOGON torture test.Andrew Bartlett2007-10-101-0/+56
| | | | | Andrew Bartlett (This used to be commit 2aa0e6a1bf977d60a14314d5d82d176824751d00)
* r17987: Make the LSA pipe listen on the \pipe\netlogon interface.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 700e9c0ea40799a09db3fdeb4a0ff3a417a8718e)
* r17986: Add a copy of the Heimdal licence to our source tree, to make it veryAndrew Bartlett2007-10-101-0/+45
| | | | | | | | clear what the conditions on this code are, and that the terms are GPL compatible. Andrew Bartlett (This used to be commit 99ce2ecf396837caa812acf279f5156c50818373)
* r17983: Use the UTF8-correct strcasecmp_m call for sorting these entries,Andrew Bartlett2007-10-101-2/+2
| | | | | | | | which has been recently fixed to cope with NULL pointers (fix segfault on Solaris). Andrew Bartlett (This used to be commit ce36069765e8dff3bbdabed5d50af1c7a8fa8e45)
* r17982: One final hack...Andrew Bartlett2007-10-102-0/+4
| | | | | | | When against a real, schema-checking LDAP backend, we need extensibleObject on the baseDN entry (as entryUUID isn't run for creating this basic ldif) output. (This used to be commit befac43f59c4688f6c6827eb2e4e916c1056a740)
* r17980: handle NULL arguments without crashing in strcasecmp_m() andAndrew Tridgell2007-10-101-0/+10
| | | | | | strncasecmp_m(). This makes the use of these functions in sorting routines with RPC replies sane (This used to be commit 93413f84502ff308e88947b9d3bdc9d219478935)
* r17978: make the ldap backend test for ldb work both with and without modulesAndrew Tridgell2007-10-102-2/+19
| | | | | (so it works on both redhat and debian, for example) (This used to be commit 71264bb78558ada7539ef59048eb38887579c1d1)
* r17968: Consolidate the DSSETUP and LSA pipes into a single file, as DSSETUPAndrew Bartlett2007-10-103-271/+237
| | | | | | | | | | is just one call. This simplifies the one remaining DSSETUP call, and removes another user of the dnsDomain attribute. Andrew Bartlett (This used to be commit 6a54711564b67891c368c09ead3f7389ad40111f)
* r17967: Somewhere along the line we lost unixName here, and so lost theAndrew Bartlett2007-10-101-1/+1
| | | | | | | ability for 'administrator' to log in as unix user 'root'. Andrew Bartlett (This used to be commit 221efba5289b8bbb54b770c556f19bfbdc9ee216)
* r17966: remove all generated filesStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 2493f670d3581df2bbbca7a0295e31ae3a09c2c0)
* r17965: make talloc build more portableStefan Metzmacher2007-10-101-1/+3
| | | | | metze (This used to be commit 64ba7ffdb866cc74366842750d95a25b47266097)
* r17964: try to support sun* hostsStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 87d88b3a47047f837101aca2180555dc35cfcf31)
* r17963: fix install logic for talloc.3Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 161f2c04f78ba03ae4a24667e50cc9d8a446921e)
* r17962: source/intl/ isn't used in samba4 anymoreStefan Metzmacher2007-10-102-343/+0
| | | | | metze (This used to be commit 3412f6690828c2bbffdb495bc64c7a6989ccd1c3)
* r17961: source/po/ isn't justed in samba4, so remove itStefan Metzmacher2007-10-107-12147/+0
| | | | | metze (This used to be commit 0c546524de23496837c9222b8a19813d141d28a3)
* r17960: try to use gmake if present on IRIXStefan Metzmacher2007-10-103-0/+5
| | | | | metze (This used to be commit 18b4ae591a3a137dd25edd16a574e489cd5552bf)
* r17958: as talloc_init() enabled null tracking, we should avoid to use itStefan Metzmacher2007-10-105-7/+9
| | | | | | | | | in smbtorture, and in the LOCAL-TALLOC we should reset the null tracking also make bin/smbtorture //url/foo LOCAL-TALLOC LOCAL-TALLOC possible metze (This used to be commit d1dd3df5e4fd21f5cbd00e472438fe3eadb266e5)
* r17957: don't try to use an internet connection when generating the manpageStefan Metzmacher2007-10-101-5/+5
| | | | | | | and only install the manpage if we build it metze (This used to be commit 23c6c7a27cc966d8e948e00c41d34e9a6ad40f2c)
* r17956: LSA Cleanup!Andrew Bartlett2007-10-106-108/+467
| | | | | | | | | | | | | | | | | This commit cleans up a number of aspects of the LSA interface. Firstly, we do 2 simple searches on opening the LSA policy, to obtain the basic information we need. This also avoids us searching for dnsDomain (an invented attribute). While I was at it, I added and tested new LSA calls, including the enumTrustedDomainsEx call. I have also merged the identical structures lsa_DomainInformation and lsa_DomainList. Also in this commit: Fix netlogon use of uninitialised variables. Andrew Bartlett (This used to be commit 3f3fa7f466df56612064029143fbae8effb668aa)
* r17955: Don't search for the dnsDomain attribute, it is invented (not in theAndrew Bartlett2007-10-101-7/+23
| | | | | | | AD schema). Andrew Bartlett (This used to be commit fac27e4dddc98288dc765e135db6b168fbec760c)
* r17954: Avoid including \n in error strings (left over from DEBUG() conversion).Andrew Bartlett2007-10-102-14/+20
| | | | | | | Make it easier to debug CrackNames failures. Andrew Bartlett (This used to be commit 5dd07074db0b25ea2e929bbdcf89f26e3665bd1c)
* r17952: merge changes from samba3Stefan Metzmacher2007-10-101-1/+5
| | | | | metze (This used to be commit ff8d044c2e14e81b4bb32eaacc56875e9602ce4d)
* r17950: sync talloc with samba3Stefan Metzmacher2007-10-101-0/+7
| | | | | metze (This used to be commit 5697841e2949d2f7a053b4766c48906943a5a04e)
* r17940: Fix a warning spotted on the buildfarm.Rafal Szczesniak2007-10-101-1/+1
| | | | | rafal (This used to be commit b285a34ddd8bf570a060b8c9eb8aee1566317c27)
* r17939: Fix compiler warnings spotted on buildfarm.Rafal Szczesniak2007-10-101-8/+19
| | | | | rafal (This used to be commit 4803e95c68d8824b5494ee86d626e474d8a0c925)
* r17938: More comments.Rafal Szczesniak2007-10-101-12/+101
| | | | | rafal (This used to be commit 4a127aacfa142838b474b2d8186026575bca14a4)
* r17932: Fix header installation.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit d0b7c740c77c901960c6de80f0d3b77cd396946f)
* r17931: Really remove the files this time. Looks like there's something ↵Jelmer Vernooij2007-10-103-924/+0
| | | | | | | wrong with the rename code in bzr-svn... (This used to be commit 03e402181ace8fddde38d626fb8d765693b8d429)
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-10106-691/+1669
| | | | | | | * Move dlinklist.h, smb.h to subsystem-specific directories * Clean up ads.h and move what is left of it to dsdb/ (only place where it's used) (This used to be commit f7afa1cb77f3cfa7020b57de12e6003db7cfcc42)
* r17926: add trustedDomain classSimo Sorce2007-10-101-0/+263
| | | | (This used to be commit 43e95f4572778fec70ea4a62b6b4d20d8f96a2f8)
* r17925: Another class we need.Andrew Bartlett2007-10-101-0/+1
| | | | | Andrew Bartlett (This used to be commit 5ff3f10d4fbd47419797890f87df3a50b3bb31fa)
* r17907: - add a generic talloc_report_depth_cb() function which takes a callbackStefan Metzmacher2007-10-104-52/+173
| | | | | | | | | | to do the actual report. - make the talloc_report_depth_file() a wrapper of it - and talloc_report() and talloc_report_full() are wrapper of talloc_report_depth_file() metze (This used to be commit b199557b358e6216d89d233513079fcd56b307aa)
* r17905: fix c++ warningsStefan Metzmacher2007-10-101-13/+13
| | | | | metze (This used to be commit 972a84f220f0dabc4e1cc3ffd40a4bf4dedc74d9)
* r17904: we don't want warnings about unused parametersStefan Metzmacher2007-10-101-1/+9
| | | | | | | volker that one was for you:-) metze (This used to be commit d0aa78177d24877320bac2294328e0083f34e9a5)
* r17898: handle objectcategory and isdefunct for classesSimo Sorce2007-10-101-17/+60
| | | | (This used to be commit 7664b52b89bfac6f2db52fae2daa65c856acd1ac)
* r17895: - talloc_increase_ref_count() can failStefan Metzmacher2007-10-104-7/+16
| | | | | | | - make talloc_reference() typesafe when gcc >= 3 is used metze (This used to be commit 933d1b47ad614d02cc02b602e704948b342febdb)
* r17894: better name for the internal syntax typeSimo Sorce2007-10-101-3/+3
| | | | (This used to be commit 4241a1bb832461ca44ce0f20cb770ea2b6f2d7e3)
* r17893: add a function to disable the null_contextStefan Metzmacher2007-10-103-2/+15
| | | | | metze (This used to be commit 7cab4285b1b61ad5cb425e42d89bcf7d645b0710)
* r17892: fix the last talloc c++ warningStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit 6955ffe4544eddd9e34461f57858480b1acf49c9)
* r17891: remove c++ warnings from tallocStefan Metzmacher2007-10-102-13/+14
| | | | | metze (This used to be commit fb73ce8d4364a1da3c320034d90c0556529c61c4)
* r17890: add -Wc++-compat option to gcc but don't use it yetStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 6b4f788c71a6d445ded522d89cd5425f9e2fb391)
* r17889: allocate a valid element where the pointer can point to,Stefan Metzmacher2007-10-101-1/+1
| | | | | | | fix c++ warnings metze (This used to be commit b15e4c7cfa4df3dc429945e4d330a8a9766eb1a6)
* r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size()Stefan Metzmacher2007-10-102-19/+14
| | | | | | | functions to get rid of c++ warnings metze (This used to be commit 7579503bb886e9c4cc08756013f5311ce550c9fd)
* r17887: fix c++ warningsStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit ccef1f729089939b9250f1b177d5241f8baaa5eb)
* r17886: add talloc_ptrtype() and talloc_array_ptrtype(),Stefan Metzmacher2007-10-104-0/+112
| | | | | | | see the manpage what they do:-) metze (This used to be commit bfca83c91e47e9017474809cd7bc8b2e6e20416a)
* r17885: use _TALLOC_TYPEPF() consitentlyStefan Metzmacher2007-10-101-3/+2
| | | | | metze (This used to be commit 155cd6b88283b85c53c7ec65efcf431da7b649ac)
* r17884: Shape up the snprintf fix after Metzes commentsVolker Lendecke2007-10-101-2/+2
| | | | (This used to be commit 66b6456eee579623b64c649356ab0175c46f5789)
* r17883: check if talloc_asprintf() works correctStefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit bb79542edbb290c7dbea7c921b0e911dd1b3366b)
* r17882: merge change from samba3Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit eca7085850ba8475cc01dda1911c4222dd14c1a6)