Age | Commit message (Expand) | Author | Files | Lines |
2000-05-12 | Added unicode_to_dos_char() function to address converting single UNICODE | Jeremy Allison | 1 | -0/+22 |
2000-05-12 | use "winbind separator" option for domain/user separator character | Andrew Tridgell | 1 | -14/+0 |
2000-05-10 | lib/util_unistr.c: | Jeremy Allison | 1 | -11/+15 |
2000-05-10 | - changed smb_getpwnam() to use winbind style usernames | Andrew Tridgell | 1 | -7/+6 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+4 |
2000-05-08 | Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net> | Jeremy Allison | 1 | -0/+2 |
2000-05-04 | a minimal change to get appliance mode to work with winbindd | Andrew Tridgell | 1 | -0/+35 |
2000-05-02 | split the username in the vuser structure into a separate | Andrew Tridgell | 1 | -2/+2 |
2000-05-02 | Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS | Jeremy Allison | 1 | -102/+6 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 9 | -10/+42 |
2000-04-30 | - added some error checking | Andrew Tridgell | 1 | -1/+1 |
2000-04-30 | some cleanups | Andrew Tridgell | 1 | -10/+13 |
2000-04-30 | we don't need fnmatch.c any more | Andrew Tridgell | 2 | -201/+1 |
2000-04-30 | - removed all our old wildcard matching code and replaced it with a | Andrew Tridgell | 2 | -627/+69 |
2000-04-30 | YIPEE!!!!! | Andrew Tridgell | 2 | -1/+147 |
2000-04-25 | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 1 | -1/+0 |
2000-04-24 | Now that fsp's are created on successful file open, the structure member | Jeremy Allison | 1 | -1/+0 |
2000-04-24 | moved the INSURE hook into util.c | Andrew Tridgell | 1 | -0/+26 |
2000-04-23 | don't close high fd's in smbrun when using insure (prevents closing | Andrew Tridgell | 1 | -1/+3 |
2000-04-23 | split out standard_sub_basic() again to fix a bug where %p was being | Andrew Tridgell | 1 | -14/+29 |
2000-04-23 | if using insure then don't close fd 2 | Andrew Tridgell | 1 | -1/+4 |
2000-04-22 | return NULL for a zero size memdup | Andrew Tridgell | 1 | -0/+1 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 1 | -19/+12 |
2000-04-19 | split fsusage() into a separate module (to fix linking problems with | Andrew Tridgell | 1 | -0/+149 |
2000-04-19 | - got rid of the "passive" option | Andrew Tridgell | 2 | -77/+54 |
2000-04-18 | fixed some crash bugs in the nt forms parsing | Andrew Tridgell | 1 | -0/+2 |
2000-04-17 | got rid of some more old configure tests and includes | Andrew Tridgell | 1 | -17/+0 |
2000-04-17 | moved standard_sub() and friends into a separate module | Andrew Tridgell | 2 | -269/+296 |
2000-04-16 | converted a couple more functions to use a fd instead of a FILE* | Andrew Tridgell | 1 | -0/+23 |
2000-04-16 | converted a bunch more functions to use a fd instead of a FILE* | Andrew Tridgell | 2 | -99/+105 |
2000-04-16 | added fdprintf() | Andrew Tridgell | 2 | -2/+34 |
2000-04-16 | the new file_lines_load() and file_lines_free() routines. Very useful! | Andrew Tridgell | 1 | -0/+64 |
2000-04-15 | added standard_sub_snum() function for modules that don't have | Andrew Tridgell | 1 | -1/+8 |
2000-04-15 | use macros for table boundaries | Andrew Tridgell | 1 | -6/+9 |
2000-04-15 | a quick hack to reduce the size of the unicode map table headers from | Andrew Tridgell | 1 | -9/+39 |
2000-04-15 | use open() not fopen() on codepage files. | Andrew Tridgell | 1 | -7/+7 |
2000-04-15 | Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>. | Jeremy Allison | 1 | -6/+32 |
2000-04-14 | use interpret_addr2() instead of inet_aton() | Andrew Tridgell | 1 | -1/+1 |
2000-04-12 | Removed "ole locking compat" parameter (no longer used). | Jeremy Allison | 1 | -34/+1 |
2000-04-12 | Roll back to using static MACHINE.SID after consultation with Andrew. This | Jeremy Allison | 1 | -288/+0 |
2000-04-11 | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 1 | -25/+0 |
2000-04-11 | add an align4() function | Andrew Tridgell | 1 | -1/+14 |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 3 | -119/+94 |
2000-04-11 | added a cheap and nasty skip_unibuf() fn to allow easier merging from | Andrew Tridgell | 1 | -0/+10 |
2000-03-27 | changed the definition of dos_PutUniCode | Andrew Tridgell | 1 | -4/+9 |
2000-03-27 | moved nmblib-specific code from util.c to nmblib.c. | Luke Leighton | 1 | -191/+0 |
2000-03-22 | Correctly convert from little-endian UNICODE to dos_codepage when doing | Jeremy Allison | 1 | -0/+2 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 2 | -52/+15 |
2000-03-16 | Fixes to add "paranoid" option to popen. Checks some basic things. | Jeremy Allison | 1 | -1/+56 |
2000-03-15 | Fix from NAKAJI Hiroyuki for a trailing '\n\ in asctime. | Jeremy Allison | 1 | -0/+2 |