Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Rerun autoconf. | Tim Potter | 2002-09-17 | 1 | -708/+718 | |
| | | ||||||
| * | Default to "python" for --with-python option. This saves having to run | Tim Potter | 2002-09-17 | 1 | -1/+8 | |
| | | | | | | | | --with-python=python which looks a bit silly. | |||||
| * | Added FreeBSD sendfile configure tests. Richard please test... | Jeremy Allison | 2002-09-17 | 4 | -20/+112 | |
| | | | | | | | | Jeremy. | |||||
| * | Attempt to make broken Linux sendfile work.... Still in progress. | Jeremy Allison | 2002-09-17 | 6 | -26/+48 | |
| | | | | | | | | Jeremy. | |||||
| * | Added autoconf detection for sendfile for Linux. lib/sendfile.c code | Jeremy Allison | 2002-09-17 | 4 | -819/+1062 | |
| | | | | | | | | | | still needs more work. Don't add --with-sendfile-support yet... Jeremy. | |||||
| * | Update to add DEVELOPER option to more parameters. | John Terpstra | 2002-09-16 | 1 | -182/+182 | |
| | | ||||||
| * | Committing changes before I lose them. Work still in progress. | John Terpstra | 2002-09-16 | 1 | -53/+290 | |
| | | ||||||
| * | Applied new display mode FLAGS for SWAT. | John Terpstra | 2002-09-16 | 1 | -170/+178 | |
| | | ||||||
| * | Changed Major/Minor version info reported to Server Manager to 4.9. | John Terpstra | 2002-09-16 | 1 | -8/+12 | |
| | | | | | | | | Added new SWAT Flags for Advanced and Developer modes. | |||||
| * | Don't display debugs of the nt user token twice. | Tim Potter | 2002-09-15 | 1 | -4/+0 | |
| | | ||||||
| * | Merge of 'other_sids' patch from appliance. | Tim Potter | 2002-09-15 | 1 | -4/+19 | |
| | | ||||||
| * | Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOS | Jelmer Vernooij | 2002-09-15 | 2 | -0/+9 | |
| | | | | | | | | (Double checked) | |||||
| * | Make current_sam_methods a const - Patch by Kai Krüger | Jelmer Vernooij | 2002-09-15 | 1 | -3/+3 | |
| | | ||||||
| * | Add document on tracing system calls | Jelmer Vernooij | 2002-09-15 | 1 | -0/+129 | |
| | | ||||||
| * | Add reference to CUPS documentation about how to use unix -> windows | Jelmer Vernooij | 2002-09-15 | 1 | -1/+4 | |
| | | | | | | | | clients using samba | |||||
| * | Use HAVE_SENDFILE64, not SENDFILE64. | Jeremy Allison | 2002-09-14 | 1 | -2/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | Added fix for broken Linux (no sendfile64). When offset + count > 2GB | Jeremy Allison | 2002-09-14 | 2 | -0/+64 | |
| | | | | | | | | | | then return ENOSYS and let the upper layer handle it. Jeremy | |||||
| * | wrong alignment size calculation | Simo Sorce | 2002-09-13 | 1 | -1/+3 | |
| | | | | | | | | spot by Florian Weimer <Weimer@CERT.Uni-Stuttgart.DE> | |||||
| * | Updated some comments in the NET_USER_INFO_3 structure for the other_sids | Tim Potter | 2002-09-13 | 1 | -3/+3 | |
| | | | | | | | | field. | |||||
| * | Fixed up FreeBSD sendfile code - only Solaris left then I can add the | Jeremy Allison | 2002-09-12 | 2 | -23/+56 | |
| | | | | | | | | | | configure tests... Jeremy. | |||||
| * | Changed profile version number to 7 - added sendfile statistics. | Jeremy Allison | 2002-09-12 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | HPUX takes offset, not pointer to offset. | Jeremy Allison | 2002-09-12 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixup sendfile to match HPUX semantics with signal interrups. This was | Jeremy Allison | 2002-09-12 | 1 | -12/+52 | |
| | | | | | | | | | | fiddly.... :-(. Jeremy. | |||||
| * | Merge undone cleanups. | Tim Potter | 2002-09-12 | 3 | -26/+27 | |
| | | ||||||
| * | Merge of winbind auth cleanups from appliance. | Tim Potter | 2002-09-12 | 3 | -30/+34 | |
| | | ||||||
| * | First cut at portable sendfile code. Only used in readX at the moment | Jeremy Allison | 2002-09-12 | 5 | -17/+261 | |
| | | | | | | | | | | | | | | | | and doesn't actually call sendfile. Needs to be vectored through the VFS and tested on all supported platforms (Solaris/HPUX/FreeBSD/Linux). Linux doesn't actually work (2.4.19 kernel) at the moment because it doesn't have a 64-bit clean sendfile. Jeremy. | |||||
| * | Merge of cut&paste fix from appliance. | Tim Potter | 2002-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | Spelling fix. | Tim Potter | 2002-09-12 | 1 | -2/+2 | |
| | | ||||||
| * | merge from APP_HEAD for GetJob() | Gerald Carter | 2002-09-11 | 1 | -15/+23 | |
| | | ||||||
| * | DelPrinterDrvEx() fix from APP_HEAD | Gerald Carter | 2002-09-11 | 1 | -10/+12 | |
| | | ||||||
| * | Merge the cli_shutdown change from 2_2. All except one call to | Volker Lendecke | 2002-09-11 | 2 | -2/+1 | |
| | | | | | | | | | | | | | | attempt_netbios_... assumed that cli_shutdown was _not_ called on error anyway... Volker | |||||
| * | added gencache implementation from mimir - thanks! | Andrew Tridgell | 2002-09-11 | 5 | -2/+652 | |
| | | ||||||
| * | Implemented getpw{nam,uid} functions. | Tim Potter | 2002-09-11 | 3 | -0/+109 | |
| | | ||||||
| * | Added char *, uid_t and gid_t types to generic conversion routines. | Tim Potter | 2002-09-11 | 2 | -1/+26 | |
| | | ||||||
| * | Fix some dodgy stuff that accidentally was committed. | Tim Potter | 2002-09-11 | 1 | -8/+0 | |
| | | ||||||
| * | Fix imports for printerdata browser. | Tim Potter | 2002-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | Put pid number in invalid request size debug. | Tim Potter | 2002-09-11 | 1 | -2/+2 | |
| | | ||||||
| * | Bugfix merge: | Tim Potter | 2002-09-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | >Initialise user_rid value in WINBIND_USERINFO structure returned by >the rpc version of query_user(). This fixes a caching bug found by >Gavrie Philipson from disksite. | |||||
| * | Ignore *.pyc | Tim Potter | 2002-09-11 | 1 | -0/+1 | |
| | | ||||||
| * | Formatting tidyups before I look at implementing the sendfile in READX. | Jeremy Allison | 2002-09-11 | 1 | -194/+185 | |
| | | | | | | | | Jeremy. | |||||
| * | Change 'import spoolss' to 'from samba import spoolss'. | Tim Potter | 2002-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | Ensure we've failed a lock with a lock denied message before automatically | Jeremy Allison | 2002-09-11 | 2 | -9/+12 | |
| | | | | | | | | | | pushing it onto the blocking queue. Jeremy. | |||||
| * | Fix missing braces around push lock call. | Jeremy Allison | 2002-09-11 | 2 | -3/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | removing compiler warnings about shadowed globals | Gerald Carter | 2002-09-10 | 1 | -18/+18 | |
| | | ||||||
| * | removed warning about shadowed globals | Gerald Carter | 2002-09-10 | 1 | -5/+5 | |
| | | ||||||
| * | AbortPrinter() fix merged from APP_HEAD. | Gerald Carter | 2002-09-10 | 2 | -6/+52 | |
| | | ||||||
| * | Patch from Andy Levine andyl@epicrealm.com who discovered that W2K DMB's | Jeremy Allison | 2002-09-10 | 1 | -1/+5 | |
| | | | | | | | | | | return empty NetServerEnum2 on port 445, but not on port 139. Jeremy. | |||||
| * | Check in examples for tdb packer | Martin Pool | 2002-09-10 | 2 | -0/+207 | |
| | | ||||||
| * | Updated examples for new top level module layout. | Tim Potter | 2002-09-10 | 3 | -8/+25 | |
| | | | | | | | | Fixed some bugs also. | |||||
| * | change notify merge from APP_HEAD | Gerald Carter | 2002-09-10 | 3 | -77/+282 | |
| | |