Changeset 272 for branches/samba-3.2.x/source/lib
- Timestamp:
- Jun 16, 2009, 5:52:30 PM (16 years ago)
- Location:
- branches/samba-3.2.x/source/lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/lib/ldb/common/ldb.c
r201 r272 788 788 if (ret != LDB_SUCCESS) { 789 789 talloc_free(res); 790 res = NULL; 790 791 } 791 792 -
branches/samba-3.2.x/source/lib/replace/getpass.c
r136 r272 153 153 /* Try to write to and read from the terminal if we can. 154 154 If we can't open the terminal, use stderr and stdin. */ 155 156 155 in = fopen ("/dev/tty", "w+"); 157 156 if (in == NULL) { -
branches/samba-3.2.x/source/lib/replace/system/passwd.h
r133 r272 68 68 #endif 69 69 70 #if def REPLACE_GETPASS70 #if defined(REPLACE_GETPASS) && !defined(__OS2__) 71 71 #if defined(REPLACE_GETPASS_BY_GETPASSPHRASE) 72 72 #define getpass(prompt) getpassphrase(prompt)
Note:
See TracChangeset
for help on using the changeset viewer.