aboutsummaryrefslogtreecommitdiffstats
path: root/glougloud/user.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* improve newconn fields encodingLaurent Ghigonis2012-07-221-3/+3
|
* when going through a LIST and removing elements in the loop, you need toLaurent Ghigonis2012-07-221-5/+6
| | | | use LIST_FOREACH_SAFE !
* fix some pointer arithmetic when mixing pointers with integers : alwaysLaurent Ghigonis2012-07-221-5/+7
| | | | cast pointers to (u_char *) before the operation !
* follow imsgev changesLaurent Ghigonis2012-07-221-2/+8
|
* make it at least compile on linux.Laurent Ghigonis2012-07-221-4/+8
| | | | tested on archlinux
* struct packet is now in libglouglou, so remove it from here and #includeLaurent Ghigonis2012-07-211-48/+2
| | | | <libglouglou.h>
* fix dns name sending sizelaurent2012-07-171-2/+1
| | | | Please enter the commit message for your changes. Lines starting
* fix dns name sending to clients, and put some debug messages on debug mode onlylaurent2012-07-171-6/+6
|
* fix packet sending, and add debug printlaurent2012-07-171-1/+3
|
* typolaurent2012-07-171-1/+1
|
* initial import from my hg repositorylaurent2012-03-271-0/+838