summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ok - we now have the following functions for UNICODE support :Jeremy Allison1999-12-221-0/+127
* Added new unicode functions - not used yet, but are the basis for theJeremy Allison1999-12-211-1/+209
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-0/+21
* lib/fnmatch.c from 2.0.6Andrew Tridgell1999-12-171-0/+200
* interfaces.c from 2.0.6Andrew Tridgell1999-12-171-0/+401
* util_sec.c from 2.0.6Andrew Tridgell1999-12-171-0/+326
* Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.Jeremy Allison1999-12-132-2/+1319
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-1318-6540/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-1325-3050/+2890
* changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1999-12-122-5/+5
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-123-252/+241
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-125-53/+85
* OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1999-12-091-2/+9
* jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton1999-12-082-13/+3
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-084-109/+123
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-066-9/+547
* first version of msrpc agent redirector code. client-side only.Luke Leighton1999-12-054-2/+902
* created create_pipe_socket() function.Luke Leighton1999-12-051-0/+62
* cool! created higher-order function table for agent redirection.Luke Leighton1999-12-041-0/+242
* jeremy is going to hate me for this.Luke Leighton1999-12-041-0/+32