summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net>Jeremy Allison2000-05-081-0/+2
* a minimal change to get appliance mode to work with winbinddAndrew Tridgell2000-05-041-0/+35
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-021-2/+2
* Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison2000-05-021-102/+6
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-029-10/+42
* - added some error checkingAndrew Tridgell2000-04-301-1/+1
* some cleanupsAndrew Tridgell2000-04-301-10/+13
* we don't need fnmatch.c any moreAndrew Tridgell2000-04-302-201/+1
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-302-627/+69
* YIPEE!!!!!Andrew Tridgell2000-04-302-1/+147
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-1/+0
* moved the INSURE hook into util.cAndrew Tridgell2000-04-241-0/+26
* don't close high fd's in smbrun when using insure (prevents closingAndrew Tridgell2000-04-231-1/+3
* split out standard_sub_basic() again to fix a bug where %p was beingAndrew Tridgell2000-04-231-14/+29
* if using insure then don't close fd 2Andrew Tridgell2000-04-231-1/+4
* return NULL for a zero size memdupAndrew Tridgell2000-04-221-0/+1
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-19/+12
* split fsusage() into a separate module (to fix linking problems withAndrew Tridgell2000-04-191-0/+149
* - got rid of the "passive" optionAndrew Tridgell2000-04-192-77/+54
* fixed some crash bugs in the nt forms parsingAndrew Tridgell2000-04-181-0/+2
* got rid of some more old configure tests and includesAndrew Tridgell2000-04-171-17/+0
* moved standard_sub() and friends into a separate moduleAndrew Tridgell2000-04-172-269/+296
* converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-0/+23
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-162-99/+105
* added fdprintf()Andrew Tridgell2000-04-162-2/+34
* the new file_lines_load() and file_lines_free() routines. Very useful!Andrew Tridgell2000-04-161-0/+64
* added standard_sub_snum() function for modules that don't haveAndrew Tridgell2000-04-151-1/+8
* use macros for table boundariesAndrew Tridgell2000-04-151-6/+9
* a quick hack to reduce the size of the unicode map table headers fromAndrew Tridgell2000-04-151-9/+39
* use open() not fopen() on codepage files.Andrew Tridgell2000-04-151-7/+7
* Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison2000-04-151-6/+32
* use interpret_addr2() instead of inet_aton()Andrew Tridgell2000-04-141-1/+1
* Removed "ole locking compat" parameter (no longer used).Jeremy Allison2000-04-121-34/+1
* Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison2000-04-121-288/+0
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-111-25/+0
* add an align4() functionAndrew Tridgell2000-04-111-1/+14
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-113-119/+94
* added a cheap and nasty skip_unibuf() fn to allow easier merging fromAndrew Tridgell2000-04-111-0/+10
* changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-271-4/+9
* moved nmblib-specific code from util.c to nmblib.c.Luke Leighton2000-03-271-191/+0
* Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison2000-03-221-0/+2
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-222-52/+15
* Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison2000-03-161-1/+56
* Fix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.Jeremy Allison2000-03-151-0/+2
* Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-101-5/+5
* changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2000-03-061-14/+20
* lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-231-1/+0
* Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.Jeremy Allison2000-02-211-10/+11
* Fixes for Eastern Europe code page.Jeremy Allison2000-02-181-0/+1