Commit Graph

7079 Commits

Author SHA1 Message Date
Panu Matilainen 1a2a82d389 Document NSS requirement, revise obsolete comment in macros.in 2007-11-02 10:16:16 +02:00
Panu Matilainen 524262f6f8 Resurrect tax from NSS switchover 2007-11-02 10:11:54 +02:00
Panu Matilainen 8afe81c214 Use NSS instead of beecrypt for encryption (Tomas Mraz) 2007-11-02 10:02:40 +02:00
Panu Matilainen e7fd0807d3 Include "legacy.h" not <rpmdb/legacy.h> 2007-11-01 12:26:05 +02:00
Panu Matilainen 02fb3b030d Remove two unnecessary legacy.h includes 2007-11-01 12:25:41 +02:00
Panu Matilainen e1cc5871a0 Document RPMFI_INTERNAL uses 2007-10-31 12:48:43 +02:00
Panu Matilainen bb976c2f57 Document _RPMTE_INTERNAL needs 2007-10-31 12:39:23 +02:00
Panu Matilainen 05fcdb49f1 Split out rpmts_internal.h from rpmts.h 2007-10-31 12:08:01 +02:00
Panu Matilainen a3bbfc98ee Disable python available package mechanism for now at least.
- need saner available mechanism to resurrect, OTOH nothing appears to
  use it anymore
- last remaining RPMTS_INTERNAL offender...
2007-10-31 11:57:04 +02:00
Panu Matilainen c13ab34016 Add rpmtsPrintSuggests() method for now, use instead of ts internals mucking
- temporary measure to get rid of silly RPMTS_INTERNAL uses, the whole
  solve/suggestion thingie needs love or ripping...
- clean up the suggestions in rpmtsClean() instead of while printing
2007-10-31 10:37:18 +02:00
Panu Matilainen 68dcdd5dad Kill ts->goal, instead set NOSUGGEST flag on erase
- it aint quite the same thing but will suffice for now...
2007-10-31 10:15:05 +02:00
Ralf Corsépius 1aca65c9a7 merge suckage. 2007-10-30 15:52:52 +01:00
Ralf Corsépius a100133e56 Replace AC_CHECK_FUNCS by AC_REPLACE_FUNCS for basename, getcwd, getwd, putenv, realpath, setenv, stpcpy, stpncpy, strcspn, strdup, strtol, strtoul, strspn, strstr. 2007-10-30 15:51:53 +01:00
Panu Matilainen 3f5d1e332e Add rpmtsCleanProblems() method for rpmgi needs 2007-10-30 16:48:38 +02:00
Ralf Corsépius ed315a2ccb merge. 2007-10-30 15:25:41 +01:00
Ralf Corsépius e898dde44d Remove memcmp.c. 2007-10-30 15:24:10 +01:00
Panu Matilainen bb19662ebd Erm... rpmdsFlags are int32_t type, not char* 2007-10-30 15:53:44 +02:00
Panu Matilainen 41cd82aa7c Split transaction score stuff to separate private header 2007-10-30 15:50:35 +02:00
Panu Matilainen 6abf077d70 No callback, no repackaging info - tough... 2007-10-30 15:15:19 +02:00
Panu Matilainen 51c91957ae Use rpmtsRootDir() instead of ts->rootDir + url guess-games in psm 2007-10-30 14:31:42 +02:00
Ralf Corsépius c36d94ded4 merge. 2007-10-30 12:17:16 +01:00
Ralf Corsépius 41d0a9fd3e Don't build stubs.c.
Link against ../misc/libmisc.la.
2007-10-30 12:16:21 +01:00
Ralf Corsépius d57d710550 Build libmisc.la.
Use @LTLIBOBJS@.
2007-10-30 12:15:34 +01:00
Ralf Corsépius fa1b02934a Add -I$(top_builddir)/rpmdb to AM_CPPFLAGS. 2007-10-30 12:14:23 +01:00
Panu Matilainen 591cd9852b rpmds is now fully opaque, eliminate _RPMDS_INTERNAL games 2007-10-30 13:11:13 +02:00
Panu Matilainen 798323c39f Whole lotta trouble to avoid rpmds internals access in rpmfc 2007-10-30 13:07:59 +02:00
Panu Matilainen 80ab4ab3f6 Avoid rpmte internals access in rpmtsNotify() 2007-10-30 12:25:15 +02:00
Panu Matilainen 9482ab2141 Use rpmteKey() instead of te internals 2007-10-30 12:12:54 +02:00
Panu Matilainen be83036b2a Remove unnecessary rpmShowProgress duplicate prototype 2007-10-30 11:54:22 +02:00
Ralf Corsépius ae0e274e35 Remove rpmdb/tsql.c. 2007-10-30 04:06:24 +01:00
Ralf Corsépius 002b3ca2f9 Include <assert.h>. 2007-10-30 03:27:07 +01:00
Ralf Corsépius 88b0c2bbb5 Remove URLMAGIC, URLSANE.
Remove include <assert.h>.
2007-10-30 02:57:14 +01:00
Ralf Corsépius d2384456f7 Add URLMAGIC, URLSANE.
Remove URLDBG (unused).
Include <assert.h>.
2007-10-30 02:56:34 +01:00
Ralf Corsépius 7208dc82be Fix typo. 2007-10-29 13:37:50 +01:00
Ralf Corsépius 69f402c320 Split out rpmgi_internal.h from rpmgi.h 2007-10-29 13:34:53 +01:00
Ralf Corsépius 9a628446ce Add SKIPSPACE, SKIPNONSPACE. 2007-10-29 12:24:15 +01:00
Ralf Corsépius f7a062a74c Add SKIPSPACE. 2007-10-29 12:24:00 +01:00
Ralf Corsépius 7d75c393a5 Remove SKIPSPACE, SKIPNONSPACE. 2007-10-29 12:22:59 +01:00
Panu Matilainen bdd3cd3ed6 Macros don't need rpmio_internal 2007-10-29 12:55:43 +02:00
Ralf Corsépius 6713c1e807 Don't include <ctype.h>.
Include "rpmio.h".
2007-10-29 11:45:20 +01:00
Ralf Corsépius 3d74c511ff Move typedef into extern "C". 2007-10-29 11:43:51 +01:00
Panu Matilainen b8b986dd20 Remove unnecessary includes 2007-10-29 11:40:51 +02:00
Panu Matilainen bf106534a4 Remove unused variable 2007-10-29 11:39:40 +02:00
Panu Matilainen 00c6f25406 Hum, files.c needs rpmio_internal afterall for rpmioSlurp 2007-10-29 11:38:52 +02:00
Panu Matilainen ebd3578be8 Include rpmlib.h instead of lib/rpmlib.h 2007-10-29 11:32:51 +02:00
Ralf Corsépius a82d639d72 Use size_t for sizes. 2007-10-29 10:21:32 +01:00
Ralf Corsépius 546867c2b5 Move typedef into extern "C" {. 2007-10-29 10:20:41 +01:00
Ralf Corsépius 42dcbffc90 merge. 2007-10-29 09:59:10 +01:00
Ralf Corsépius acb8057450 Don't include <assert.h>. 2007-10-29 09:58:15 +01:00
Ralf Corsépius b818f44da2 Don't include <assert.h>. 2007-10-29 09:55:53 +01:00