Changeset 406
- Timestamp:
- Feb 11, 2010, 11:43:35 AM (15 years ago)
- Location:
- branches/samba-3.0/source
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/samba-3.0/source/VERSION ¶
r392 r406 96 96 # -> "CVS 3.0.0rc2-VendorVersion" # 97 97 ######################################################## 98 SAMBA_VERSION_VENDOR_SUFFIX= "eCS 1.0.4-SCS"99 SAMBA_VERSION_VENDOR_PATCH= 2010010598 SAMBA_VERSION_VENDOR_SUFFIX= 99 SAMBA_VERSION_VENDOR_PATCH= -
TabularUnified branches/samba-3.0/source/param/loadparm.c ¶
r336 r406 565 565 False, /* bOnlyUser */ 566 566 True, /* bMangledNames */ 567 #ifndef __OS2__ 568 /* Future default in newer Samba versions */ 567 569 True, /* bWidelinks */ 570 #else 571 False, /* bWidelinks */ 572 #endif 568 573 True, /* bSymlinks */ 569 574 False, /* bSyncAlways */ -
TabularUnified branches/samba-3.0/source/smbd/sesssetup.c ¶
r165 r406 72 72 p += srvstr_push(outbuf, p, "Unix", BUFFER_SIZE - (p - outbuf), STR_TERMINATE); 73 73 #else 74 p += srvstr_push(outbuf, p, " OS/2-eComStation", BUFFER_SIZE - (p - outbuf), STR_TERMINATE);74 p += srvstr_push(outbuf, p, "eCS (OS/2)", BUFFER_SIZE - (p - outbuf), STR_TERMINATE); 75 75 #endif 76 76 p += srvstr_push(outbuf, p, lanman, BUFFER_SIZE - (p - outbuf), STR_TERMINATE);
Note:
See TracChangeset
for help on using the changeset viewer.