summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* When doing a non-io open the stat failing is no cause for a debug zeroJeremy Allison2002-04-231-2/+6
| | | | | to be printed, it just means file not found. Jeremy.
* Fix for a bug Jerry found with printing where a smbd connection mayJeremy Allison2002-04-231-1/+6
| | | | | be idled even with an open pipe. Jeremy.
* Really fix the Dfs Explorer problem. The previous checkin had the fix commentedShirish Kalele2002-04-231-2/+2
| | | | out!
* With an NT4.x DC we must have a mutex over the entire login process.Jeremy Allison2002-04-221-12/+43
| | | | Jeremy.
* backout minor type in srv_spoolss_nt.c and merge a few changes from HEADGerald Carter2002-04-222-12/+14
| | | | to keep things in sync.
* reenabled the CHECK_PATH_ON_TCONX code path since removing the chdir()Gerald Carter2002-04-221-0/+8
| | | | | | breaks move_driver_to_download_area() currently. This is only a temporary measure, until I code up a proper solution which incorporates Tridge's observations.
* Fixing an intermittent issue seen with DFS and Explorer: Sometimes DFS treesShirish Kalele2002-04-221-2/+4
| | | | | | | appear with duplicate intermediate folders without this fix. Apparently clients don't use the PathConsumed count to figure out how much of the requested path is covered on the DFS server. We get around this by terminating the requested path at PathConsumed.
* enable SPOOLSS_GETPRINTPROCESSORDIRECTORYGerald Carter2002-04-221-4/+0
|
* Apparently we have to return "C:\WINNT\System32\spool\PRTPROCS\W32X86"Gerald Carter2002-04-221-8/+2
| | | | | for the PrintProcessorDirectory. Really bogus I know, but if we return a UNC path, the driver install can fail.
* * removed unnecessary prs_align() from relative unicode strings.Gerald Carter2002-04-222-42/+20
| | | | | * removed spoolss_smb_io_unistr() since it is no longer needed * few formatting fixes
* Yes, I think this should be fixed in 2.2.4 as well. Minor bug, minor fix.Christopher R. Hertel2002-04-221-5/+18
| | | | | | | | | | | | Small change to correct the value we place in the DGM_LENGTH field of NBT Datagram messages. We have been counting the full datagram, but it's fairly clear in the RFCs that we should only count the source name, destination name, and payload. We've been overcharging by 14 bytes (the size of the NBT DGM header). This fix brings us in line with what Windows does, and what the RFCs say should be done. I'm a little surprised that this didn't cause any bugs or error messages. I guess no one actually checks this field.
* Merge chown/ghgrp fix from HEAD.Jeremy Allison2002-04-213-692/+752
| | | | Jeremy.
* specversion / device mode fix from APP_HEADGerald Carter2002-04-201-9/+4
|
* We cannot set errno=0 in any of the wrapper calls as this breaks UNIX errorJeremy Allison2002-04-192-8/+0
| | | | | returns to the client. Jeremy.
* Fix different args to sys_fcntl without going varargs....Jeremy Allison2002-04-195-701/+717
| | | | Jeremy.
* Fixed one more sendto.Jeremy Allison2002-04-191-1/+1
| | | | Jeremy.
* When opening a tdb fails - don't expect to be able to do tdb_errstr ! (Doh!).Jeremy Allison2002-04-191-3/+4
| | | | Jeremy.
* updating information a links in READMEGerald Carter2002-04-191-6/+11
|
* Added sys_fcntl (not to be used everywhere). Added sys_read/sys_writeJeremy Allison2002-04-197-705/+719
| | | | | for transfer_file. Jeremy.
* Fixed sendto in oplock code.Jeremy Allison2002-04-193-3/+20
| | | | Jeremy.
* Fix oplock recvfrom.Jeremy Allison2002-04-191-1/+1
| | | | Jeremy.
* Fix send and recvfrom.Jeremy Allison2002-04-192-12/+27
| | | | Jeremy.
* First cut at fixing the EINTR problem...... Still a little more to be done.Jeremy Allison2002-04-195-789/+839
| | | | Jeremy.
* More packaging updates from the kitchen.John Terpstra2002-04-197-99/+8
|
* Fixed up NULL ptr derefs.Jeremy Allison2002-04-181-10/+15
| | | | Jeremy
* Tracked down a very fiddly bug :-). If no PDC available, cli_shutdown wasJeremy Allison2002-04-181-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 Allison2002-04-181-0/+19
| | | | Jeremy.
* Fix for HPUX compile from Don.Jeremy Allison2002-04-181-1/+1
| | | | Jeremy.
* Fix for CR#569 found by Li - XP clients don't bother to set the devmode_ptrJeremy Allison2002-04-181-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) ofShirish Kalele2002-04-183-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 Terpstra2002-04-171-0/+0
|
* Adding new packaging control files for SCO/Caldera OpenServer.John Terpstra2002-04-174-0/+152
|
* Updating SCO/Caldera OpenServer config files.John Terpstra2002-04-1719-224/+159
|
* Fixed the AFP_Resource:$DATA filename creation bug.Jeremy Allison2002-04-171-251/+265
| | | | Jeremy.
* libsmb/cli_netlogon.c: Fixed confusing debug messages.Jeremy Allison2002-04-172-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 Allison2002-04-171-6/+11
| | | | Jeremy.
* disabled the traversal of the brlock database at startup andAndrew Tridgell2002-04-171-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 HEADSimo Sorce2002-04-161-14/+20
|
* Updating UnixWare/OpenUNIX packaging.John Terpstra2002-04-167-331/+356
|
* fixup order listing of args for rpcclientGerald Carter2002-04-163-4/+4
|
* formatting fixesGerald Carter2002-04-161-1/+2
|
* 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>