summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added support for SO_REUSEPORT for systems that have it.Jeremy Allison2000-02-161-1/+11
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-153-15/+244
* Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi...Jeremy Allison2000-02-091-2/+3
* Moved over lib/util_sec (with added fixes) as the HEAD sourceJeremy Allison2000-02-081-4/+50
* Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau2000-02-071-2/+2
* Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2000-02-072-0/+109
* Comments to use vfs_* functions instead of dos_* unless reallyTim Potter2000-02-032-4/+16
* Added hash-based stat cache code from Ying Chen.Jeremy Allison2000-01-261-0/+320
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-263-42/+61
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-251-137/+1
* made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton2000-01-212-7/+12
* make string_init() staticAndrew Tridgell2000-01-162-2/+2
* Added "inherit permissions" patch.Jeremy Allison2000-01-142-0/+31
* Fix problems with broken libc fvct returns.Jeremy Allison2000-01-121-1/+8
* Fixed pointer arithmetic found by IRIX compiler.Jeremy Allison2000-01-111-1/+1
* Fixed bug in unix_mask_match() that caused veto files not to work.Jeremy Allison2000-01-111-31/+9
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-072-6/+4
* Generic wildcard matching fix from weidel@multichart.de.Jeremy Allison2000-01-061-19/+80
* implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell2000-01-051-0/+96
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-037-2/+1327
* got rid of mem_manAndrew Tridgell2000-01-031-7/+0
* Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison1999-12-291-37/+875
* Fixed range checking in unicode to multibyte function. Oops.Jeremy Allison1999-12-231-9/+15
* Added wtoupper/wtolower.Jeremy Allison1999-12-231-0/+19
* Samba now includes a full ucs2 upper to lower case (and vica versa) map table.Jeremy Allison1999-12-231-0/+56
* include/includes.h: Trimmed down unicode directory entry to be POSIX complient.Jeremy Allison1999-12-222-3/+18
* First cut at unicode sys_xx functions. Now to start moving upwards.....Jeremy Allison1999-12-221-0/+169