Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | command line arg parsing fix from Michael Sweet | Gerald Carter | 2002-04-16 | 1 | -53/+70 |
| | |||||
* | Merge from HEAD for buffer macro fix. | Jeremy Allison | 2002-04-16 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | dlerror should be sys_dlerror. | Jeremy Allison | 2002-04-16 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | An attempt at a safer smbprint script. It puts things into environment ↵ | Richard Sharpe | 2002-04-16 | 1 | -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 Terpstra | 2002-04-16 | 1 | -2/+1 |
| | | | | Do NOT start a second instance of winbindd if it is running. | ||||
* | Fix typo just introduced. Argh! | John Terpstra | 2002-04-16 | 1 | -1/+1 |
| | |||||
* | Created separate daemon control files for Winbindd. | John Terpstra | 2002-04-16 | 5 | -1/+144 |
| | |||||
* | make sure that we leave the tree unused after disconnecting (tridge) from HEAD. | Jeremy Allison | 2002-04-15 | 1 | -0/+4 |
| | | | | Jeremy. | ||||
* | Add a patch to look up the DMB if the LMB cannot be found. Based on a ↵ | Richard Sharpe | 2002-04-15 | 1 | -6/+10 |
| | | | | suggestion from Jürgen Appel <jappel@linux01.gwdg.de> | ||||
* | Merge tridge's DOS fix from HEAD. | Jeremy Allison | 2002-04-15 | 1 | -14/+37 |
| | | | | Jeremy. | ||||
* | autoconf | Gerald Carter | 2002-04-15 | 1 | -1/+1 |
| | |||||
* | make man | Gerald Carter | 2002-04-15 | 2 | -12/+29 |
| | |||||
* | fix for Win2k and "disable spoolss" | Gerald Carter | 2002-04-15 | 1 | -1/+1 |
| | |||||
* | A simpler, and more correct, fix for the problem of too many EGIDs under ↵ | Richard Sharpe | 2002-04-15 | 3 | -12/+20 |
| | | | | FreeBSD etc. | ||||
* | Fixed print server permission handling for OpenprinterEx (as compared to | Tim Potter | 2002-04-15 | 1 | -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 Potter | 2002-04-15 | 1 | -0/+16 |
| | |||||
* | Fixed incorrect debug. | Tim Potter | 2002-04-15 | 1 | -1/+1 |
| | |||||
* | Added hex values as comments for the standard access rights. | Tim Potter | 2002-04-15 | 1 | -5/+5 |
| | |||||
* | Merged in Tim's fixes, tridge's fix. | Jeremy Allison | 2002-04-14 | 8 | -51/+87 |
| | | | | Jeremy. | ||||
* | smbd/uid.c: Removed unused variable from Richard's logging stuff. | Jeremy Allison | 2002-04-14 | 2 | -9/+7 |
| | | | | | smbd/sec_ctx.c: Use memmove instead of loop. Jeremy. | ||||
* | Merge Tridge's pending modtime fix for W2K. | Jeremy Allison | 2002-04-14 | 1 | -1/+10 |
| | | | | Jeremy. | ||||
* | Merge of AndrewB's atomic changes from HEAD. | Jeremy Allison | 2002-04-14 | 1 | -12/+27 |
| | | | | Jeremy. | ||||
* | Fix up the damn configure tests so they work on other Unixen. Grrr! | Richard Sharpe | 2002-04-14 | 2 | -5/+5 |
| | |||||
* | Setting 'winbind separator = \', as indicated in the manpage as default is not | Volker Lendecke | 2002-04-14 | 2 | -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 Sharpe | 2002-04-14 | 1 | -13/+0 |
| | |||||
* | Add some code and configure bits to ensure that FreeBSD problems with | Richard Sharpe | 2002-04-14 | 5 | -8/+107 |
| | | | | | | getgroups does not cause problems. I have tested, but it could do with more testing. | ||||
* | Fixed debug. | Tim Potter | 2002-04-14 | 1 | -1/+1 |
| | |||||
* | Doco update, merge from HEAD | Andrew Bartlett | 2002-04-13 | 1 | -0/+2 |
| | |||||
* | Tidy up winbindd debug. Added Bill Moran's hide unreadable fix. | Jeremy Allison | 2002-04-13 | 2 | -5/+12 |
| | | | | Jeremy. | ||||
* | Fixed problem joining domain. We were looking up the DC IP address then | Jeremy Allison | 2002-04-12 | 1 | -0/+1 |
| | | | | | happily not assigning it to the dest_ip. Doh ! Jeremy. | ||||
* | Merge from HEAD for W2K size. | Jeremy Allison | 2002-04-12 | 1 | -4/+5 |
| | | | | Jeremy. | ||||
* | Replacing the S_IAMB (access mode bits) constant with 0xFFF as before. | Shirish Kalele | 2002-04-12 | 1 | -1/+1 |
| | | | | Thought S_IAMB would make it more portable. Apparently not :-) | ||||
* | Cosmetic change. Adding a separator for the msdfs options. | Shirish Kalele | 2002-04-11 | 1 | -0/+2 |
| | |||||
* | Expose the dfs parameters only if configured --with-msdfs. | Shirish Kalele | 2002-04-11 | 1 | -1/+4 |
| | |||||
* | HP2500C driver writes devmode with private data that ends | Jeremy Allison | 2002-04-11 | 1 | -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 Kalele | 2002-04-11 | 4 | -722/+727 |
| | |||||
* | Merge from HEAD. | Jeremy Allison | 2002-04-11 | 1 | -2/+2 |
| | | | | Jeremy. | ||||
* | removed unnecessary memset | Gerald Carter | 2002-04-11 | 1 | -2/+0 |
| | |||||
* | Correctly emulate NT in printer handle opening access rights. | Jeremy Allison | 2002-04-11 | 1 | -1/+6 |
| | | | | Jeremy. | ||||
* | merge from HEAD | Gerald Carter | 2002-04-11 | 1 | -0/+6 |
| | |||||
* | Honor the specversion when parsing the the DEVICEMODE | Gerald Carter | 2002-04-11 | 2 | -16/+45 |
| | |||||
* | Removed duplicate _LARGEFILE64_SOURCE added in error. | Jeremy Allison | 2002-04-11 | 2 | -6/+0 |
| | | | | Jeremy. | ||||
* | Ensure VFS modules will build correctly by adding defines for CPPFLAGS | Jeremy Allison | 2002-04-11 | 4 | -734/+904 |
| | | | | | defines into acconfig.h - only defined if seen. Jeremy. | ||||
* | regenerate | Herb Lewis | 2002-04-10 | 2 | -9/+75 |
| | |||||
* | Add "csc policy" to the smb.conf manpage. | Shirish Kalele | 2002-04-10 | 1 | -0/+20 |
| | |||||
* | remove compiler warnings | Gerald Carter | 2002-04-10 | 2 | -2/+1 |
| | |||||
* | Added Shirish's client side caching policy change. | Jeremy Allison | 2002-04-10 | 7 | -6/+215 |
| | | | | Jeremy. | ||||
* | Merge from HEAD: | Tim Potter | 2002-04-10 | 2 | -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 Allison | 2002-04-09 | 1 | -17/+16 |
| | | | | Jeremy. | ||||
* | Add code to try a reverse lookup of the name of the server based on the IP | Richard Sharpe | 2002-04-09 | 1 | -0/+29 |
| | | | | | if we fail to connect both with the server name and *SMBSERVER and the server name is an IP address. |