summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-15Fix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.Jeremy Allison1-0/+2
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-5/+5
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau1-14/+20
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison1-1/+0
2000-02-21Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.Jeremy Allison1-10/+11
2000-02-18Fixes for Eastern Europe code page.Jeremy Allison1-0/+1
2000-02-16Added support for SO_REUSEPORT for systems that have it.Jeremy Allison1-1/+11
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison3-15/+244
2000-02-09Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi...Jeremy Allison1-2/+3
2000-02-08Moved over lib/util_sec (with added fixes) as the HEAD sourceJeremy Allison1-4/+50
2000-02-07Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau1-2/+2
2000-02-07Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2-0/+109
2000-02-03Comments to use vfs_* functions instead of dos_* unless reallyTim Potter2-4/+16
2000-01-26Added hash-based stat cache code from Ying Chen.Jeremy Allison1-0/+320
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison3-42/+61
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-137/+1
2000-01-21made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton2-7/+12
2000-01-16make string_init() staticAndrew Tridgell2-2/+2
2000-01-14Added "inherit permissions" patch.Jeremy Allison2-0/+31
2000-01-12Fix problems with broken libc fvct returns.Jeremy Allison1-1/+8
2000-01-11Fixed pointer arithmetic found by IRIX compiler.Jeremy Allison1-1/+1
2000-01-11Fixed bug in unix_mask_match() that caused veto files not to work.Jeremy Allison1-31/+9
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell2-6/+4
2000-01-06Generic wildcard matching fix from weidel@multichart.de.Jeremy Allison1-19/+80
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-0/+96