summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton7-2/+1327
2000-01-03got rid of mem_manAndrew Tridgell1-7/+0
1999-12-29Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison1-37/+875
1999-12-23Fixed range checking in unicode to multibyte function. Oops.Jeremy Allison1-9/+15
1999-12-23Added wtoupper/wtolower.Jeremy Allison1-0/+19
1999-12-23Samba now includes a full ucs2 upper to lower case (and vica versa) map table.Jeremy Allison1-0/+56
1999-12-22include/includes.h: Trimmed down unicode directory entry to be POSIX complient.Jeremy Allison2-3/+18
1999-12-22First cut at unicode sys_xx functions. Now to start moving upwards.....Jeremy Allison1-0/+169
1999-12-22Ok - we now have the following functions for UNICODE support :Jeremy Allison1-0/+127
1999-12-21Added new unicode functions - not used yet, but are the basis for theJeremy Allison1-1/+209
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-0/+21
1999-12-17lib/fnmatch.c from 2.0.6Andrew Tridgell1-0/+200
1999-12-17interfaces.c from 2.0.6Andrew Tridgell1-0/+401
1999-12-17util_sec.c from 2.0.6Andrew Tridgell1-0/+326
1999-12-13Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.Jeremy Allison2-2/+1319
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell18-6540/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell25-3050/+2890
1999-12-12changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton2-5/+5
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton3-252/+241
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton5-53/+85
1999-12-09OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1-2/+9
1999-12-08jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton2-13/+3
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton4-109/+123
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton6-9/+547
1999-12-05first version of msrpc agent redirector code. client-side only.Luke Leighton4-2/+902
1999-12-05created create_pipe_socket() function.Luke Leighton1-0/+62