Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-31 | endian: Fixed Linux compilation issues | Steve Holme | |
Having files named endian.[c|h] seemed to cause issues under Linux so renamed them both to have the curl_ prefix in the filenames. | |||
2014-12-31 | endian: Added standard function descriptions | Steve Holme | |
2014-12-31 | endian: Renamed functions for curl API naming convention | Steve Holme | |
2014-12-31 | endian: Moved write functions to new module | Steve Holme | |
2014-12-31 | endian: Moved read functions to new module | Steve Holme | |
2014-12-31 | endian: Introduced endian module | Steve Holme | |
To allow the little endian functions, currently used in two of the NTLM source files, to be used by other modules such as the SMB module. |