Remove CVS tags

This commit is contained in:
Deon George 2009-08-20 12:25:48 +10:00
parent b0f9fa8806
commit 95aedef718
93 changed files with 0 additions and 184 deletions

View File

@ -1,4 +1,3 @@
# $Header$
# This is a Test-File for characters / encoding # This is a Test-File for characters / encoding
# 1. Change the # 1. Change the
# ,dc=example,dc=com # ,dc=example,dc=com

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* An example of a hooks implementation. * An example of a hooks implementation.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Displays a form for adding an attribute/value to an LDAP entry. * Displays a form for adding an attribute/value to an LDAP entry.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* This page will allow the adding of additional ObjectClasses to an item. * This page will allow the adding of additional ObjectClasses to an item.
* + If the ObjectClass to be added requires additional MUST attributes to be * + If the ObjectClass to be added requires additional MUST attributes to be

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Displays a form to allow the user to enter a new value to add * Displays a form to allow the user to enter a new value to add
* to the existing list of values for a multi-valued attribute. * to the existing list of values for a multi-valued attribute.

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Main command page for phpLDAPadmin * Main command page for phpLDAPadmin
* All pages are rendered through this script. * All pages are rendered through this script.

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* This script alters the session variable 'tree', collapsing it * This script alters the session variable 'tree', collapsing it
* at the dn specified in the query string. * at the dn specified in the query string.

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* This script provides a convienent method to call the proper common.php * This script provides a convienent method to call the proper common.php
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Compares two DN entries side by side. * Compares two DN entries side by side.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Compares two DN entries side by side. * Compares two DN entries side by side.
* This is the entry form to determine which DN to compare this DN with. * This is the entry form to determine which DN to compare this DN with.

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Copies a given object to create a new one. * Copies a given object to create a new one.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Copies a given object to create a new one. * Copies a given object to create a new one.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Creates a new object in LDAP. * Creates a new object in LDAP.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Creates a new object in LDAP. * Creates a new object in LDAP.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Deletes a DN and presents a "job's done" message. * Deletes a DN and presents a "job's done" message.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Deletes an attribute from an entry with NO confirmation. * Deletes an attribute from an entry with NO confirmation.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Displays a last chance confirmation form to delete a DN. * Displays a last chance confirmation form to delete a DN.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Download a binary value attribute to the user. * Download a binary value attribute to the user.
* A server ID, DN and Attribute must be provided in the GET attributes. * A server ID, DN and Attribute must be provided in the GET attributes.

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Draw a portion of the LDAP tree. * Draw a portion of the LDAP tree.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Display a selection (popup window) to pick a DN. * Display a selection (popup window) to pick a DN.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* This script alters the session variable 'tree', expanding it * This script alters the session variable 'tree', expanding it
* at the dn specified in the query string. * at the dn specified in the query string.

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Performs the export of data from the LDAP server * Performs the export of data from the LDAP server
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Export entries from the LDAP server. * Export entries from the LDAP server.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Imports an LDIF file to the specified LDAP server. * Imports an LDIF file to the specified LDAP server.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Displays a form to allow the user to upload and import * Displays a form to allow the user to upload and import
* an LDIF file. * an LDIF file.

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* phpLDAPadmin Start Page * phpLDAPadmin Start Page
* *

View File

