summaryrefslogtreecommitdiffstats
path: root/source/lib/messages.c
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-63/+0
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-7/+7
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-15/+113
* Move over to RELEASE branch.Jeremy Allison2002-02-011-31/+40
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-5/+16
* Syncup getting ready for release.Jeremy Allison2001-07-061-6/+10
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* Dead code removal from SGI compiler.Jeremy Allison2001-03-091-3/+0
* include/debug.h:Jeremy Allison2001-02-091-2/+1
* Merge in fix from John... being in Europe sucks for bandwidth...Jeremy Allison2001-02-021-1/+15
* Merges from appliance-head. Added max print jobs parameter that limits totalJeremy Allison2001-01-231-15/+7
* Sync up with appliance-head printer and other changes. Makes merges easier.Jeremy Allison2001-01-121-1/+1
* Fix from John for growing messages.tdb.Jeremy Allison2001-01-111-0/+1
* Raft of fixes - many of these will be merged into HEAD/appliance-head.Jeremy Allison2000-12-141-11/+2
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-051-7/+7
* lib/messages.c: Use strlen for message length.Jeremy Allison2000-12-021-2/+2
* Fixed reverse sense of cnum test from Andrew.Jeremy Allison2000-11-181-1/+1
* Delete the queue on empty.Jeremy Allison2000-11-171-7/+12
* Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-161-5/+41
* don't send messages to invalid connectionsHerb Lewis2000-11-101-0/+1
* 64 bit fix from Uros Prestor <uros@turbolinux.com>.Jeremy Allison2000-11-061-3/+3
* Adding Tim's "shadowing global declaration" warning fixes.Jeremy Allison2000-11-041-6/+6
* lib/messages.c add debug print for receipt of PING andHerb Lewis2000-10-121-0/+2
* proto.h rebuild proto.hHerb Lewis2000-10-061-0/+12
* casts to get rid of compiler warningsHerb Lewis2000-10-041-1/+1
* changes for IRIX compiler errorsHerb Lewis2000-09-211-3/+3
* first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2000-09-131-0/+43
* - fixed some memory leaks in the messages codeAndrew Tridgell2000-09-121-1/+28
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-121-13/+18
* much nicer message interface. We now register dispatch functions,Andrew Tridgell2000-09-121-8/+45
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-0/+237