summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* command line arg parsing fix from Michael SweetGerald Carter2002-04-161-53/+70
|
* Merge from HEAD for buffer macro fix.Jeremy Allison2002-04-161-1/+1
| | | | Jeremy.
* dlerror should be sys_dlerror.Jeremy Allison2002-04-161-1/+1
| | | | Jeremy.
* An attempt at a safer smbprint script. It puts things into environment ↵Richard Sharpe2002-04-161-0/+147
| | | | variables, There is still a race here, but at least the info is not on the command line for a long time.
* Updating the way the winbindd is handled in samba init script.John Terpstra2002-04-161-2/+1
| | | | Do NOT start a second instance of winbindd if it is running.
* Fix typo just introduced. Argh!John Terpstra2002-04-161-1/+1
|
* Created separate daemon control files for Winbindd.John Terpstra2002-04-165-1/+144
|
* make sure that we leave the tree unused after disconnecting (tridge) from HEAD.Jeremy Allison2002-04-151-0/+4
| | | | Jeremy.
* Add a patch to look up the DMB if the LMB cannot be found. Based on a ↵Richard Sharpe2002-04-151-6/+10
| | | | suggestion from Jürgen Appel <jappel@linux01.gwdg.de>
* Merge tridge's DOS fix from HEAD.Jeremy Allison2002-04-151-14/+37
| | | | Jeremy.
* autoconfGerald Carter2002-04-151-1/+1
|
* make manGerald Carter2002-04-152-12/+29
|
* fix for Win2k and "disable spoolss"Gerald Carter2002-04-151-1/+1
|
* A simpler, and more correct, fix for the problem of too many EGIDs under ↵Richard Sharpe2002-04-153-12/+20
| | | | FreeBSD etc.
* Fixed print server permission handling for OpenprinterEx (as compared toTim Potter2002-04-151-15/+38
| | | | | | | | | | | | | | NT/2K). It's the same as the new printer permission handling: map standard permissions to specific permissions, and reject all object specific permissions that aren't related to print servers. We still accept STANDARD_RIGHTS_ALL_ACCESS (0x001f0000) when Windows rejects it (as we do for printer handles). This fixes the print server properties page and allows us to at least attempt to add/delete/modify forms. Interestingly enough, setting 'show add printer wizard = false' doesn't allow us to modify forms on the server. )-:
* Added standard and generic mappings for print servers.Tim Potter2002-04-151-0/+16
|
* Fixed incorrect debug.Tim Potter2002-04-151-1/+1
|
* Added hex values as comments for the standard access rights.Tim Potter2002-04-151-5/+5
|
* Merged in Tim's fixes, tridge's fix.Jeremy Allison2002-04-148-51/+87
| | | | Jeremy.
* smbd/uid.c: Removed unused variable from Richard's logging stuff.Jeremy Allison2002-04-142-9/+7
| | | | | smbd/sec_ctx.c: Use memmove instead of loop. Jeremy.
* Merge Tridge's pending modtime fix for W2K.Jeremy Allison2002-04-141-1/+10
| | | | Jeremy.
* Merge of AndrewB's atomic changes from HEAD.Jeremy Allison2002-04-141-12/+27
| | | | Jeremy.
* Fix up the damn configure tests so they work on other Unixen. Grrr!Richard Sharpe2002-04-142-5/+5
|
* Setting 'winbind separator = \', as indicated in the manpage as default is notVolker Lendecke2002-04-142-2/+15
| | | | | | | | | a good idea... 'winbind separator = +' breaks including a winbind user into a local unix group, at least on glibc. + gets special treatment, probably for NIS compatibility. Volker
* Remove some stupid logging stuff ...Richard Sharpe2002-04-141-13/+0
|
* Add some code and configure bits to ensure that FreeBSD problems withRichard Sharpe2002-04-145-8/+107
| | | | | | getgroups does not cause problems. I have tested, but it could do with more testing.
* Fixed debug.Tim Potter2002-04-141-1/+1
|
* Doco update, merge from HEADAndrew Bartlett2002-04-131-0/+2
|
* Tidy up winbindd debug. Added Bill Moran's hide unreadable fix.Jeremy Allison2002-04-132-5/+12
| | | | Jeremy.
* Fixed problem joining domain. We were looking up the DC IP address thenJeremy Allison2002-04-121-0/+1
| | | | | happily not assigning it to the dest_ip. Doh ! Jeremy.
* Merge from HEAD for W2K size.Jeremy Allison2002-04-121-4/+5
| | | | Jeremy.
* Replacing the S_IAMB (access mode bits) constant with 0xFFF as before.Shirish Kalele2002-04-121-1/+1
| | | | Thought S_IAMB would make it more portable. Apparently not :-)
* Cosmetic change. Adding a separator for the msdfs options.Shirish Kalele2002-04-111-0/+2
|
* Expose the dfs parameters only if configured --with-msdfs.Shirish Kalele2002-04-111-1/+4
|
* HP2500C driver writes devmode with private data that endsJeremy Allison2002-04-111-0/+9
| | | | | | on a 2 byte boundary. We then miss-parse the desired_access. Also added other fixes to ensure we align after private data (discussed with Gerry). Jeremy.
* Couple of misc fixes to dfs.Shirish Kalele2002-04-114-722/+727
|
* Merge from HEAD.Jeremy Allison2002-04-111-2/+2
| | | | Jeremy.
* removed unnecessary memsetGerald Carter2002-04-111-2/+0
|
* Correctly emulate NT in printer handle opening access rights.Jeremy Allison2002-04-111-1/+6
| | | | Jeremy.
* merge from HEADGerald Carter2002-04-111-0/+6
|
* Honor the specversion when parsing the the DEVICEMODEGerald Carter2002-04-112-16/+45
|
* Removed duplicate _LARGEFILE64_SOURCE added in error.Jeremy Allison2002-04-112-6/+0
| | | | Jeremy.
* Ensure VFS modules will build correctly by adding defines for CPPFLAGSJeremy Allison2002-04-114-734/+904
| | | | | defines into acconfig.h - only defined if seen. Jeremy.
* regenerateHerb Lewis2002-04-102-9/+75
|
* Add "csc policy" to the smb.conf manpage.Shirish Kalele2002-04-101-0/+20
|
* remove compiler warningsGerald Carter2002-04-102-2/+1
|
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-107-6/+215
| | | | Jeremy.
* Merge from HEAD:Tim Potter2002-04-102-7/+28
| | | | | | >Moved definition of winbind username/password secrets into secrets.h Also added copyright notice and guards.
* Shirish pointed out more areas we should be doing roundups for allocation size.Jeremy Allison2002-04-091-17/+16
| | | | Jeremy.
* Add code to try a reverse lookup of the name of the server based on the IPRichard Sharpe2002-04-091-0/+29
| | | | | if we fail to connect both with the server name and *SMBSERVER and the server name is an IP address.