@ -1,4 +1,3 @@
// $Header$
function dnChooserPopup(form_element,rdn) function dnChooserPopup(form_element,rdn)
{ {
mywindow=open('entry_chooser.php','myname','resizable=no,width=600,height=370,scrollbars=1'); mywindow=open('entry_chooser.php','myname','resizable=no,width=600,height=370,scrollbars=1');

View File

@ -1,5 +1,3 @@
// $Header$
/** /**
* @package phpLDAPadmin * @package phpLDAPadmin
* @author The phpLDAPadmin development team * @author The phpLDAPadmin development team

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Log the user in. * Log the user in.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Displays the login form for a server for users who specify 'cookie' or 'session' for their auth_type. * Displays the login form for a server for users who specify 'cookie' or 'session' for their auth_type.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Log the user out of the application. * Log the user out of the application.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Displays a last chance confirmation form to delete a DN. * Displays a last chance confirmation form to delete a DN.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Displays a form to allow the user to modify group members. * Displays a form to allow the user to modify group members.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Displays the information from the monitor context * Displays the information from the monitor context
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Check the password used by an entry. * Check the password used by an entry.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Purge our session cache details * Purge our session cache details
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Query render engine. * Query render engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Recursively deletes the specified DN and all of its children * Recursively deletes the specified DN and all of its children
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* This script deletes the session variable 'tree', which will result in re-querying * This script deletes the session variable 'tree', which will result in re-querying
* the LDAP server to grab the contents of all LDAP entries starting from the base. * the LDAP server to grab the contents of all LDAP entries starting from the base.

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Renames a DN to a different name. * Renames a DN to a different name.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Displays a form for renaming an LDAP entry. * Displays a form for renaming an LDAP entry.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Displays the schema for the specified server * Displays the schema for the specified server
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Fetches and displays all information that it can from the specified server * Fetches and displays all information that it can from the specified server
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* This script shows the contents of the cache for debugging purposes * This script shows the contents of the cache for debugging purposes
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Template render engine. * Template render engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Updates or deletes a value from a specified attribute for a specified dn. * Updates or deletes a value from a specified attribute for a specified dn.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Takes the results of clicking "Save" in template_engine.php and determines * Takes the results of clicking "Save" in template_engine.php and determines
* which attributes need to be updated (ie, which ones actually changed). Then, * which attributes need to be updated (ie, which ones actually changed). Then,

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* This script will display the contents of the jpegPhoto attribute to the browser. * This script will display the contents of the jpegPhoto attribute to the browser.
* A server ID and DN must be provided in the GET attributes. * A server ID and DN must be provided in the GET attributes.

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Show a simple welcome page. * Show a simple welcome page.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the LDAP tree. * Classes and functions for the LDAP tree.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Allows to create new attributes * Allows to create new attributes
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the LDAP tree. * Classes and functions for the LDAP tree.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* @author The phpLDAPadmin development team * @author The phpLDAPadmin development team
* @package phpLDAPadmin * @package phpLDAPadmin

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the query engine. * Classes and functions for the query engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* @author The phpLDAPadmin development team * @author The phpLDAPadmin development team
* @package phpLDAPadmin * @package phpLDAPadmin

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* This class will render the creation or editing of an LDAP entry. * This class will render the creation or editing of an LDAP entry.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the LDAP tree. * Classes and functions for the LDAP tree.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the LDAP tree. * Classes and functions for the LDAP tree.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header
/** /**
* Classes and functions for the template engines. * Classes and functions for the template engines.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* The Cipher_blowfish:: class implements the Cipher interface enryption data * The Cipher_blowfish:: class implements the Cipher interface enryption data
* using the Blowfish algorithm. * using the Blowfish algorithm.

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Contains code to be executed at the top of each application page. * Contains code to be executed at the top of each application page.
* include this file at the top of every PHP file. * include this file at the top of every PHP file.

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Configuration processing and defaults. * Configuration processing and defaults.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for communication of Data Stores * Classes and functions for communication of Data Stores
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for communication of Data Stores * Classes and functions for communication of Data Stores
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for communication of Data Stores * Classes and functions for communication of Data Stores
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/******************************************************************************* /*******************************************************************************
* @package default * @package default
* emuhash - partly emulates the php mhash functions * emuhash - partly emulates the php mhash functions

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for export data from LDAP * Classes and functions for export data from LDAP
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* A collection of common generic functions used throughout the application. * A collection of common generic functions used throughout the application.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Functions related to hooks management. * Functions related to hooks management.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for importing data to LDAP * Classes and functions for importing data to LDAP
* *

View File

@ -1,5 +1,3 @@
# $Header$
# If you find some reliable and more meaningful descriptions to this OIDS, # If you find some reliable and more meaningful descriptions to this OIDS,
# then please let the phpldapadmin development know so that this file can be # then please let the phpldapadmin development know so that this file can be
# more descriptive. # more descriptive.

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Page Rendering Functions * Page Rendering Functions
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for searching the LDAP server * Classes and functions for searching the LDAP server
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for fetching and parsing schema from an LDAP server. * Classes and functions for fetching and parsing schema from an LDAP server.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* A collection of functions to handle sessions. * A collection of functions to handle sessions.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Functions related to syslog logging. * Functions related to syslog logging.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for the template engine. * Classes and functions for the template engine.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for manipulating XML templates. * Classes and functions for manipulating XML templates.
* *

View File

@ -1,6 +1,4 @@
<?php <?php
// $Header$
/** /**
* Classes and functions for XML based templates. * Classes and functions for XML based templates.
* *