index
:
freeipa.git
WIP
abbra
certauth
ipa-3-3
master
replace_private_samba_calls
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipa-server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change default.
Simo Sorce
2008-06-12
1
-2
/
+4
*
Index the memberof attribute
Rob Crittenden
2008-06-11
1
-0
/
+8
*
Fix cut&paste error
Simo Sorce
2008-06-11
1
-2
/
+1
*
Fix typo in inet type
Simo Sorce
2008-06-11
1
-1
/
+1
*
ipa-server: fail the build early when DS slapi plugin headers are not available.
Günther Deschner
2008-06-11
1
-0
/
+4
*
Let DS encode the password, this will allow IPA -> AD password
Simo Sorce
2008-06-11
1
-10
/
+4
*
Ensure that the realm name is upper-case.
Rob Crittenden
2008-06-09
1
-3
/
+4
*
Ignore empty values when converting a multi-valued form field back to a list....
Rob Crittenden
2008-06-09
1
-1
/
+2
*
When an LDAP connection fails, display the host one is trying to connect to.
Rob Crittenden
2008-06-09
1
-2
/
+4
*
Add our own SIGTERM handler so we can do clean shutdowns.
Rob Crittenden
2008-06-09
1
-2
/
+13
*
Make it clear which packages are being configured and which aren't.
Rob Crittenden
2008-06-09
1
-3
/
+15
*
Add sbin_t directory read permissions
Rob Crittenden
2008-06-05
1
-0
/
+1
*
Fix typo
Rob Crittenden
2008-06-05
1
-1
/
+1
*
Fix import for version
Rob Crittenden
2008-06-04
2
-2
/
+2
*
Add -p/--password option so the DM password can be passed on the command-line.
Rob Crittenden
2008-06-04
2
-5
/
+13
*
Don't make the search criteria lower-case so one can do case-sensitive search...
Rob Crittenden
2008-06-04
1
-1
/
+0
*
Fix issue of double logging in ipa_error.log.
Rob Crittenden
2008-06-03
6
-4
/
+60
*
Move version.py to the common ipa directory instead of being server-based so ...
Rob Crittenden
2008-06-03
4
-30
/
+4
*
Don't prompt regarding previous DS installations in unattended mode.
Rob Crittenden
2008-05-30
1
-2
/
+4
*
Fedora DS 1.1.1 exposes a public task api. In order for ipa-1-0 to build agai...
Rich Megginson
2008-05-30
1
-47
/
+90
*
Make check_inst() a standalone function in bindinstance.
Rob Crittenden
2008-05-30
2
-10
/
+10
*
Fix typo in log statement
Rob Crittenden
2008-05-29
1
-1
/
+1
*
Make ipa_kpasswd listen on each single interface explicitly
Simo Sorce
2008-05-29
1
-66
/
+173
*
Use openldap libraries by default as mozldap libs seem to break
Simo Sorce
2008-05-29
1
-1
/
+1
*
Fix crash bug in ipa_kpasswd
Simo Sorce
2008-05-29
1
-2
/
+3
*
Fix the case where domain != lower(REALM)
Simo Sorce
2008-05-29
3
-9
/
+12
*
Set default logging level to INFO (still logs to Apache)
Rob Crittenden
2008-05-28
2
-24
/
+63
*
Use a value that is explicitly 64bit on all architectures
Simo Sorce
2008-05-23
1
-13
/
+13
*
Move admin into cn=users,cn=accounts
Simo Sorce
2008-05-23
3
-5
/
+5
*
Don't make the rpm %post fail just because the server has never been
Simo Sorce
2008-05-22
1
-1
/
+1
*
Fix up function return values so we can return 1 on an installation error.
Rob Crittenden
2008-05-22
1
-14
/
+13
*
Move non-user-configurable configuration elements to TurboGears app.cfg file.
Rob Crittenden
2008-05-22
3
-31
/
+58
*
Fix testing for asprintf errors, we need to test the return value as
Simo Sorce
2008-05-22
1
-50
/
+41
*
Only ask the user to install bind.
Martin Nagy
2008-05-22
1
-1
/
+1
*
Change file mode of log files to 600.
Martin Nagy
2008-05-20
1
-0
/
+2
*
Ensure hostnames are lower during installation and when adding service princs
Rob Crittenden
2008-05-20
2
-14
/
+30
*
Remove broken link for IE configuration and replace sample domain/realm. Also...
Rob Crittenden
2008-05-20
1
-4
/
+7
*
Add validators.py to the list of files.
Rob Crittenden
2008-05-20
1
-0
/
+1
*
Do uniqueness check on phone numbers and cn entered via the UI.
Rob Crittenden
2008-05-20
3
-4
/
+80
*
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
3
-3
/
+3
*
detect failure to write ipa_kpasswd.pid file
Jim Meyering
2008-05-15
1
-7
/
+12
*
remove useless if-before-free tests
Jim Meyering
2008-05-15
2
-28
/
+16
*
* ipa_pwd_extop.c (encrypt_encode_key): Handle malloc failure.
Jim Meyering
2008-05-15
1
-0
/
+5
*
If there is an error we need to send back a reply ourselves.
Simo Sorce
2008-05-15
1
-2
/
+11
*
For some unknown reason the sort control returns values sorted in reverse.
Simo Sorce
2008-05-15
1
-1
/
+3
*
Implement checks to make sure we are not assigning a number that is in use.
Simo Sorce
2008-05-15
1
-181
/
+455
*
Don't ask the user again if he wants to replace bind configuration files if h...
Martin Nagy
2008-05-14
1
-10
/
+1
*
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
[next]