Change if(x)free(x); to free(x);
[oweals/busybox.git] / libpwdgrp /
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-09-16 Eric AndersenFix stupid typo noticed by John Mullin <john.mullin...
2002-09-10 Eric AndersenYipe. uid and gid were reversed.
2002-08-01 Eric AndersenJoseph Chiu <josephc@idealab.com> found an off-by-one...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-07-03 Eric AndersenCleanup shadow.h stuff so it behaves as intended
2002-06-04 Robert GrieblBigger patch for (partial) tinylogin integration