Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-31 | Style: remove unneeded blank line | Denis Kenzior | 1 | -1/+0 | |
2010-03-31 | Fix whitespace damage in PPP implementation | Marcel Holtmann | 3 | -3/+4 | |
2010-03-31 | Add test implementation for CPBS | Zhenhua Zhang | 1 | -0/+24 | |
2010-03-31 | Add test implementation to support SMS | Zhenhua Zhang | 1 | -0/+177 | |
2010-03-31 | Refactor: Simplify V250 setting command functions | Denis Kenzior | 1 | -91/+30 | |
2010-03-31 | Refactor: Simplify gatserver s-register functions | Denis Kenzior | 1 | -52/+16 | |
2010-03-31 | Fix echo command back even if don't process it | Zhenhua Zhang | 1 | -8/+8 | |
2010-03-31 | Add Repeat last command support | Zhenhua Zhang | 1 | -2/+7 | |
2010-03-31 | Add implementation for ATE and other basic command | Zhenhua Zhang | 1 | -4/+158 | |
2010-03-31 | Add implementation for S3, S4, S5 command | Zhenhua Zhang | 1 | -0/+133 | |
2010-03-30 | Fix: Make sure we still increment read_count | Denis Kenzior | 1 | -2/+2 | |
2010-03-30 | Fix ignore incoming bytes during parsing | Zhenhua Zhang | 1 | -0/+4 | |
Server processes one command line at one time, so ignore the rest incoming bytes during the command parsing. | |||||
2010-03-30 | Update test-server to the new API | Denis Kenzior | 1 | -5/+5 | |
2010-03-30 | Simplify the send_info API | Denis Kenzior | 2 | -32/+18 | |
2010-03-30 | Fix: Treat garbage as echo | Denis Kenzior | 1 | -17/+5 | |
2010-03-30 | Fix: Properly handle async final responses | Denis Kenzior | 1 | -6/+47 | |
2010-03-30 | Fix: We need to preserve the original line | Denis Kenzior | 1 | -1/+3 | |
2010-03-30 | Fix: Use VERSION define to generate CGMR response | Denis Kenzior | 1 | -1/+3 | |
2010-03-30 | Fix: Record last received command | Denis Kenzior | 1 | -6/+11 | |
2010-03-30 | Fix: Send an ERROR on A/ | Denis Kenzior | 1 | -1/+1 | |
2010-03-30 | Add test implementation for CFUN | Denis Kenzior | 1 | -1/+33 | |
2010-03-30 | Fix: Make sure g_print is followed by a newline | Denis Kenzior | 1 | -2/+2 | |
2010-03-30 | Add initial implementation of cgmr/cgmi/cgmm/cgsn | Denis Kenzior | 1 | -5/+66 | |
2010-03-30 | Fix: SO_REUSEADDR should be set before bind | Denis Kenzior | 1 | -2/+2 | |
2010-03-30 | Refactor: Simplify extended command parsing logic | Denis Kenzior | 1 | -9/+6 | |
2010-03-30 | Refactor: Add a single-line response function | Denis Kenzior | 2 | -2/+15 | |
2010-03-30 | Add API stubs for unsolicited / final responses | Zhenhua Zhang | 2 | -6/+76 | |
2010-03-30 | Add stubs for test server commands | Denis Kenzior | 1 | -0/+25 | |
2010-03-30 | Refactor: tty creation | Denis Kenzior | 1 | -9/+8 | |
2010-03-29 | Fix use of g_checksum_get_digest() inout argument | Marcel Holtmann | 1 | -2/+2 | |
2010-03-28 | Enable PPP session suport for AT+CGDATA command | Marcel Holtmann | 1 | -16/+16 | |
2010-03-26 | ppp: send PPP_FAIL when authentication fails | Kristen Carlson Accardi | 1 | -1/+2 | |
2010-03-26 | Fix some comments in dialer example | Marcel Holtmann | 1 | -3/+3 | |
2010-03-26 | Allow empty secrets for CHAP authentication | Marcel Holtmann | 1 | -1/+2 | |
2010-03-26 | Add support for NBNS server options | Marcel Holtmann | 1 | -0/+12 | |
2010-03-26 | ppp: handle Config-Reject | Kristen Carlson Accardi | 1 | -11/+38 | |
if our peer sends us a Config-Reject packet, we must delete that config item and not request that it be negotiated when we send our next Config-Request. | |||||
2010-03-26 | ppp: use common code to get options from pppcp packet data | Kristen Carlson Accardi | 1 | -31/+40 | |
2010-03-26 | ppp: send Protocol-Reject | Kristen Carlson Accardi | 5 | -10/+69 | |
change ppp_decode to store the length of the decoded frame, so that if we have a packet with a protocol we don't understand, we can send Protocol-Reject packets. Modify ppp_cp code to add support for sending Protocol-Reject packet. | |||||
2010-03-26 | ppp: comment fix | Kristen Carlson Accardi | 1 | -0/+8 | |
Put some additional clarification in comment for receiving Code-Reject and Protocol-Reject packets. | |||||
2010-03-26 | ppp: fix segfault in pppcp_send_code_reject() | Kristen Carlson Accardi | 1 | -3/+6 | |
fix memory corruption caused by misplaced paren when memcpying rejected packet data into Code-Reject packet. | |||||
2010-03-25 | ppp: change debug output to include control protocol prefix | Kristen Carlson Accardi | 4 | -11/+35 | |
2010-03-25 | Fix some small copy-and-paste typos | Marcel Holtmann | 1 | -3/+3 | |
2010-03-25 | Check network status to handle auto-registration | Marcel Holtmann | 1 | -13/+43 | |
2010-03-25 | Check modem mode before tyring to change it | Marcel Holtmann | 1 | -1/+27 | |
2010-03-25 | gsmdial: shutdown ppp link if we have one | Kristen Carlson Accardi | 1 | -1/+3 | |
If we have created a ppp link, shut it down when the signal handler is called. | |||||
2010-03-25 | separate memory cleanup from PPP shutdown | Kristen Carlson Accardi | 2 | -19/+29 | |
don't free memory at PPP shutdown, because we need to be able to send terminate traffic. Free memory when we have reached the PPP_DEAD phase instead. | |||||
2010-03-25 | add tracing for PPP terminate path | Kristen Carlson Accardi | 1 | -0/+10 | |
Insert some calls to pppcp_trace() for future debugging needs. | |||||
2010-03-25 | remove unneeded debug statement | Kristen Carlson Accardi | 1 | -3/+1 | |
cleanup old debug print statement | |||||
2010-03-24 | use separate timers for PPP config and terminate | Kristen Carlson Accardi | 2 | -53/+63 | |
Prevent conflicts between config timer information and terminate timer information by providing a new data structure which keeps timer information for config and terminate requests separate. | |||||
2010-03-24 | switch to g_timeout_add_seconds() | Kristen Carlson Accardi | 1 | -2/+2 | |
we don't care that much about the exactness of our timer, so use the more power efficient call. |