summaryrefslogtreecommitdiffstats
path: root/src/smsagent.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2010-11-29core: explicitly compare pointers to NULLLucas De Marchi1-6/+6
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-11-02smsagent: Add smsagent implementationDenis Kenzior1-0/+316
Based on the patches by Aki Niemi