found a much simpler case that kills the posix locking
[kai/samba.git] / source3 / lib /
2000-05-02 Andrew Tridgellsplit the username in the vuser structure into a separate
2000-05-02 Jeremy AllisonMoved uglyness needed in fcntl locking (64->32 bit...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-30 Andrew Tridgell - added some error checking
2000-04-30 Andrew Tridgellsome cleanups
2000-04-30 Andrew Tridgellwe don't need fnmatch.c any more
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-04-30 Andrew TridgellYIPEE!!!!!
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
2000-04-24 Jeremy AllisonNow that fsp's are created on successful file open...
2000-04-24 Andrew Tridgellmoved the INSURE hook into util.c
2000-04-23 Andrew Tridgelldon't close high fd's in smbrun when using insure ...
2000-04-23 Andrew Tridgellsplit out standard_sub_basic() again to fix a bug where...
2000-04-23 Andrew Tridgellif using insure then don't close fd 2
2000-04-22 Andrew Tridgellreturn NULL for a zero size memdup
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-19 Andrew Tridgellsplit fsusage() into a separate module (to fix linking...
2000-04-19 Andrew Tridgell- got rid of the "passive" option
2000-04-18 Andrew Tridgellfixed some crash bugs in the nt forms parsing
2000-04-17 Andrew Tridgellgot rid of some more old configure tests and includes
2000-04-17 Andrew Tridgellmoved standard_sub() and friends into a separate module
2000-04-16 Andrew Tridgellconverted a couple more functions to use a fd instead...
2000-04-16 Andrew Tridgellconverted a bunch more functions to use a fd instead...
2000-04-16 Andrew Tridgelladded fdprintf()
2000-04-16 Andrew Tridgellthe new file_lines_load() and file_lines_free() routine...
2000-04-15 Andrew Tridgelladded standard_sub_snum() function for modules that...
2000-04-15 Andrew Tridgelluse macros for table boundaries
2000-04-15 Andrew Tridgella quick hack to reduce the size of the unicode map...
2000-04-15 Andrew Tridgelluse open() not fopen() on codepage files.
2000-04-15 Jeremy AllisonLog file check patch from Mattias Gronlund <Mattias...
2000-04-14 Andrew Tridgelluse interpret_addr2() instead of inet_aton()
2000-04-12 Jeremy AllisonRemoved "ole locking compat" parameter (no longer used).
2000-04-12 Jeremy AllisonRoll back to using static MACHINE.SID after consultatio...
2000-04-11 Jeremy Allisoninclude/byteorder.h: ALIGN4/ALIGN2 macros.
2000-04-11 Andrew Tridgelladd an align4() function
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-04-11 Andrew Tridgelladded a cheap and nasty skip_unibuf() fn to allow easie...
2000-03-27 Andrew Tridgellchanged the definition of dos_PutUniCode
2000-03-27 Luke Leightonmoved nmblib-specific code from util.c to nmblib.c.
2000-03-22 Jeremy AllisonCorrectly convert from little-endian UNICODE to dos_cod...
2000-03-22 Jeremy Allisonacconfig.h configure configure.in: Added check for...
2000-03-16 Jeremy AllisonFixes to add "paranoid" option to popen. Checks some...
2000-03-15 Jeremy AllisonFix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.
2000-03-10 Jeremy AllisonFixups for compiles with gcc flags -Wall -Wshadow ...
2000-03-06 Jean-François Mico... changed prs_unistr to parse empty and non-empty strings...
2000-02-23 Jeremy Allisonlib/system.c: Fixed gcc warnings.
2000-02-21 Jeremy AllisonFix for crash bug from Paul Tyler <pct@ansto.gov.au>.
2000-02-18 Jeremy AllisonFixes for Eastern Europe code page.
2000-02-16 Jeremy AllisonAdded support for SO_REUSEPORT for systems that have it.
2000-02-15 Jeremy AllisonAdded replacement functions sys_popen and sys_pclose...
2000-02-09 Jeremy AllisonFixed wildcard match bug with '****' with smbclient...
2000-02-08 Jeremy AllisonMoved over lib/util_sec (with added fixes) as the HEAD...
2000-02-07 Jean-François Mico... Hum, I should remove my gloves when I'm in front of...
2000-02-07 Jean-François Mico... Jeremy can you check lib/util_unistr.c for codepages...
2000-02-03 Tim PotterComments to use vfs_* functions instead of dos_* unless...
2000-01-26 Jeremy AllisonAdded hash-based stat cache code from Ying Chen.
2000-01-26 Jeremy AllisonSecond set of inline optimisation fixes from Ying Chen...
2000-01-25 Jeremy AllisonFirst set of speed improvements from Ying Chen <ying...
2000-01-21 Luke Leightonmade cvs main up-to-date with samba_tng, with addition...
2000-01-16 Andrew Tridgellmake string_init() static
2000-01-14 Jeremy AllisonAdded "inherit permissions" patch.
2000-01-12 Jeremy AllisonFix problems with broken libc fvct returns.
2000-01-11 Jeremy AllisonFixed pointer arithmetic found by IRIX compiler.
2000-01-11 Jeremy AllisonFixed bug in unix_mask_match() that caused veto files...
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
2000-01-06 Jeremy AllisonGeneric wildcard matching fix from weidel@multichart.de.
2000-01-05 Andrew Tridgellimplemented talloc() as described on samba-technical...
2000-01-03 Luke Leightonsimple mods to add msrpc pipe redirection. default...
2000-01-03 Andrew Tridgellgot rid of mem_man
1999-12-29 Jeremy AllisonConverted most of the functions in lib/util_str.c to...
1999-12-23 Jeremy AllisonFixed range checking in unicode to multibyte function...
1999-12-23 Jeremy AllisonAdded wtoupper/wtolower.
1999-12-23 Jeremy AllisonSamba now includes a full ucs2 upper to lower case...
1999-12-22 Jeremy Allisoninclude/includes.h: Trimmed down unicode directory...
1999-12-22 Jeremy AllisonFirst cut at unicode sys_xx functions. Now to start...
1999-12-22 Jeremy AllisonOk - we now have the following functions for UNICODE...
1999-12-21 Jeremy AllisonAdded new unicode functions - not used yet, but are...
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
1999-12-17 Andrew Tridgelllib/fnmatch.c from 2.0.6
1999-12-17 Andrew Tridgellinterfaces.c from 2.0.6
1999-12-17 Andrew Tridgellutil_sec.c from 2.0.6
1999-12-13 Jeremy AllisonUnicode conversion fix in Japanese environment from...
1999-12-13 Andrew Tridgell2nd phase of head branch sync with SAMBA_2_0 - this...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightonchanged function name of get_home_dir() to get_unixhome...
1999-12-12 Luke Leightonfinal part of "first" phase converting over to msrpc...
1999-12-12 Luke Leightondelineation between smb and msrpc more marked. smbd...
1999-12-09 Gerald CarterOK. This code works on a RedHat 6.0 system. However...
1999-12-08 Luke Leightonjerry spotted that get_domain_sids() was being called...
1999-12-08 Luke LeightonABOUT TIME!!!!!!!!
1999-12-06 Luke Leightonthe first independent msrpc daemon - lsarpcd.
1999-12-05 Luke Leightonfirst version of msrpc agent redirector code. client...
1999-12-05 Luke Leightoncreated create_pipe_socket() function.
1999-12-04 Luke Leightoncool! created higher-order function table for agent...
1999-12-04 Luke Leightonjeremy is going to hate me for this.
1999-12-02 Luke Leightoncleaning up: removing those horrible references to...
1999-12-02 Luke Leightonadded get_any_dc_name() function.
1999-12-02 Luke Leightonneed a domain resolving function, but get_trusted_serve...
1999-12-02 Luke Leightondefault SID map now reads in "trusted domains" from...
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
next