[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2852-gdee6093

Volker Lendecke vlendec at samba.org
Sun Jun 15 16:45:07 GMT 2008


The branch, v3-3-test has been updated
       via  dee60935d443bd215e384e626d1114ae65c1a62d (commit)
      from  d0386914ff0f7b0f1edc3302fdc6a25f211712fa (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit dee60935d443bd215e384e626d1114ae65c1a62d
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Jun 15 18:43:37 2008 +0200

    Add forgotten protoypes

-----------------------------------------------------------------------

Summary of changes:
 source/include/proto.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/proto.h b/source/include/proto.h
index 4bdf808..b8d48be 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -9484,7 +9484,7 @@ connection_struct *conn_find(unsigned cnum);
 connection_struct *conn_new(void);
 void conn_close_all(void);
 bool conn_idle_all(time_t t);
-void conn_clear_vuid_cache(uint16 vuid);
+void conn_clear_vuid_caches(uint16 vuid);
 void conn_free_internal(connection_struct *conn);
 void conn_free(connection_struct *conn);
 void msg_force_tdis(struct messaging_context *msg,
@@ -10326,6 +10326,7 @@ void reply_transs2(struct smb_request *req);
 /* The following definitions come from smbd/uid.c  */
 
 bool change_to_guest(void);
+void conn_clear_vuid_cache(connection_struct *conn, uint16_t vuid);
 bool change_to_user(connection_struct *conn, uint16 vuid);
 bool change_to_root_user(void);
 bool become_authenticated_pipe_user(pipes_struct *p);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list