index
:
freeipa.git
master
navigation
selenium
Unnamed repository; edit this file 'description' to name the repository.
Endi Dewata
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipa-server
/
ipaserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
wait for sync agreement to be ready before starting
Rich Megginson
2008-11-13
1
-0
/
+45
*
Create a user for Windows PassSync and grant password changing permissions
Rob Crittenden
2008-11-12
1
-0
/
+38
*
Fix deleting a winsync replication agreement.
Rob Crittenden
2008-11-12
1
-6
/
+24
*
Use the local connection when getting a replication ID for winsync.
Rob Crittenden
2008-11-05
1
-1
/
+5
*
use ipautil.CalledProcessError instead of CalledProcessError
Rich Megginson
2008-11-04
1
-3
/
+3
*
Ensure that every replica gets a unique replication ID. Otherwise changes won...
Rob Crittenden
2008-10-29
1
-2
/
+46
*
Fix error if more than one values is being set in an only. The first entry wa...
Rob Crittenden
2008-10-15
1
-1
/
+1
*
Don't try to conditionally stop the server - it doesn't seem to work
Rich Megginson
2008-10-13
1
-4
/
+1
*
Add more winsync support to cli
Rich Megginson
2008-10-13
1
-1
/
+8
*
add --no-host-dns option to ipa-server-install - allows specifying a hostname...
Rich Megginson
2008-10-13
1
-1
/
+5
*
Added support to IPA server install to install the winsync plugin configurati...
Rich Megginson
2008-10-13
3
-19
/
+126
*
Fix class declaration to work with Python 2.4
Rob Crittenden
2008-09-19
1
-1
/
+1
*
Fix architecture detection in ldapupdate
Martin Nagy
2008-09-19
1
-5
/
+4
*
Add detection to the update tool to detect when it would apply changes.
Rob Crittenden
2008-09-19
1
-3
/
+43
*
Fix syntax error
Simo Sorce
2008-09-18
1
-4
/
+4
*
Move the bulk of ipa-ldap-updater into a python library.
Rob Crittenden
2008-09-17
3
-18
/
+559
*
Run the LDAP updater at the end of the installation process.
Rob Crittenden
2008-09-17
1
-0
/
+20
*
Allow passwords to work without a tty ala: echo password | some_program
Rob Crittenden
2008-09-17
1
-2
/
+8
*
CVE 2008 3274 related fixes
Simo Sorce
2008-09-10
1
-1
/
+7
*
Minor bugs found while testing stuff.
Simo Sorce
2008-08-21
2
-1
/
+2
*
Create temporary files used in self-signed cert requests in a temporary direc...
Rob Crittenden
2008-08-15
1
-2
/
+8
*
Remove unused stuff.
Simo Sorce
2008-08-13
1
-2
/
+1
*
Install the ca.crt file early on so that we can always enforce SSL
Simo Sorce
2008-08-13
2
-15
/
+9
*
NSS 3.12 added a header to the certutil output we need to skip
Rob Crittenden
2008-07-28
1
-0
/
+3
*
Move the self-signed CA serialno file to /var/lib/ipa to adhere to the FHS
Rob Crittenden
2008-07-25
1
-6
/
+8
*
Rework the way SSL certificates are imported from PKCS#12 files.
Rob Crittenden
2008-07-14
4
-15
/
+78
*
When an LDAP connection fails, display the host one is trying to connect to.
Rob Crittenden
2008-06-09
1
-2
/
+4
*
Move version.py to the common ipa directory instead of being server-based so ...
Rob Crittenden
2008-06-03
2
-26
/
+0
*
Make check_inst() a standalone function in bindinstance.
Rob Crittenden
2008-05-30
1
-8
/
+8
*
Move admin into cn=users,cn=accounts
Simo Sorce
2008-05-23
1
-1
/
+1
*
Change file mode of log files to 600.
Martin Nagy
2008-05-20
1
-0
/
+2
*
Don't pass the Directory Manager password on the command-line to ldapmodify.
Rob Crittenden
2008-05-19
2
-8
/
+23
*
Use split instead of find as split does not fail to provide a complete
Simo Sorce
2008-05-15
2
-2
/
+2
*
Fix typo, /etc/resolve.conf -> /etc/resolv.conf.
Martin Nagy
2008-05-14
1
-10
/
+10
*
Make sure all services are stopped during uninstall.
Rob Crittenden
2008-05-14
1
-1
/
+3
*
Do a more thorough job of removing an existing DS instance.
Rob Crittenden
2008-05-13
1
-0
/
+4
*
Include information on where to look if a hostname resolves to localhost.
Rob Crittenden
2008-05-09
1
-1
/
+1
*
Return better ewrror message that gives a hint about who actually returned it
Simo Sorce
2008-05-08
1
-9
/
+6
*
Add a version API to the server so it knows what version it is.
Rob Crittenden
2008-05-08
2
-0
/
+26
*
Don't prompt for confirmation of DM password when installing a replica.
Rob Crittenden
2008-05-08
1
-2
/
+5
*
Fix ownership of the Apache NSS cert and key databases.
Rob Crittenden
2008-04-30
1
-0
/
+10
*
Better detection of DS not starting.
Rob Crittenden
2008-04-14
1
-3
/
+23
*
Configure the ipa_pwd_extop plugin on replicas.
Rob Crittenden
2008-04-14
1
-1
/
+4
*
Use the same kpasswd.keytab on all replicas.
Rob Crittenden
2008-04-09
1
-2
/
+7
*
The kpasswd keytab must not be owned by the dirsrv user.
Simo Sorce
2008-04-08
1
-2
/
+0
*
Add missing start_creation() so the install process will get kicked off.
Rob Crittenden
2008-04-02
1
-0
/
+1
*
Sysrestore fixes.
Simo Sorce
2008-03-31
1
-3
/
+8
*
Better check for IPA nServer own address, avoid manually parsing /etc/hosts by
Simo Sorce
2008-03-30
1
-36
/
+54
*
Move sysrestore to ipa-python so it can be used by client scripts too.
Simo Sorce
2008-03-27
8
-332
/
+130
*
Properly detect when ports are available.
Rob Crittenden
2008-03-27
1
-4
/
+3
[next]