summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* KFW: problems with non-interactive logonsJeffrey Altman2007-03-281-5/+16
* Update documentationKevin Koch2007-03-271-209/+277
* Correct error message text, add comments, change some command line defaults. ...Kevin Koch2007-03-271-6/+7
* All Windows apps were popping MessageBoxes when stderr is redirected. Consol...Kevin Koch2007-03-271-3/+11
* remove unwanted files from kfw build scriptJeffrey Altman2007-03-271-222/+215
* WIX installer stores WinLogon event handler under wrong registry valueJeffrey Altman2007-03-271-6/+6
* This commit addresses several issues:Jeffrey Altman2007-03-272-20/+131
* KfW build automationKevin Koch2007-03-261-17/+17
* Remove unused scc_default_format field from krb5_contextKen Raeburn2007-03-263-14/+0
* Initialize 'now' to avoid compiler warningKen Raeburn2007-03-251-0/+1
* MAX_FORMAT_BUFFER should be type size_t to reduce warningsKen Raeburn2007-03-251-1/+1
* Adjust type of 'stable' in krb5_register_serializer to reduce warningsKen Raeburn2007-03-251-4/+4
* Change strnchr sought value to int to match passed valueKen Raeburn2007-03-251-1/+1
* Initialize values to avoid 'possibly uninitialized' compiler warningsKen Raeburn2007-03-251-2/+2
* Convert keyblock or padata types to krb5_data without compiler warnings.Ken Raeburn2007-03-253-7/+33
* Use memset to silence some 'may be used uninitialized' warningsKen Raeburn2007-03-252-0/+2
* whitespace (mostly wrapping long lines produced by protoize)Ken Raeburn2007-03-2513-36/+74
* Configure db2 plugin directory at top levelKen Raeburn2007-03-253-28/+27
* Pass the extra library dependency on AIX (is this even still needed??) via a newKen Raeburn2007-03-252-2/+6
* Don't test for stuff not used, used unconditionally, or with feature-test mac...Ken Raeburn2007-03-251-4/+0
* Build tests subtree makefiles at top levelKen Raeburn2007-03-2514-55/+45
* Include autoconf.hKen Raeburn2007-03-253-1/+3
* Configure appl test programs from top levelKen Raeburn2007-03-2511-40/+33
* Include autoconf.hKen Raeburn2007-03-251-0/+1
* Generate makefiles for two static libs plus the python plugin from the top-le...Ken Raeburn2007-03-257-45/+14
* Fix some syntax issues in testing krb5-config outputKen Raeburn2007-03-251-6/+6
* Depend on support libraryKen Raeburn2007-03-251-2/+2
* Include autoconf.h before testing macros for Python header locationKen Raeburn2007-03-251-1/+1
* Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARYKen Raeburn2007-03-255-18/+4
* Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn2007-03-259-8/+49
* Store a little more detail for unknown enctype errorKen Raeburn2007-03-251-1/+5
* Fix PROG_LIBPATH, and use -l instead of an explicit filename to build profile...Ken Raeburn2007-03-251-3/+3
* Rearrange code so all of the 'krb5_force_static' stuff is done in one placeKen Raeburn2007-03-251-63/+41
* Remove traces of enable_shared, enable_static, enable_profiled, andKen Raeburn2007-03-256-89/+47
* Remove separate KRB5_BUILD_LIBRARY_WITH_DEPS macro, just use KRB5_BUILD_LIBRARYKen Raeburn2007-03-257-18/+9
* Remove commented-out macroKen Raeburn2007-03-251-1/+0
* Remove special support for building a shared library with no dependencies, si...Ken Raeburn2007-03-251-3/+1
* Don't use -Bsymbolic on Linux for now, it seems to break kadmind somehowKen Raeburn2007-03-211-1/+1
* When using the Vista SDK version of NTSecAPI.h it is necessaryJeffrey Altman2007-03-212-20/+48
* krb5 library uses kdc.conf when it shouldn'tKen Raeburn2007-03-211-1/+1
* NIM: New Default View and miscellaneous fixesJeffrey Altman2007-03-2044-740/+3031
* Enable Vista support for MSLSAJeffrey Altman2007-03-201-9/+99
* Zero sockaddrs in fai_add_entry() so we can compare them with memcmp()Alexandra Ellwood2007-03-191-0/+2
* KfW automated build scripts & supporting filesKevin Koch2007-03-169-276/+899
* Update 3.1.0 to 3.2.0; update location of sample directoryKevin Koch2007-03-161-3/+3
* Update build files for new version and file locationsKevin Koch2007-03-163-16/+13
* On Linux, add linker flags -Bsymbolic (makes for smaller libraries, atKen Raeburn2007-03-151-1/+1
* Depend on kadm5 server library too, now that we use the config_params callsKen Raeburn2007-03-151-1/+1
* Use "unsigned __int{16,32}" types for Windows in load_{16,32}_n, per KevinKen Raeburn2007-03-141-0/+8
* * kadm5_create.c: Include fake-addrinfo.h.Ken Raeburn2007-03-141-6/+21