+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+/*
+ * Ceph - scalable distributed file system
+ *
+ * Copyright (C) 2009-2011 New Dream Network
+ *
+ * This is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software
+ * Foundation. See file COPYING.
+ *
+ */
+
#include "Auth.h"
#include "AuthAuthorizeHandler.h"
#include "cephx/CephxAuthorizeHandler.h"
#include "none/AuthNoneAuthorizeHandler.h"
#include "AuthSupported.h"
+#include "common/debug.h"
+#include "common/Mutex.h"
static bool _initialized = false;
static Mutex _lock("auth_service_handler_init");
*/
#include "common/Mutex.h"
-#include "include/str_list.h"
#include "common/config.h"
+#include "common/debug.h"
+#include "include/str_list.h"
#define DOUT_SUBSYS auth
#include "include/ceph_fs.h"
#include "common/config.h"
+#include "common/debug.h"
#include "common/armor.h"
#include "common/Clock.h"
#include "common/hex.h"
#include <map>
#include "common/config.h"
+#include "common/debug.h"
#include "include/str_list.h"
#include "common/ConfUtils.h"
#include <map>
#include "common/config.h"
+#include "common/debug.h"
#include "include/str_list.h"
#include "Crypto.h"
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+/*
+ * Ceph - scalable distributed file system
+ *
+ * Copyright (C) 2009-2011 New Dream Network
+ *
+ * This is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software
+ * Foundation. See file COPYING.
+ *
+ */
#include "CephxProtocol.h"
#include "common/Clock.h"
-
#include "common/config.h"
+#include "common/debug.h"
#define DOUT_SUBSYS auth
#undef dout_prefix
-
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+/*
+ * Ceph - scalable distributed file system
+ *
+ * Copyright (C) 2009-2011 New Dream Network
+ *
+ * This is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software
+ * Foundation. See file COPYING.
+ *
+ */
#include "AuthNoneAuthorizeHandler.h"
-
+#include "common/debug.h"
bool AuthNoneAuthorizeHandler::verify_authorizer(KeyStore *keys,
bufferlist& authorizer_data, bufferlist& authorizer_reply,
#include "Trace.h"
+#include "common/debug.h"
#include <iostream>
#include <map>
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+/*
+ * Ceph - scalable distributed file system
+ *
+ * Copyright (C) 2009-2011 New Dream Network
+ *
+ * This is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software
+ * Foundation. See file COPYING.
+ *
+ */
#include "common/ClassVersion.h"
+#include "common/debug.h"
#include "include/ClassLibrary.h"
#include "common/config.h"
#include "armor.h"
+#include "common/debug.h"
#include "common/errno.h"
#include "common/safe_io.h"
#include "common/config.h"
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+/*
+ * Ceph - scalable distributed file system
+ *
+ * Copyright (C) 2009-2011 New Dream Network
+ *
+ * This is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software
+ * Foundation. See file COPYING.
+ *
+ */
#include "OSDCaps.h"
-
#include "common/config.h"
-
-
+#include "common/debug.h"
void PoolsMap::dump()
{