Age | Commit message (Collapse) | Author | Files | Lines |
|
metze
|
|
metze
|
|
Guenther
|
|
Signed-off-by: Günther Deschner <gd@samba.org>
|
|
This is not actually used. If it was to be activated, we'd have to pass in a
pipes_struct.
|
|
The change in behaviour is that we don't detect "socket option" changes anymore
when printers are added or removed.
|
|
With hundreds of printers or on a slow machine, this can become expensive.
Problem reported and patch sponsored by DESY, Hamburg (www.desy.de)
|
|
|
|
Guenther
|
|
Guenther
|
|
Guenther
|
|
Guenther
|
|
Guenther
|
|
We already have both the name and address of the client stored now
|
|
|
|
|
|
|
|
|
|
|
|
What type an enum is depends on the implementation, the compiler and
probably the compiler options. sizeof(enum) is normally not sizeof(int)!
|
|
|
|
|
|
|
|
metze
|
|
|
|
Jeremy.
|
|
performance counter code.
In the file rpc_server.c, function _winreg_QueryValue()
uint8_t *outbuf
Should be :
uint8_t *outbuf = NULL;
As it is later freed by
if (free_buf) SAFE_FREE(outbuf);
in some cases, this frees the unintialized outbuf, which causes a coredump.
|
|
metze
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|