search for: dbopen

Displaying 6 results from an estimated 6 matches for "dbopen".

Did you mean: db_open
2009 Jan 15
2
[patch] libc Berkeley DB information leak
Hi, FreeBSD libc Berkeley DB can leak sensitive information to database files. The problem is that it writes uninitialized memory obtained from malloc(3) to database files. You can use this simple test program to reproduce the behavior: http://www.saunalahti.fi/~jh3/dbtest.c Run the program and see the resulting test.db file which will contain a sequence of 0xa5 bytes directly from malloc(3).
2003 May 08
3
DBget and DBput in extensions.conf
Where can I learn the syntax for DBput and DBget? is it working with MySQL? do I need to set up tables? URiel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030508/a2598dc8/attachment.htm
2003 Jul 11
4
module : cdr_sybase.so
...); return -1; } /* Initialize DB-Library. */ if (dbinit() == FAIL ) { ast_log(LOG_ERROR,"Can not initialize DB-library.\n"); return -1; } login = dblogin(); DBSETLUSER(login,dbuser); DBSETLPWD(login,password); DBSETLAPP(login,application); dbproc = dbopen(login,dbserver); if (dbproc == NULL) { ast_log(LOG_WARNING, "Failed to connect to sybase database.\n"); return -1; } else { ast_log(LOG_DEBUG,"Successfully connected to sybase database.\n"); } res = ast_cdr_register(name, desc, sybase_log); if (res) {...
2005 Oct 04
4
iproute2-050929 ERORR compiling
...9; in something not a structure or union arpd.c:520: error: `dbdat'' undeclared (first use in this function) arpd.c:530: error: request for member `put'' in something not a structure or union arpd.c: In function `main'': arpd.c:670: warning: implicit declaration of function `dbopen'' arpd.c:670: error: `DB_HASH'' undeclared (first use in this function) arpd.c:670: warning: assignment makes pointer from integer without a cast arpd.c:680: error: `DBT'' undeclared (first use in this function) arpd.c:680: error: parse error before "dbkey" arpd.c:...
2005 Feb 02
8
can''t understand strange PRIO behaviour
Hello everybody, sorry for bothering you, but after some hours, I''m stuck. I''m living in a student''s foundation where I want to connect lots of people to a tiny DSL link. We have exactly four types of traffic. We want a really hard PRIO solution (as I promised to someone that group X will only use the link capacity which isn''t used by group Y). I could make a
2004 May 26
1
error compilling TC
...lgo que no es estructura ó unión arpd.c:520: `dbdat'' no ha sido declarado aquí (primero úselo en esta función) arpd.c:530: petición del miembro `put'' en algo que no es estructura ó unión arpd.c: En la función `main'': arpd.c:670: aviso: declaración implícita de la función `dbopen'' arpd.c:670: `DB_HASH'' no ha sido declarado aquí (primero úselo en esta función) arpd.c:670: aviso: asignación crea un apuntador desde un entero sin una conversión arpd.c:680: `DBT'' no ha sido declarado aquí (primero úselo en esta función) arpd.c:680: error de decodificac...