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
# 1. Change the
# ,dc=example,dc=com

View File

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

View File

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

View File

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

View File

@ -1,6 +1,4 @@
<?php
// $Header$
/**
* 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.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,4 @@
<?php
// $Header$
/**
* 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
// $Header$
/**
* Log the user out of the application.
*

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,4 @@
<?php
// $Header$
/**
* 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.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,4 @@
<?php
// $Header$
/**
* 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.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,4 @@
<?php
// $Header$
/**
* 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,
# then please let the phpldapadmin development know so that this file can be
# more descriptive.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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