Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | libsmb/cli_netlogon.c: Fixed confusing debug messages. | Jeremy Allison | 2002-04-17 | 2 | -25/+20 | |
| | | | | | | | | | | | | | | | | | | param/loadparm.c: Added missing debugs that would have helped me find a misconfiguration I lost a day on.... Jeremy. | |||||
| * | | Fix unused warnings with deleted code. | Jeremy Allison | 2002-04-17 | 1 | -6/+11 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | disabled the traversal of the brlock database at startup and | Andrew Tridgell | 2002-04-17 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | shutdown. I have just helped debug a very large Solaris server where the traversal was taking so long that the clients timed out, created a new process which in turn did a traversal! we will need to find some other way of doing a brlock.tdb cleanup (if its even needed at all) | |||||
| * | | sync with HEAD | Simo Sorce | 2002-04-16 | 1 | -14/+20 | |
| | | | ||||||
| * | | formatting fixes | Gerald Carter | 2002-04-16 | 1 | -1/+2 | |
| | | | ||||||
| * | | 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. | |||||
| * | | 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 | |
| | | | ||||||
| * | | 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 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | ||||||
| * | | 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. | |||||
| * | | 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. | |||||
| * | | Merge from HEAD: | Tim Potter | 2002-04-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | >The useless_ptr must be non-zero for addform and setform client functions >to work. | |||||
| * | | Merge from HEAD: | Tim Potter | 2002-04-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | >Added WERR_INVALID_FORM_NAME constant. | |||||
| * | | Fixing a bug that got introduced in Jeremy's big switch to NT status codes. | Shirish Kalele | 2002-04-08 | 1 | -2/+4 | |
| | | |