~ubuntu-branches/ubuntu/vivid/nss-pam-ldapd/vivid-proposed

« back to all changes in this revision

Viewing changes to common/dict.c

  • Committer: Package Import Robot
  • Author(s): Arthur de Jong
  • Date: 2014-03-16 18:00:00 UTC
  • mfrom: (16.1.7)
  • Revision ID: package-import@ubuntu.com-20140316180000-m7qwuzxk9f27c0ie
Tags: 0.8.14-1
* new upstream release:
  - implement an -n switch to not daemonise (by Caleb Callaway)
  - increase password value buffer size (by Bersl)
  - fix for pwdLastSet attribute value handling (thanks Joshua Shire)
  - fix buffer overflow on interrupted read that is hard to trigger (thanks
    John Sullivan)
  - fix a possible crash in the NSS module when retrieving large networks
    entries (thanks Lukas Slebodnik)
  - avoid more broken pipe errors by using a low timeout when aborting reading
    requested information from nslcd (thanks John Sullivan)
  - only log broken pipe errors in debugging mode
  - ignore SIGUSR1 and SIGUSR2 for future compatibility
* drop implement-nofork.patch which is part of 0.8.14
* upgrade to standards-version 3.9.5 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "dict.h"
34
34
 
35
35
/*
36
 
   This module uses a hashtable to store it's key to value mappings. The
 
36
   This module uses a hashtable to store its key to value mappings. The
37
37
   structure is basically as follows:
38
38
 
39
39
   [struct dictionary]