summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2000-05-17Changed name of case_sensitive in mask_match to avaid gcc "shadow global"Jeremy Allison1-4/+2
2000-05-12Added unicode_to_dos_char() function to address converting single UNICODEJeremy Allison1-0/+22
2000-05-12use "winbind separator" option for domain/user separator characterAndrew Tridgell1-14/+0
2000-05-10lib/util_unistr.c:Jeremy Allison1-11/+15
2000-05-10- changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell1-7/+6
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-08Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net>Jeremy Allison1-0/+2
2000-05-04a minimal change to get appliance mode to work with winbinddAndrew Tridgell1-0/+35
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell1-2/+2
2000-05-02Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison1-102/+6
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison9-10/+42
2000-04-30 - added some error checkingAndrew Tridgell1-1/+1
2000-04-30some cleanupsAndrew Tridgell1-10/+13
2000-04-30we don't need fnmatch.c any moreAndrew Tridgell2-201/+1
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell2-627/+69
2000-04-30YIPEE!!!!!Andrew Tridgell2-1/+147
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-1/+0
2000-04-24moved the INSURE hook into util.cAndrew Tridgell1-0/+26
2000-04-23don't close high fd's in smbrun when using insure (prevents closingAndrew Tridgell1-1/+3
2000-04-23split out standard_sub_basic() again to fix a bug where %p was beingAndrew Tridgell1-14/+29
2000-04-23if using insure then don't close fd 2Andrew Tridgell1-1/+4
2000-04-22return NULL for a zero size memdupAndrew Tridgell1-0/+1
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-19/+12
2000-04-19split fsusage() into a separate module (to fix linking problems withAndrew Tridgell1-0/+149
2000-04-19- got rid of the "passive" optionAndrew Tridgell2-77/+54
2000-04-18fixed some crash bugs in the nt forms parsingAndrew Tridgell1-0/+2
2000-04-17got rid of some more old configure tests and includesAndrew Tridgell1-17/+0
2000-04-17moved standard_sub() and friends into a separate moduleAndrew Tridgell2-269/+296
2000-04-16converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell1-0/+23
2000-04-16converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2-99/+105
2000-04-16added fdprintf()Andrew Tridgell2-2/+34
2000-04-16the new file_lines_load() and file_lines_free() routines. Very useful!Andrew Tridgell1-0/+64
2000-04-15added standard_sub_snum() function for modules that don't haveAndrew Tridgell1-1/+8
2000-04-15use macros for table boundariesAndrew Tridgell1-6/+9
2000-04-15a quick hack to reduce the size of the unicode map table headers fromAndrew Tridgell1-9/+39
2000-04-15use open() not fopen() on codepage files.Andrew Tridgell1-7/+7
2000-04-15Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison1-6/+32
2000-04-14use interpret_addr2() instead of inet_aton()Andrew Tridgell1-1/+1
2000-04-12Removed "ole locking compat" parameter (no longer used).Jeremy Allison1-34/+1
2000-04-12Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison1-288/+0
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison1-25/+0
2000-04-11add an align4() functionAndrew Tridgell1-1/+14
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell3-119/+94
2000-04-11added a cheap and nasty skip_unibuf() fn to allow easier merging fromAndrew Tridgell1-0/+10
2000-03-27changed the definition of dos_PutUniCodeAndrew Tridgell1-4/+9
2000-03-27moved nmblib-specific code from util.c to nmblib.c.Luke Leighton1-191/+0
2000-03-22Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison1-0/+2
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2-52/+15
2000-03-16Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison1-1/+56