index
:
freeipa.git
AD-binds
asn1c-indented
cachetickets
cakeysfix
ccachesess
clisesshandling
coverity
custodia
custodia-review
fix_ber_scanf
fixlogout
getkeytab
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-1
ipa-2-2
ipasam_getkeytab
kdc-fixes
kdc-pkinit
ldapticketcache
master
master_keytab
mindatefix
mspac
my-master
pwbindexp
pwdpolicy
replica_kdc
review
sessionlogout
setkeytab
sumit
webui-cleanup
webui-details
webui_isolate
wip
FreeIPA patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use openldap libraries by default as mozldap libs seem to break
Simo Sorce
2008-05-29
2
-3
/
+3
*
Fix crash bug in ipa_kpasswd
Simo Sorce
2008-05-29
1
-2
/
+3
*
Now that admin is in the common users tree make the nss_ldap
Simo Sorce
2008-05-29
2
-4
/
+4
*
Fix the case where domain != lower(REALM)
Simo Sorce
2008-05-29
5
-38
/
+69
*
Set default logging level to INFO (still logs to Apache)
Rob Crittenden
2008-05-28
2
-24
/
+63
*
Add python-configobj as a Requires and do some other specfile cleanups.
Rob Crittenden
2008-05-28
1
-5
/
+13
*
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
2
-0
/
+5
*
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
3
-29
/
+17
*
* 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
*
Fix typo in ipa-client-install manpage.
Rob Crittenden
2008-05-14
1
-1
/
+1
*
Make sure all services are stopped during uninstall.
Rob Crittenden
2008-05-14
2
-1
/
+8
*
Enforce the maximum username length set by IPA Policy
Rob Crittenden
2008-05-14
2
-0
/
+30
*
Do a more thorough job of removing an existing DS instance.
Rob Crittenden
2008-05-13
1
-0
/
+4
*
Catch name resolution errors coming from the socket module.
Rob Crittenden
2008-05-13
18
-0
/
+72
*
The admin user doesn't have the inetorgperson objectclass so don't have a giv...
Rob Crittenden
2008-05-13
1
-0
/
+10
*
fix stupid typo,
Simo Sorce
2008-05-10
1
-1
/
+1
*
Fix existence check, default_server is an array so we need to
Simo Sorce
2008-05-10
1
-2
/
+2
*
Display information on how to uninstall a partially installed server.
Rob Crittenden
2008-05-09
1
-4
/
+10
*
Include information on where to look if a hostname resolves to localhost.
Rob Crittenden
2008-05-09
1
-1
/
+1
*
Convert mercurial command to git equivalent for creating an archive.
Rob Crittenden
2008-05-09
1
-1
/
+2
*
On IPA Servers connect to ourselves using localhost,
Simo Sorce
2008-05-08
1
-2
/
+5
*
Return better ewrror message that gives a hint about who actually returned it
Simo Sorce
2008-05-08
1
-9
/
+6
*
Detect existing DS instances and prompt for removal during replica install.
Rob Crittenden
2008-05-08
1
-0
/
+32
*
Add missing colon to function definition that broke the build
Rob Crittenden
2008-05-08
1
-1
/
+1
*
Add a version API to the server so it knows what version it is.
Rob Crittenden
2008-05-08
9
-15
/
+50
*
Don't allow the IPA server service principals to be removed.
Rob Crittenden
2008-05-08
2
-0
/
+8
*
Don't prompt for confirmation of DM password when installing a replica.
Rob Crittenden
2008-05-08
2
-4
/
+12
*
Second half of the redoing how the version is managed.
Rob Crittenden
2008-05-07
10
-62
/
+78
*
Indent the plugin accordingly to our style guidelines.
Simo Sorce
2008-05-07
1
-802
/
+758
*
Fix a bug in our dns library, do not return the query as a reply if 0 replies...
Simo Sorce
2008-05-07
1
-7
/
+5
*
Refine our web space some more so that everything we reference is in /ipa
Rob Crittenden
2008-05-07
12
-47
/
+171
[next]