summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r17993: as metze pointed out, the composite_error() already calls the asyncAndrew Tridgell2007-10-101-2/+0
* r17992: reverted r17842Andrew Tridgell2007-10-104-49/+3
* r17991: Implement a few more calls (with not implemented :-).Andrew Bartlett2007-10-101-36/+21
* r17990: added timeout checking on dcerpc connection establishment. This shouldAndrew Tridgell2007-10-101-2/+17
* r17989: Add RPC-NETLOGON as a test we now run against Samba4.Andrew Bartlett2007-10-102-6/+6
* r17988: Add 'not for Samba4' hacks into the RPC-NETLOGON torture test.Andrew Bartlett2007-10-101-0/+56
* r17987: Make the LSA pipe listen on the \pipe\netlogon interface.Andrew Bartlett2007-10-101-1/+1
* r17986: Add a copy of the Heimdal licence to our source tree, to make it veryAndrew Bartlett2007-10-101-0/+45
* r17983: Use the UTF8-correct strcasecmp_m call for sorting these entries,Andrew Bartlett2007-10-101-2/+2
* r17982: One final hack...Andrew Bartlett2007-10-102-0/+4
* r17980: handle NULL arguments without crashing in strcasecmp_m() andAndrew Tridgell2007-10-101-0/+10
* r17978: make the ldap backend test for ldb work both with and without modulesAndrew Tridgell2007-10-102-2/+19
* r17968: Consolidate the DSSETUP and LSA pipes into a single file, as DSSETUPAndrew Bartlett2007-10-103-271/+237
* r17967: Somewhere along the line we lost unixName here, and so lost theAndrew Bartlett2007-10-101-1/+1
* r17966: remove all generated filesStefan Metzmacher2007-10-101-1/+1
* r17965: make talloc build more portableStefan Metzmacher2007-10-101-1/+3
* r17964: try to support sun* hostsStefan Metzmacher2007-10-101-2/+2
* r17963: fix install logic for talloc.3Stefan Metzmacher2007-10-101-2/+2
* r17962: source/intl/ isn't used in samba4 anymoreStefan Metzmacher2007-10-102-343/+0
* r17961: source/po/ isn't justed in samba4, so remove itStefan Metzmacher2007-10-107-12147/+0
* r17960: try to use gmake if present on IRIXStefan Metzmacher2007-10-103-0/+5
* r17958: as talloc_init() enabled null tracking, we should avoid to use itStefan Metzmacher2007-10-105-7/+9
* r17957: don't try to use an internet connection when generating the manpageStefan Metzmacher2007-10-101-5/+5
* r17956: LSA Cleanup!Andrew Bartlett2007-10-106-108/+467
* r17955: Don't search for the dnsDomain attribute, it is invented (not in theAndrew Bartlett2007-10-101-7/+23
* r17954: Avoid including \n in error strings (left over from DEBUG() conversion).Andrew Bartlett2007-10-102-14/+20
* r17952: merge changes from samba3Stefan Metzmacher2007-10-101-1/+5
* r17950: sync talloc with samba3Stefan Metzmacher2007-10-101-0/+7
* r17940: Fix a warning spotted on the buildfarm.Rafal Szczesniak2007-10-101-1/+1
* r17939: Fix compiler warnings spotted on buildfarm.Rafal Szczesniak2007-10-101-8/+19
* r17938: More comments.Rafal Szczesniak2007-10-101-12/+101
* r17932: Fix header installation.Jelmer Vernooij2007-10-101-2/+2
* r17931: Really remove the files this time. Looks like there's something wrong...Jelmer Vernooij2007-10-103-924/+0
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-10106-691/+1669
* r17926: add trustedDomain classSimo Sorce2007-10-101-0/+263
* r17925: Another class we need.Andrew Bartlett2007-10-101-0/+1
* r17907: - add a generic talloc_report_depth_cb() function which takes a callbackStefan Metzmacher2007-10-104-52/+173
* r17905: fix c++ warningsStefan Metzmacher2007-10-101-13/+13
* r17904: we don't want warnings about unused parametersStefan Metzmacher2007-10-101-1/+9
* r17898: handle objectcategory and isdefunct for classesSimo Sorce2007-10-101-17/+60
* r17895: - talloc_increase_ref_count() can failStefan Metzmacher2007-10-104-7/+16
* r17894: better name for the internal syntax typeSimo Sorce2007-10-101-3/+3
* r17893: add a function to disable the null_contextStefan Metzmacher2007-10-103-2/+15
* r17892: fix the last talloc c++ warningStefan Metzmacher2007-10-101-1/+2
* r17891: remove c++ warnings from tallocStefan Metzmacher2007-10-102-13/+14
* r17890: add -Wc++-compat option to gcc but don't use it yetStefan Metzmacher2007-10-101-0/+1
* r17889: allocate a valid element where the pointer can point to,Stefan Metzmacher2007-10-101-1/+1
* r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size()Stefan Metzmacher2007-10-102-19/+14
* r17887: fix c++ warningsStefan Metzmacher2007-10-101-2/+2
* r17886: add talloc_ptrtype() and talloc_array_ptrtype(),Stefan Metzmacher2007-10-104-0/+112