summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Sync with HEADJelmer Vernooij2002-10-291-1/+1
* | Move guid formatting functions over from HEAD.Jim McDonough2002-10-291-4/+35
* | Sync with HEADJelmer Vernooij2002-10-281-5/+53
* | Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett2002-10-263-7/+7
* | First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-231-92/+108
* | Bugfix for pidfile_create() from Kelledin.Tim Potter2002-10-211-1/+1
* | Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...Jeremy Allison2002-10-181-51/+97
* | Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-1/+1
* | Added const. Anal formatting fixup.Jeremy Allison2002-10-021-175/+222
* | syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-014-9/+32
* | Updates from Samba HEAD:Andrew Bartlett2002-10-011-6/+6
* | Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison2002-10-011-3/+2
* | Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger...Jeremy Allison2002-09-301-3/+84
* | Don't zero out numwritten before using.... Found by Pierre Belanger belanger@...Jeremy Allison2002-09-301-2/+2
* | sync with HEADGerald Carter2002-09-261-2/+12
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-2519-220/+290
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-09-252-0/+621
|\|
| * Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett2002-09-251-57/+0
| * Merge of "profile acls" code.Jeremy Allison2002-09-251-2/+7
| * Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison2002-09-211-5/+5
| * HPUX sendfile is now detected correctly.Jeremy Allison2002-09-181-1/+2
| * Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison2002-09-172-72/+2
| * Actually use sendfile if selected.Jeremy Allison2002-09-171-2/+2
| * Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-171-7/+17
| * 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