Terry Wilson
|
23ce758b71
Don't unref user twice on failure. Also, when adding sorted list of users, it is best to check the entry already in the list for a "next" entry instead of the newly created entry...
|
16 lat temu |
Terry Wilson
|
2dd0d654d9
Make sure that ${LINE} is set even if linenumber is not set in users.conf
|
16 lat temu |
Terry Wilson
|
581c15069c
Fix the fact that global_variables 1) weren't being updated on reload (thanks for the report, Doug), and 2) weren't actually being appended to the list of profile variables because build_profile was called before the list was populated. Also needed to free the contents returned by load_file().
|
16 lat temu |
Terry Wilson
|
5b2f6bbd18
atoi(NULL) is bad
|
16 lat temu |
Terry Wilson
|
344dacac1e
Clean up some memory leak/ref counting issues
|
16 lat temu |
Terry Wilson
|
999c103781
Multi-line support for phoneprov
|
16 lat temu |
Terry Wilson
|
cad6e3f474
Re-add HTTP post support by moving to res_http_post.c
|
16 lat temu |
Kevin P. Fleming
|
026047daf8
ensure that res_phoneprov's HTTP handler tells the dispatcher what method it can handle
|
16 lat temu |
Kevin P. Fleming
|
4731838231
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
|
16 lat temu |
Terry Wilson
|
7b02df6ecb
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
|
16 lat temu |
Russell Bryant
|
69a8a306bf
Rename ast_tcptls_server_instance to session_instance, since this pertains to
|
16 lat temu |
Russell Bryant
|
e0994e1c51
Rename public object server_instance to ast_tcptls_server_instance
|
16 lat temu |
Terry Wilson
|
3f0db59d7b
Set username to default to the category name if it isn't overridden by a usernmae= setting in users.conf
|
16 lat temu |
Russell Bryant
|
891d047a57
fix this module, too
|
17 lat temu |
Jason Parker
|
75c3b5d8fa
Fix up some doxygen issues.
|
17 lat temu |
Jason Parker
|
7e83139fcb
Merged revisions 100138 via svnmerge from
|
17 lat temu |
Terry Wilson
|
cab5670056
Update res_phoneprov to default to setting the SERVER variable to the IP
|
17 lat temu |
Terry Wilson
|
22e9f45cc1
Make users list static
|
17 lat temu |
Terry Wilson
|
82ab217f05
Attempt at making lookup_iface work under FreeBSD. Not yet tested, but it compiles under OS X. And still works under linux.
|
17 lat temu |
Terry Wilson
|
f8bde78eec
Added a new module, res_phoneprov, which allows auto-provisioning of phones
|
17 lat temu |