Skip to content

pfSense API v1.1.7

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 13 Mar 05:27
· 2705 commits to master since this release
7b277bb

Adds

  • Adds additional validation to the username, expires and ipsecpsk fields on /api/v1/user
  • Adds ability to create and update users with privileges on /api/v1/user
  • Adds ability to set non-default pfSense privileges on /api/v1/user/privilege and /api/v1/user

Fixes

  • Fixes update path for pfSense 2.5 within the pfsense-api command line tool
  • Fixes bug that prevented passwords from being saved upon creation on /api/v1/user (#99)
  • Fixes bug that sometimes allowed clients to delete system users on /api/v1/user
  • Fixes unique constraint for vhid on /api/v1/firewall/virtual_ip to be unique per interface (#100)