summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* We had a race condition when changing a machine acount password as weJeremy Allison2002-09-182-1/+30
| | | | | were no longer locking the secrets entry. I saw this on a live system. Jeremy.
* Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison2002-09-177-74/+87
| | | | | | | be traversals being attempted. Yes, this was from bitter experience (and an out of control server :-). Also allow callers to break out of a tdb_chainlock with sigalarm if desired. Jeremy.
* Reverted my earlier change. It was incorrect. We must be protected byJeremy Allison2002-09-171-5/+4
| | | | | pidfile before doing secrets_init(). Jeremy.
* Only create the pidfile once we're ready to receive requests.Jeremy Allison2002-09-171-3/+5
| | | | | This allows external programs to correctly synchronise with us. Jeremy.
* Actually use sendfile if selected.Jeremy Allison2002-09-175-9/+14
| | | | Jeremy.
* Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell2002-09-1712-43/+113
| | | | the DC being out of sync with the local machine.
* disable stat cache when case sensitiveAndrew Tridgell2002-09-171-1/+1
|
* more const cleanupsAndrew Tridgell2002-09-171-3/+3
|
* another const cleanupAndrew Tridgell2002-09-171-1/+1
|
* Added --with-ldap (default=yes) option. We should now be able toTim Potter2002-09-171-8/+27
| | | | | | | | compile a non-ADS, non-LDAP version of Samba on a machine with Kerberos and LDAP libraries installed. This shouldn't break anything - let's keep an eye on the build farm just in case.
* Rerun configure.Tim Potter2002-09-171-862/+893
|
* Added --with-ads option, defaults to yes. If you run ./configureTim Potter2002-09-174-49/+74
| | | | | --with-ads=no or ./configure --without-ads Samba will build without linking to the various kerberos libraries.
* Rerun autoconf.Tim Potter2002-09-171-708/+718
|
* Default to "python" for --with-python option. This saves having to runTim Potter2002-09-171-1/+8
| | | | --with-python=python which looks a bit silly.
* Added FreeBSD sendfile configure tests. Richard please test...Jeremy Allison2002-09-174-20/+112
| | | | Jeremy.
* Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-176-26/+48
| | | | Jeremy.
* Added autoconf detection for sendfile for Linux. lib/sendfile.c codeJeremy Allison2002-09-174-819/+1062
| | | | | still needs more work. Don't add --with-sendfile-support yet... Jeremy.
* Update to add DEVELOPER option to more parameters.John Terpstra2002-09-161-182/+182
|
* Committing changes before I lose them. Work still in progress.John Terpstra2002-09-161-53/+290
|
* Applied new display mode FLAGS for SWAT.John Terpstra2002-09-161-170/+178
|
* Changed Major/Minor version info reported to Server Manager to 4.9.John Terpstra2002-09-161-8/+12
| | | | Added new SWAT Flags for Advanced and Developer modes.
* Don't display debugs of the nt user token twice.Tim Potter2002-09-151-4/+0
|
* Merge of 'other_sids' patch from appliance.Tim Potter2002-09-151-4/+19
|
* Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOSJelmer Vernooij2002-09-152-0/+9
| | | | (Double checked)
* Make current_sam_methods a const - Patch by Kai KrügerJelmer Vernooij2002-09-151-3/+3
|
* Add document on tracing system callsJelmer Vernooij2002-09-151-0/+129
|
* Add reference to CUPS documentation about how to use unix -> windowsJelmer Vernooij2002-09-151-1/+4
| | | | clients using samba
* Use HAVE_SENDFILE64, not SENDFILE64.Jeremy Allison2002-09-141-2/+5
| | | | Jeremy.
* Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison2002-09-142-0/+64
| | | | | then return ENOSYS and let the upper layer handle it. Jeremy
* wrong alignment size calculationSimo Sorce2002-09-131-1/+3
| | | | spot by Florian Weimer <Weimer@CERT.Uni-Stuttgart.DE>
* Updated some comments in the NET_USER_INFO_3 structure for the other_sidsTim Potter2002-09-131-3/+3
| | | | field.
* Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison2002-09-122-23/+56
| | | | | configure tests... Jeremy.
* Changed profile version number to 7 - added sendfile statistics.Jeremy Allison2002-09-121-1/+1
| | | | Jeremy.
* HPUX takes offset, not pointer to offset.Jeremy Allison2002-09-121-2/+2
| | | | Jeremy.
* Fixup sendfile to match HPUX semantics with signal interrups. This wasJeremy Allison2002-09-121-12/+52
| | | | | fiddly.... :-(. Jeremy.
* Merge undone cleanups.Tim Potter2002-09-123-26/+27
|
* Merge of winbind auth cleanups from appliance.Tim Potter2002-09-123-30/+34
|
* First cut at portable sendfile code. Only used in readX at the momentJeremy Allison2002-09-125-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 Potter2002-09-121-1/+1
|
* Spelling fix.Tim Potter2002-09-121-2/+2
|
* merge from APP_HEAD for GetJob()Gerald Carter2002-09-111-15/+23
|
* DelPrinterDrvEx() fix from APP_HEADGerald Carter2002-09-111-10/+12
|
* Merge the cli_shutdown change from 2_2. All except one call toVolker Lendecke2002-09-112-2/+1
| | | | | | | attempt_netbios_... assumed that cli_shutdown was _not_ called on error anyway... Volker
* added gencache implementation from mimir - thanks!Andrew Tridgell2002-09-115-2/+652
|
* Implemented getpw{nam,uid} functions.Tim Potter2002-09-113-0/+109
|
* Added char *, uid_t and gid_t types to generic conversion routines.Tim Potter2002-09-112-1/+26
|
* Fix some dodgy stuff that accidentally was committed.Tim Potter2002-09-111-8/+0
|
* Fix imports for printerdata browser.Tim Potter2002-09-111-1/+1
|
* Put pid number in invalid request size debug.Tim Potter2002-09-111-2/+2
|
* Bugfix merge:Tim Potter2002-09-111-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.