summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOSJelmer Vernooij2002-09-151-0/+5
| * Use HAVE_SENDFILE64, not SENDFILE64.Jeremy Allison2002-09-141-2/+5
| * Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison2002-09-141-0/+57
| * Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison2002-09-121-22/+55
| * HPUX takes offset, not pointer to offset.Jeremy Allison2002-09-121-2/+2
| * Fixup sendfile to match HPUX semantics with signal interrups. This wasJeremy Allison2002-09-121-12/+52
| * First cut at portable sendfile code. Only used in readX at the momentJeremy Allison2002-09-121-0/+158
| * added gencache implementation from mimir - thanks!Andrew Tridgell2002-09-111-0/+319
| * lowercase global_myname in %L substitutionHerb Lewis2002-09-091-2/+7
| * configure.in:Simo Sorce2002-09-071-0/+13
| * As per the 'OK' at CIFS2002, only use the readline headers (and this crasyAndrew Bartlett2002-09-061-0/+18
| * patch from metze: add a 'vfs' debug classAndrew Bartlett2002-09-061-0/+1
| * Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison2002-09-041-3/+22
| * Fix typo - Thanks KaiJelmer Vernooij2002-09-021-1/+1
| * wrong way to handle things, bug found by kaiSimo Sorce2002-09-011-8/+6
| * Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett2002-08-312-53/+49
| * based on function prototype, the args were switched - this gave an errorHerb Lewis2002-08-301-1/+1
| * Move samr_make_sam_obj_sd to lib/util_seaccess.c. samtest now compiles andJelmer Vernooij2002-08-291-0/+41
| * Make debuglevel a string for use with debug classesJelmer Vernooij2002-08-291-2/+2
| * Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij2002-08-282-0/+7
| * Make constJelmer Vernooij2002-08-281-1/+1
| * Some debugs for panic_action.Tim Potter2002-08-281-1/+11
| * add a trivial seeking function to xfile (tseek) that does not do SEEK_CURSimo Sorce2002-08-271-0/+34
| * Updates!Andrew Bartlett2002-08-262-6/+7
| * Try to support non-root-mode systems without getgrouplist().Andrew Bartlett2002-08-261-0/+5
| * Clarify function commentsAndrew Bartlett2002-08-251-0/+2
| * Patch from mimir to back out idra's attempted DOS mitigation patch.Andrew Bartlett2002-08-251-2/+2
| * We never checked if the smb packet len is != 0Simo Sorce2002-08-231-2/+2
| * We need to return the value here...Andrew Bartlett2002-08-231-0/+1
| * added smb_xstrndup()Andrew Tridgell2002-08-221-0/+11
| * added a useful unistr2 display functionAndrew Tridgell2002-08-221-0/+10
| * Spelling fixes.Tim Potter2002-08-221-2/+2
| * fix a few segfaultsGerald Carter2002-08-221-6/+6
| * Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatibleJelmer Vernooij2002-08-211-1/+1
| * Fix debug level initialization for net.cVolker Lendecke2002-08-211-1/+1
| * IFSTEST fixes for open fid, nametoolong.Jeremy Allison2002-08-201-0/+3
| * added a generic print_guid utility, and get the byte order handingAndrew Tridgell2002-08-191-0/+15
| * remove 'admin log' parameter (discussed with Jeremy)Jelmer Vernooij2002-08-191-3/+0
* | sync 3.0 branch with headJelmer Vernooij2002-08-1716-160/+259
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-08-175-0/+755
|\|
| * Move tridge's getgrouplist() replacement function from replace.c to a newAndrew Bartlett2002-08-174-99/+170
| * The idea of this function is not to touch the argument, so make it const too...Andrew Bartlett2002-08-171-1/+1
| * Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter2002-08-161-0/+12
| * *** empty log message ***Simo Sorce2002-08-151-1/+1
| * Use byteorder.h macrosJim McDonough2002-08-121-45/+9
| * Code to generate uuids for ADS setups. Uses our random generator butJim McDonough2002-08-121-0/+108
| * Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-1/+3
| * Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett2002-08-101-8/+41
| * fixed a memory corruption bug in the wins codeAndrew Tridgell2002-08-061-1/+1
| * make sure we zero the unusued elements in a SID when parsingAndrew Tridgell2002-07-311-0/+3