December 16, 2008 | ||
---|---|---|
View c1fd5724be
- port from opensips, commit 5042, credits to Anca - fixed an error in nonce generation( using wrong macro) - adjust default nonce_expires to 30 seconds - small spelling fix in docsHenning Westerholt authored on 16/12/2008 10:19:53 |
December 4, 2008 | ||
---|---|---|
View f7235964d0
- fix a bunch of doxygen errors (mostly in modules, some in the core) - credits belongs to Frederick Bullik, frederick dot bullik at 1und1 dot deHenning Westerholt authored on 04/12/2008 18:12:33 |
November 25, 2008 | ||
---|---|---|
View 46041ef006
- remove unused parameter 'index' from build_auth_hf() - fix logic in pv_authorize, it checks for auth_get_ha1() < 0, which can not happen, remove then unneeded 'res' variable too - make get_nonce_expires() static, this is only used internallyHenning Westerholt authored on 25/11/2008 10:05:16 |
||
View 9e877e7447
- smaller cleanups, fix indentions in some filesHenning Westerholt authored on 25/11/2008 09:53:17 |
||
View 6b22d1b8ad
- fix a few errors in doxygen documentation - sync one function definitions variables with declarationHenning Westerholt authored on 25/11/2008 09:34:15 |
November 21, 2008 | ||
---|---|---|
View aa8b2c578a
- fix a bunch of doxygen errorsHenning Westerholt authored on 21/11/2008 10:24:44 |
November 17, 2008 | ||
---|---|---|
View fc54405e18
- add doxygen documentationHenning Westerholt authored on 17/11/2008 20:05:27 |
August 10, 2008 | ||
---|---|---|
View 61b6dd640b
- cleanup in modules, instead of logging module initialization in each mod_init (with different messages, levels..) do this in the coreHenning Westerholt authored on 10/08/2008 22:51:44 |
August 7, 2008 | ||
---|---|---|
View c882504172
- control nonce reuse checking mechanism via module parameter 'nonce_reuse' (closes #2039845)Daniel-Constantin Mierla authored on 07/08/2008 06:02:03 |
July 28, 2008 | ||
---|---|---|
View 27642a08ce
- change name in copyright headersHenning Westerholt authored on 28/07/2008 15:39:28 |
June 2, 2008 | ||
---|---|---|
View 3b25e1d0dd
added re-usage check for nonces:Anca Vamanu authored on 02/06/2008 15:18:46 |
March 21, 2008 | ||
---|---|---|
View b74114d84e
- replaced fixup functions with the ones from coreDaniel-Constantin Mierla authored on 21/03/2008 14:55:51 |
February 12, 2008 | ||
---|---|---|
View 75739b85bf
- make name of fixup functions more suggestive in the relation with the new type of the parameters - strict checking of param_no in fixup usage - dev version increased - char* to str* fixups replaced with the new functionsDaniel-Constantin Mierla authored on 12/02/2008 17:16:46 |
December 19, 2007 | ||
---|---|---|
View c4d2e802b7
- add missing cast for cmd_function after module interface extensionHenning Westerholt authored on 19/12/2007 12:23:10 |
October 4, 2007 | ||
---|---|---|
View 80998a7f2e
- cmd_export_t has a new field: free_fixup - it is the function to be called if you want to free the structure resulted after calling the fixup function - to be used in dynamic environments, like perl scripts, where you have to call fixup function every time you call a function exported by modules - for future, a better cleanup of used memory can be achived by freeing fixed strucutred in config file - fixup functions in core got the free_fixup pair if is the case - textops has some free_fixup functions set - dev version increasedDaniel-Constantin Mierla authored on 04/10/2007 11:21:22 |