Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More packaging updates from the kitchen. | John Terpstra | 2002-04-19 | 7 | -99/+8 |
| | |||||
* | Fixed up NULL ptr derefs. | Jeremy Allison | 2002-04-18 | 1 | -10/+15 |
| | | | | Jeremy | ||||
* | Tracked down a very fiddly bug :-). If no PDC available, cli_shutdown was | Jeremy Allison | 2002-04-18 | 1 | -18/+17 |
| | | | | | | closing fd 0 due to the cli_struct never being initialised.... This was upsetting a tdb that happened to be using fd 0 at the time :-). Jeremy. | ||||
* | Fixes for HPUX from Don. | Jeremy Allison | 2002-04-18 | 1 | -0/+19 |
| | | | | Jeremy. | ||||
* | Fix for HPUX compile from Don. | Jeremy Allison | 2002-04-18 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fix for CR#569 found by Li - XP clients don't bother to set the devmode_ptr | Jeremy Allison | 2002-04-18 | 1 | -1/+1 |
| | | | | | in the SetPrinter() call - they send it in the devmode_ctr instead. Jeremy. | ||||
* | Found that with XP, clients have started using infolevel 1005 (0x3ED) of | Shirish Kalele | 2002-04-18 | 3 | -4/+6 |
| | | | | | | | NetShareGetInfo to determine offline caching policy for a share. This infolevel used to return only dfs rootness before. Added code to return the policy value as expected by XP. If this is absent, roaming profiles give warnings on XP. | ||||
* | Added log file needed for build process on OpenServer. | John Terpstra | 2002-04-17 | 1 | -0/+0 |
| | |||||
* | Adding new packaging control files for SCO/Caldera OpenServer. | John Terpstra | 2002-04-17 | 4 | -0/+152 |
| | |||||
* | Updating SCO/Caldera OpenServer config files. | John Terpstra | 2002-04-17 | 19 | -224/+159 |
| | |||||
* | Fixed the AFP_Resource:$DATA filename creation bug. | Jeremy Allison | 2002-04-17 | 1 | -251/+265 |
| | | | | Jeremy. | ||||
* | 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 |
| | |||||
* | Updating UnixWare/OpenUNIX packaging. | John Terpstra | 2002-04-16 | 7 | -331/+356 |
| | |||||
* | fixup order listing of args for rpcclient | Gerald Carter | 2002-04-16 | 3 | -4/+4 |
| | |||||
* | 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. | ||||
* | 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 :-) |