summaryrefslogtreecommitdiffstats
path: root/source/include/messages.h
Commit message (Collapse)AuthorAgeFilesLines
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-2/+2
| | | | Jeremy.
* Move over to RELEASE branch.Jeremy Allison2002-02-011-0/+4
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-0/+1
| | | | Jeremy.
* Use message system to notify when smb.conf is updated.Jeremy Allison2001-04-101-0/+2
| | | | Jeremy.
* add message to query profile statusHerb Lewis2000-11-101-0/+2
|
* proto.h rebuild proto.hHerb Lewis2000-10-061-3/+6
| | | | | | | | | | | | | | messages.h add new message types profile.h change profile start and end macros to allow times to not be gathered messages.c add message handling for returning current debug level profile.c add a new flag to allow time profiling to to turned off default flags to off now they can be set by smbcontrol add message handlinf for setting profile level smbcontrol.c add printout in pong function so you can see replies add new set profile level and get debug level messages add flags so we don't register callbacks more than once when in interactive mode and reset pong count each time
* Added JF's print spooler notification code. Too good to miss for 2.2.x :-).Jeremy Allison2000-09-261-0/+3
| | | | Jeremy.
* - fixed some memory leaks in the messages codeAndrew Tridgell2000-09-121-0/+1
| | | | - added a MSG_PING message for performance testing.
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-121-1/+6
| | | | | | | easier to add new message types to messages.h without breaking old binaries - added a MSG_FORCE_ELECTION message to force nmbd to hold an election
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-0/+27
The motivation for this system is to replace the UDP message for oplocks, but this commit only does the "set debug level" message.