Commit Graph

66 Commits (a66fa4db24553d6ec6c8978c528081a94b1715a1)

Author SHA1 Message Date
Terry Wilson 75c6945d92 Clean up some memory leak/ref counting issues
17 years ago
Terry Wilson 2abff11905 Multi-line support for phoneprov
17 years ago
Terry Wilson 1eb31edde2 Re-add HTTP post support by moving to res_http_post.c
17 years ago
Kevin P. Fleming 521b193eff ensure that res_phoneprov's HTTP handler tells the dispatcher what method it can handle
17 years ago
Kevin P. Fleming e191b51a08 start the process of changing HTTP request dispatching to do it based on *both* URI and method, so that POST support can move into a module; move http.c's private function prototypes into _private.h
17 years ago
Terry Wilson b02bc230af Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
17 years ago
Russell Bryant 8bbef5f996 Rename ast_tcptls_server_instance to session_instance, since this pertains to
17 years ago
Russell Bryant efb1e30a38 Rename public object server_instance to ast_tcptls_server_instance
17 years ago
Terry Wilson 7bf9f46774 Set username to default to the category name if it isn't overridden by a usernmae= setting in users.conf
17 years ago
Russell Bryant 910b9f8a2c fix this module, too
18 years ago
Jason Parker 72bc8a7c7d Fix up some doxygen issues.
18 years ago
Jason Parker e88241c45b Merged revisions 100138 via svnmerge from
18 years ago
Terry Wilson 417c6dcb1d Update res_phoneprov to default to setting the SERVER variable to the IP
18 years ago
Terry Wilson 3e9ed0d40b Make users list static
18 years ago
Terry Wilson 84e25e15cf Attempt at making lookup_iface work under FreeBSD. Not yet tested, but it compiles under OS X. And still works under linux.
18 years ago
Terry Wilson 3570ad103d Added a new module, res_phoneprov, which allows auto-provisioning of phones
18 years ago