Changeset 42 for trunk/include


Ignore:
Timestamp:
08/03/05 22:41:25 (19 years ago)
Author:
tim
Message:

Changed to a CSV-like output format to accommodate extended fields

Added mtime output for keys

Added security descriptor columns (probably broken right now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/smb_deps.h

    r32 r42  
    8787   * neccessarily little-endian...... JRA.
    8888   */
    89   /* '15' was previously the #define MAXSUBAUTHS */
    90   uint32 sub_auths[15];
    91 
     89  uint32 sub_auths[MAXSUBAUTHS];
    9290} DOM_SID;
    9391
     
    161159
    162160void unix_to_nt_time(NTTIME *nt, time_t t);
     161time_t nt_time_to_unix(NTTIME *nt);
    163162
    164163/* End of stuff from lib/time.c */
Note: See TracChangeset for help on using the changeset viewer.