lib/util Bring procid_str() into lib/util as server_id_string()
authorAndrew Bartlett <abartlet@samba.org>
Wed, 8 Jun 2011 04:05:55 +0000 (14:05 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 Jun 2011 10:40:09 +0000 (12:40 +0200)
commit16b1c77644217796f70a3a0bf1d95c245f9ee2d9
treeb08d316880e1a03d1a7fad4c5ced8d141878986c
parentd01dbd6c3fd9ca2595d65991b56db4400a35ece0
lib/util Bring procid_str() into lib/util as server_id_string()

This is needed for OpenChange, which prints Samba struct server_id
values in debug messages.

Andrew Bartlett
22 files changed:
lib/util/server_id.c [new file with mode: 0644]
lib/util/util.h
lib/util/wscript_build
librpc/idl/server_id.idl
source3/Makefile.in
source3/include/messages.h
source3/include/proto.h
source3/lib/g_lock.c
source3/lib/util.c
source3/locking/brlock.c
source3/smbd/oplock.c
source3/smbd/sesssetup.c
source3/utils/net_g_lock.c
source3/utils/net_serverid.c
source3/utils/smbcontrol.c
source4/cluster/cluster.c
source4/cluster/cluster.h
source4/cluster/cluster_private.h
source4/cluster/local.c
source4/lib/messaging/messaging.c
source4/smb_server/smb/receive.c
source4/smbd/service_stream.c