summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7919: use more portable shell syntax for MALLOC_CHECK_Andrew Tridgell5-16/+6
2007-10-10r7918: fixed a crash bug in the ldap serverAndrew Tridgell1-1/+1
2007-10-10r7917: macosx doesn't have a group called 'users'Andrew Tridgell1-0/+2
2007-10-10r7916: - got rid of the in_client globalAndrew Tridgell5-23/+2
2007-10-10r7915: report the number of failed tests so far when running 'make test' inte...Andrew Tridgell1-1/+1
2007-10-10r7914: - we don't need to override the database locations in selftest any moreAndrew Tridgell1-5/+6
2007-10-10r7913: prevent recursion in the socket wrapper codeAndrew Tridgell1-0/+1
2007-10-10r7912: make private_path() recognise a non-relative filename, so we can haveAndrew Tridgell4-17/+45
2007-10-10r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell7-23/+23
2007-10-10r7910: fixed typo in _SAMBA_BUILD_ macroAndrew Tridgell1-2/+2
2007-10-10r7909: don't consider not finding a list of network interfaces from the kerne...Andrew Tridgell1-1/+0
2007-10-10r7907: the old solaris perl doesn't handle mkdir() without a modeAndrew Tridgell1-1/+1
2007-10-10r7906: some portability fixes for ldap testing on solaris (solaris grep doesn...Andrew Tridgell1-2/+2
2007-10-10r7905: this should fix installswat on FreeBSD. Thanks to nodie for testing th...Andrew Tridgell1-1/+1
2007-10-10r7901: check if system supports UTF-16LE at all in LOCAL-ICONV testAndrew Tridgell1-1/+9
2007-10-10r7900: the existing ltdb indexing code does in fact cope with binary fields, ...Andrew Tridgell1-1/+1
2007-10-10r7899: fixed a crash bug in the RAW-CONTEXT testAndrew Tridgell1-2/+0
2007-10-10r7898: don't die on bad iconv libs in LOCAL-ICONV testAndrew Tridgell1-0/+8
2007-10-10r7897: work in progressDerrell Lipman3-102/+223
2007-10-10r7896: don't output null rules for blank targets (caued make failure on irix)Andrew Tridgell1-0/+4
2007-10-10r7895: hopefully this will fix the popt build on solarisAndrew Tridgell1-0/+2
2007-10-10r7894: remove portability experiments until its working in the smb-build test...Andrew Tridgell1-3/+5
2007-10-10r7891: Improve output of unused macro find scriptJelmer Vernooij2-97/+13
2007-10-10r7875: try to see if this is portableStefan Metzmacher1-5/+3
2007-10-10r7874: reverted metzes patch svn 7837 as it is not portable to make onAndrew Tridgell1-2/+4
2007-10-10r7873: hopefully fixed build of ldb_explode_dn() on AIXAndrew Tridgell1-27/+9
2007-10-10r7872: another place we were relying on the old behaviour of value()Andrew Tridgell1-1/+1
2007-10-10r7871: setup spoolss, wins and hklm dbs correctly in selftestAndrew Tridgell1-0/+3
2007-10-10r7870: fixed the RPC-SCHANNEL test. It turned out it was my const changes, asAndrew Tridgell5-5/+5
2007-10-10r7869: revert the configure changes from jelmers commit for heimdal_buildAndrew Tridgell1-4/+5
2007-10-10r7868: canonicalise the message before using ldb_add() in the ldbadd utility.Andrew Tridgell1-0/+2
2007-10-10r7867: a couple of bug fixes for newuser.pl from kukksAndrew Tridgell1-2/+2
2007-10-10r7866: Remove some unused autoconf macro calls.Jelmer Vernooij4-26/+21
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell17-55/+51
2007-10-10r7864: fixed some const bugsAndrew Tridgell2-3/+3
2007-10-10r7863: removed an unused variableAndrew Tridgell1-1/+0
2007-10-10r7862: Updates to the Kerberos notes, based on recent changes and discoveries.Andrew Bartlett1-19/+90
2007-10-10r7861: Nicer output, remove some false warnings.Jelmer Vernooij1-8/+10
2007-10-10r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell15-355/+303
2007-10-10r7859: Merge a few scripts to one script that checks for the following unusedJelmer Vernooij7-108/+121
2007-10-10r7858: removed some unused variablesAndrew Tridgell1-3/+0
2007-10-10r7857: improved the handling of end-of-file on sockets in the smb serverAndrew Tridgell1-2/+8
2007-10-10r7856: fixed warning of 'methods' shadowed variableAndrew Tridgell1-4/+4
2007-10-10r7855: fixed a typoAndrew Tridgell1-1/+1
2007-10-10r7854: only enable wrapping in the ldap server if it was negotiated by gensecAndrew Tridgell1-2/+4
2007-10-10r7851: We are case preserving let the DN be returned the same the user put it...Simo Sorce2-78/+83
2007-10-10r7850: Support mkdir() with just one parameter. Patch fromJelmer Vernooij10-1/+32
2007-10-10r7845: remove unused filesStefan Metzmacher3-579/+6
2007-10-10r7844: eliminate superfluous attribute tablesDerrell Lipman1-382/+91
2007-10-10r7843: Use the new Heimdal gsskrb_acquire_creds API. This has the rightAndrew Bartlett2-31/+27