r18058: we don't actually need __VA_ARGS__ yet (its another C99 feature which
[bbaumbach/samba-autobuild/.git] / source4 /
2007-10-10 Andrew Tridgellr18058: we don't actually need __VA_ARGS__ yet (its...
2007-10-10 Andrew Tridgellr18057: fixed an #ifdef
2007-10-10 Andrew Tridgellr18056: includes needed for O_CREAT
2007-10-10 Andrew Tridgellr18055: aix needs time.h for timegm.c to compile
2007-10-10 Andrew Tridgellr18054: snprintf.c needs to use replace.h to get the...
2007-10-10 Andrew Tridgellr18053: the sig_atomic_t test needs to be in libreplace...
2007-10-10 Andrew Tridgellr18052: discard_const_p() isn't part of the libreplace...
2007-10-10 Andrew Tridgellr18051: - add gcc warning flags
2007-10-10 Rafal Szczesniakr18050: Run more NET tests on the build farm.
2007-10-10 Simo Sorcer18046: Add 'z' specifier support and a configure test.
2007-10-10 Jelmer Vernooijr18045: Update format, list "test" target as phony.
2007-10-10 Andrew Tridgellr18044: timegm.c needs to be in a separate file
2007-10-10 Andrew Tridgellr18043: added strlcpy() test
2007-10-10 Andrew Tridgellr18042: testsuite needs to link to libreplace.a :-)
2007-10-10 Andrew Tridgellr18041: started on the bodies of the testsuite function...
2007-10-10 Jelmer Vernooijr18040: Use only one strnlen implementation
2007-10-10 Jelmer Vernooijr18039: Include header with time_t if needed.
2007-10-10 Andrew Tridgellr18038: make test fns static
2007-10-10 Andrew Tridgellr18037: added 'make installcheck' target
2007-10-10 Jelmer Vernooijr18036: Add missing file
2007-10-10 Andrew Tridgellr18035: - fixed 'make clean' to remove test objects
2007-10-10 Andrew Tridgellr18034: fixed build of libreplace outside of source...
2007-10-10 Andrew Tridgellr18033: added install-sh, needed for standalone librepl...
2007-10-10 Andrew Tridgellr18032: added a 'make distclean'
2007-10-10 Jelmer Vernooijr18031: Merge my replace fixes:
2007-10-10 Volker Lendecker18027: Fix some 64-bit warnings
2007-10-10 Andrew Tridgellr18026: patch from Brad allowing the windows testing...
2007-10-10 Andrew Bartlettr18025: Don't try to set a target host if there isn...
2007-10-10 Andrew Bartlettr18024: The %c sscanf format I'm using doesn't null...
2007-10-10 Andrew Bartlettr18023: Add support infrusructure for testing against...
2007-10-10 Andrew Bartlettr18022: Increment number of records converted, and...
2007-10-10 Andrew Bartlettr18021: Add ldapi support to our LDAP client. To be...
2007-10-10 Volker Lendecker18018: Fix the build on OpenBSD. No license problem...
2007-10-10 Rafal Szczesniakr18017: Separate NET tests out of RPC. This way it...
2007-10-10 Simo Sorcer17998: start working on syntaxes
2007-10-10 Andrew Tridgellr17993: as metze pointed out, the composite_error(...
2007-10-10 Andrew Tridgellr17992: reverted r17842
2007-10-10 Andrew Bartlettr17991: Implement a few more calls (with not implemente...
2007-10-10 Andrew Tridgellr17990: added timeout checking on dcerpc connection...
2007-10-10 Andrew Bartlettr17989: Add RPC-NETLOGON as a test we now run against...
2007-10-10 Andrew Bartlettr17988: Add 'not for Samba4' hacks into the RPC-NETLOGO...
2007-10-10 Andrew Bartlettr17987: Make the LSA pipe listen on the \pipe\netlogon...
2007-10-10 Andrew Bartlettr17986: Add a copy of the Heimdal licence to our source...
2007-10-10 Andrew Bartlettr17983: Use the UTF8-correct strcasecmp_m call for...
2007-10-10 Andrew Bartlettr17982: One final hack...
2007-10-10 Andrew Tridgellr17980: handle NULL arguments without crashing in strca...
2007-10-10 Andrew Tridgellr17978: make the ldap backend test for ldb work both...
2007-10-10 Andrew Bartlettr17968: Consolidate the DSSETUP and LSA pipes into...
2007-10-10 Andrew Bartlettr17967: Somewhere along the line we lost unixName here...
2007-10-10 Stefan Metzmacherr17966: remove all generated files
2007-10-10 Stefan Metzmacherr17965: make talloc build more portable
2007-10-10 Stefan Metzmacherr17964: try to support sun* hosts
2007-10-10 Stefan Metzmacherr17963: fix install logic for talloc.3
2007-10-10 Stefan Metzmacherr17962: source/intl/ isn't used in samba4 anymore
2007-10-10 Stefan Metzmacherr17961: source/po/ isn't justed in samba4, so remove it
2007-10-10 Stefan Metzmacherr17960: try to use gmake if present on IRIX
2007-10-10 Stefan Metzmacherr17958: as talloc_init() enabled null tracking, we...
2007-10-10 Stefan Metzmacherr17957: don't try to use an internet connection when...
2007-10-10 Andrew Bartlettr17956: LSA Cleanup!
2007-10-10 Andrew Bartlettr17955: Don't search for the dnsDomain attribute, it...
2007-10-10 Andrew Bartlettr17954: Avoid including \n in error strings (left over...
2007-10-10 Stefan Metzmacherr17952: merge changes from samba3
2007-10-10 Stefan Metzmacherr17950: sync talloc with samba3
2007-10-10 Rafal Szczesniakr17940: Fix a warning spotted on the buildfarm.
2007-10-10 Rafal Szczesniakr17939: Fix compiler warnings spotted on buildfarm.
2007-10-10 Rafal Szczesniakr17938: More comments.
2007-10-10 Jelmer Vernooijr17932: Fix header installation.
2007-10-10 Jelmer Vernooijr17931: Really remove the files this time. Looks like...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Simo Sorcer17926: add trustedDomain class
2007-10-10 Stefan Metzmacherr17907: - add a generic talloc_report_depth_cb() functi...
2007-10-10 Stefan Metzmacherr17905: fix c++ warnings
2007-10-10 Stefan Metzmacherr17904: we don't want warnings about unused parameters
2007-10-10 Simo Sorcer17898: handle objectcategory and isdefunct for classes
2007-10-10 Stefan Metzmacherr17895: - talloc_increase_ref_count() can fail
2007-10-10 Simo Sorcer17894: better name for the internal syntax type
2007-10-10 Stefan Metzmacherr17893: add a function to disable the null_context
2007-10-10 Stefan Metzmacherr17892: fix the last talloc c++ warning
2007-10-10 Stefan Metzmacherr17891: remove c++ warnings from talloc
2007-10-10 Stefan Metzmacherr17890: add -Wc++-compat option to gcc but don't use...
2007-10-10 Stefan Metzmacherr17889: allocate a valid element where the pointer...
2007-10-10 Stefan Metzmacherr17888: use talloc_*_ptrtype() macros as wrappers arrou...
2007-10-10 Stefan Metzmacherr17887: fix c++ warnings
2007-10-10 Stefan Metzmacherr17886: add talloc_ptrtype() and talloc_array_ptrtype(),
2007-10-10 Stefan Metzmacherr17885: use _TALLOC_TYPEPF() consitently
2007-10-10 Volker Lendecker17884: Shape up the snprintf fix after Metzes comments
2007-10-10 Stefan Metzmacherr17883: check if talloc_asprintf() works correct
2007-10-10 Stefan Metzmacherr17882: merge change from samba3
2007-10-10 Andrew Bartlettr17876: Require one less patch for the LDAP backend...
2007-10-10 Andrew Bartlettr17871: Add an option to make the system account behave...
2007-10-10 Andrew Bartlettr17870: This module (for the moment) handles the modify...
2007-10-10 Simo Sorcer17868: remove duplicated attributes from list
2007-10-10 Simo Sorcer17860: Let's commit the work down up to now on the...
2007-10-10 Simo Sorcer17859: Fix some return values
2007-10-10 Rafal Szczesniakr17858: Add new libnet domain open tests.
2007-10-10 Rafal Szczesniakr17857: A couple of new tests.
2007-10-10 Rafal Szczesniakr17856: The two new functions - libnet_LookupName and...
2007-10-10 Volker Lendecker17849: Next round for RPC-SAMBA3-SHARESEC
2007-10-10 Volker Lendecker17848: Ok, this did not do it. Still got the same...
2007-10-10 Volker Lendecker17846: Ok, this is a patch that needs further discussi...
next