Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed bug reported by Gert-Jan Vons <Gert-Jan.Vons@ocegr.fr> | Jeremy Allison | 1997-12-12 | 1 | -0/+12 | |
| | | | | | with doing a dir /s into a unix directory ending in a ':'. Jeremy. | |||||
* | fixed over char 127 problems with isupper/islower. | Jeremy Allison | 1997-12-11 | 1 | -2/+7 | |
| | | | | Jeremy. | |||||
* | While working on a general-purpose caching module (out soon), I thought of | Christopher R. Hertel | 1997-12-11 | 6 | -718/+505 | |
| | | | | | | a better way to handle the node pointer array used in ubi_BinTree. The change simplified the code a bigbunch. It also forced updates to all of the binary tree modules. CRH | |||||
* | kanji.c: Patch from Anders Blomdell <anders.blomdell@control.lth.se> | Jeremy Allison | 1997-12-11 | 2 | -3/+16 | |
| | | | | | for problem with kanji sj_strXXX functions. Jeremy. | |||||
* | fix typo in directory name | Herb Lewis | 1997-12-04 | 1 | -4/+4 | |
| | ||||||
* | Added one more USA consultant. | Jeremy Allison | 1997-12-04 | 1 | -1/+17 | |
| | | | | Jeremy. | |||||
* | catch signals in the async dns daemon and allow it to auto-restart if | Andrew Tridgell | 1997-12-04 | 1 | -0/+9 | |
| | | | | necessary | |||||
* | allow for zero size reads in asyncdns. These can happen after a signal | Andrew Tridgell | 1997-12-04 | 1 | -3/+6 | |
| | ||||||
* | got rid of the WRAP_MALLOC code - mem_man does it better | Andrew Tridgell | 1997-12-04 | 1 | -67/+0 | |
| | ||||||
* | added optonal MEM_MAN code | Andrew Tridgell | 1997-12-04 | 2 | -45/+22 | |
| | ||||||
* | don't use free and alloc as structure elements | Andrew Tridgell | 1997-12-04 | 2 | -16/+16 | |
| | ||||||
* | Makefile.lib does nothing, so remove it | Andrew Tridgell | 1997-12-03 | 1 | -32/+0 | |
| | ||||||
* | slight cleanup to the linked list handling | Andrew Tridgell | 1997-12-03 | 2 | -29/+20 | |
| | ||||||
* | put the default PRINTCAP_NAME def in includes.h not local.h so that | Andrew Tridgell | 1997-12-03 | 2 | -17/+17 | |
| | | | | it can see the SYSV definitions | |||||
* | applied a patch from Norm Jacobs to allow "printcap name = lpstat" | Andrew Tridgell | 1997-12-03 | 6 | -13/+171 | |
| | | | | | | | | | | to use lpstat to obtain the printer list on systemV systems. I've now made this the default on all SYSV systems. Jeremy, you were a little worried about the security of this patch. I believe it's OK as the user has no control over the options given to popen() and the pipe is only open for reading. | |||||
* | change the "username map" option to allow the user to stop the | Andrew Tridgell | 1997-12-03 | 2 | -0/+25 | |
| | | | | | | | | processing part way through the file if a match is found. If a line starts with ! and a match is made by that line then processing stops. This allows better wildcard handling. (patch from Anselm.Kruis@Physik.Uni-Muenchen.DE) | |||||
* | allow local_machine and remote_machine (%L and %m macros) to contain | Andrew Tridgell | 1997-12-03 | 1 | -6/+2 | |
| | | | | spaces | |||||
* | loadparm.c: Added lp_we_are_a_wins_server as an alias for lp_wins_support. | Jeremy Allison | 1997-12-03 | 2 | -0/+2 | |
| | | | | | Used by the new nmbd and just makes more sense :-). Jeremy. | |||||
* | add a warning if the timezone is not a multiple of 1 minute. This | Andrew Tridgell | 1997-12-03 | 1 | -0/+5 | |
| | | | | should catch broken timezone files in slackware linux. | |||||
* | allow users to disable the NetWkstaUserLogon call in server level | Andrew Tridgell | 1997-12-03 | 2 | -0/+12 | |
| | | | | | security by changing a setting in local.h or adding it to their Makefile. See comment in local.h | |||||
* | make the "printing" option a per share option rather than global. When | Andrew Tridgell | 1997-12-03 | 4 | -10/+14 | |
| | | | | printing to lots of different sorts of remote printers this is useful | |||||
* | I'm slowly getting though the todo list :-) | Andrew Tridgell | 1997-12-03 | 2 | -3/+8 | |
| | | | | | This change allows people to select the SYSLOG_FACILITY in local.h, or add it to the Makefile if they want to. | |||||
* | hopefully handle "ready and waiting" messages in print queue output a | Andrew Tridgell | 1997-12-03 | 1 | -0/+3 | |
| | | | | little better | |||||
* | fix toupper(c) on a already uppercase char and tolower(c) on an | Andrew Tridgell | 1997-12-03 | 1 | -0/+2 | |
| | | | | | already lowercase char when using code pages. Jeremy, can you confirm that this looks right? It comes from PR#1992 | |||||
* | fixed the help message for -p (someone complained!) | Andrew Tridgell | 1997-12-02 | 1 | -1/+1 | |
| | ||||||
* | add the null string to SMBsetatr calls | Andrew Tridgell | 1997-12-02 | 1 | -1/+3 | |
| | ||||||
* | changing the comment in find_new_file() to say why a base of 1 is used | Andrew Tridgell | 1997-12-02 | 1 | -2/+1 | |
| | ||||||
* | the default GUEST_ACCOUNT should be here not in smb.h | Andrew Tridgell | 1997-12-02 | 1 | -0/+6 | |
| | ||||||
* | HPUX trusted systems need to use bigcrypt() not crypt() | Andrew Tridgell | 1997-12-02 | 1 | -0/+4 | |
| | ||||||
* | get rid of some things out of smb.h that are already in local.h | Andrew Tridgell | 1997-12-02 | 1 | -12/+0 | |
| | ||||||
* | dont try getpeername() when Client isn't initialised | Andrew Tridgell | 1997-12-02 | 1 | -0/+8 | |
| | ||||||
* | Documented the 'veto oplock files' parameter. | Jeremy Allison | 1997-12-02 | 1 | -0/+24 | |
| | | | | Jeremy. | |||||
* | asyncdns.c: Removed warning when compiling with -DSYNC_DNS. | Jeremy Allison | 1997-12-02 | 4 | -22/+11 | |
| | | | | | | | nameelect.c: Tidied up settings of work->ServerType when unbecoming things. nmbd.c: Fixed pidFile warning. server.c: Fixed pidFile warning. Jeremy. | |||||
* | fix for systems that don't have PWD environment variable defined | Herb Lewis | 1997-12-01 | 1 | -0/+2 | |
| | ||||||
* | remove stutter from closing instructions | Herb Lewis | 1997-12-01 | 1 | -2/+2 | |
| | ||||||
* | dded error checking to scripts | Herb Lewis | 1997-12-01 | 4 | -8/+37 | |
| | ||||||
* | the logon script example should use %U.bat not %u.bat | Andrew Tridgell | 1997-11-30 | 1 | -2/+2 | |
| | ||||||
* | clientgen.c: Added cli_mv() (used in a recent torture test). | Jeremy Allison | 1997-11-30 | 4 | -24/+96 | |
| | | | | | | | | | | reply.c: Changed reply_open_and_X to split out the oplock request bits from core and extended and if an oplock was granted only set the corresponding bit on reply. server.c: Added code to dynamically allocate i/o buffers in oplock_break (prevents recursion problems) , also made reset of sent_oplock_break explicit. Jeremy. | |||||
* | don't display locks for dead processes in smbstatus | Andrew Tridgell | 1997-11-29 | 2 | -5/+9 | |
| | ||||||
* | use -1 not 0xffffffff in SIVALS() macros | Andrew Tridgell | 1997-11-29 | 2 | -27/+5 | |
| | | | | | use the same process_exists() code on all systems (it's probably faster anyway) | |||||
* | added a sent_oplock_break element to Files[] as a paranoia check so we | Andrew Tridgell | 1997-11-29 | 4 | -11/+26 | |
| | | | | | | | | | | | | | | | | can't sent a oplock break twice on the same file. changed some debug levels in the oplock code to level 0 so we can track down a bug zero the returned Files[] entry in find_free_file() don't try to overcome client bugs in the handling of non-encrypted passwords if in server level security mode added paranoid null termination of password buffers slight change to my ajt_panic() routine | |||||
* | pass the mailslot name to process_logon_packet() | Andrew Tridgell | 1997-11-28 | 3 | -24/+38 | |
| | | | | | | | | | | | - fixed process_logon_packet() to always send the reply to/from the correct netbios name (it should match the query) - only do a NT style QUERYFORPDC if the query came in on a NT_LOGON_MAILSLOT Luke, can you check to see if these changes work in your branch with NT logons? | |||||
* | get_entries is an int not a bool | Andrew Tridgell | 1997-11-28 | 1 | -1/+1 | |
| | ||||||
* | preparing for release of 1.9.18alpha12 | Samba Release Account | 1997-11-28 | 42 | -43/+43 | |
| | ||||||
* | there was a bug in my oplock bugfix :-) | Andrew Tridgell | 1997-11-28 | 1 | -3/+3 | |
| | | | | It's fixed properly now :-) | |||||
* | fixed a very nasty oplock bug. We could send oplock break requests on | Andrew Tridgell | 1997-11-28 | 1 | -3/+4 | |
| | | | | | | | | | files that aren't open if the file happened to close while the oplock was in transit. We would end up sending a oplock break request on another random file (actually the open file that happened to have the highest fnum). Then we wouldn't get a response, so smbd would keep sending and would actually flood the net with an infinite number of oplock break requests! | |||||
* | oh no! my favourite hack is broken. You can't do: | Andrew Tridgell | 1997-11-26 | 1 | -1/+1 | |
| | | | | | | | | | | [%U] path = %H to get a new homes area. I wonder when it broke? Anyway, I've fixed it. We can all rest easy now, knowing that you really can produce an incomprehensible smb.conf and get it to work. | |||||
* | get rid of stat command (it is a hangover from an old experiment) | Andrew Tridgell | 1997-11-25 | 1 | -38/+0 | |
| | ||||||
* | Remind them to read the man page about needing to be root. | Dan Shearer | 1997-11-24 | 1 | -2/+4 | |
| | ||||||
* | added cli_rmdir and cli_mkdir | Andrew Tridgell | 1997-11-24 | 3 | -6/+114 | |
| | | | | | | | added test in smbtorture for the server updating the directory modify time when a file is added to a directory cleanup in smbtorture so no garbage files are left on the server |