Martin Pool
59b852fd72
Make the smbpasswd options/usage message a little less bizarre: it now
...
shows all the available options, but explains that you must be root to
use them. Surely this is less confusing?
(This used to be commit 19f5f813995d1cf3874df705ab5e71aa5eb14ae6)
2001-11-19 08:12:06 +00:00
Martin Pool
9b1f2c4090
Do satyr work against a copy of the build farm scripts so as not to
...
break them.
installcheck has to find smbd in SBINDIR, not BINDIR.
(This used to be commit 1be6139e148d752ec3619468ee1cca7f61ee16e1)
2001-11-19 08:00:55 +00:00
Martin Pool
94ad8127f5
Fix typo.
...
(This used to be commit 2c1e68d4ce45c7862fbc79a83eb36ee5b077251e)
2001-11-19 07:39:35 +00:00
Martin Pool
7883798301
Move all other paths into dynconfig
...
(This used to be commit d51ef6bfa3d194b58c3ee7706a7d475ef042676d)
2001-11-19 05:49:20 +00:00
Tim Potter
15c6ab0f2d
Merge from 2.2.
...
(This used to be commit ebd46aebf921c0026791ffb0afdcffaecb496e8c)
2001-11-19 05:23:59 +00:00
Tim Potter
0085229b2a
Cosmetic fix for debug statement.
...
(This used to be commit 507ef80f48a8fca762e41be5cdb80ce86544da3f)
2001-11-19 04:35:00 +00:00
Martin Pool
1ba477ae6c
Fix obvious typo.
...
(This used to be commit d761a3860ba7b11b446d3a9865ddfeff8e2f658d)
2001-11-19 04:29:24 +00:00
Tim Potter
4d5175c832
Don't resolve the hostname in smbd as we can pause for a long time while
...
waiting for DNS timeouts to occur. The correct place to do this is in the
code that displays the session information.
(This used to be commit 2e89165f22d9e9c1fa749ae54957d0ec84a1497d)
2001-11-19 04:27:39 +00:00
Martin Pool
b99209cce4
Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the moment
...
this is only to get the cast right, but it might help with other parts
of the API that changed later.
(This used to be commit b792c9317ab62fe407de34ed811cc883a7652cc4)
2001-11-19 04:18:45 +00:00
Martin Pool
40b8b058d2
Ignore .po files.
...
(This used to be commit 4b7c0c9928f649887edc4aac093cb0cfbf51ef4a)
2001-11-19 04:13:47 +00:00
Martin Pool
9ba9fcd6dd
dyn_LOCKDIR should be const because it's never modified directly --
...
it's just copied in to the parameter table and optionally overridden
there.
(This used to be commit 988fe772a39e08dec738b045021cd6e06b4e59c8)
2001-11-19 03:52:09 +00:00
Tim Potter
d173bf7049
Added comment about why not to cast the assignment of
...
rl_attempted_completion_function to rl_completion_function_t.
(This used to be commit dfaafcd6221412613f9e4eccdaaa2e84253def81)
2001-11-19 03:44:19 +00:00
Martin Pool
c2a4f75e3e
oopsum.
...
(This used to be commit 9b6667aa19c479fb27f557ca24129592bf94cbb7)
2001-11-19 03:38:57 +00:00
Martin Pool
caef2d2884
LIBDIR and LOCKDIR are dynamically configured too.
...
(This used to be commit 868999ad3c82ad72f11d5b3208b0e42b1ed95096)
2001-11-19 03:35:27 +00:00
Martin Pool
4ea31fb675
Oops, Tim says rl_completion_func_t doesn't exist in all versions of
...
readline.
(This used to be commit c4b44cfc3f15f9e85a36981867e534792ccb724e)
2001-11-19 03:34:45 +00:00
Martin Pool
8654a161c8
LMHOSTSFILE is now dynamically configured too.
...
(This used to be commit a779710fff5fddcbf65a8ddc8e9169b586b85481)
2001-11-19 03:12:10 +00:00
Martin Pool
eb2bf006ac
Quieten compiler warnings about a callback function prototype that has
...
changed in recent versions of Readline.
(This used to be commit d0a0d27caa04029a814d942e35fb5382bb9a492c)
2001-11-19 03:11:28 +00:00
Martin Pool
09e4d181eb
Disable "installcheck" -- it's still too likely to clobber somebody's
...
installation.
(This used to be commit 10022753d1d7114eadbe5a83183a6176eff1d7ff)
2001-11-19 02:52:33 +00:00
Martin Pool
f741f65673
Store some path names in global variables initialized to configure
...
default, rather than in preprocessor macros.
(This used to be commit 79ec88f0da40faebe1e587f1b3e87b5f2b184f58)
2001-11-19 02:49:53 +00:00
Martin Pool
a1b9de0b98
Fix const warning. Doxyfy comment.
...
(This used to be commit 91e07a7fdc47b2baf42fc06e77d1e1d883111668)
2001-11-19 02:48:23 +00:00
Martin Pool
82574c4eba
Ignore *.po objects, test tmpdirs, and ID files.
...
(This used to be commit cdad7ad8691e98e69742e829aa21140161ffb245)
2001-11-19 02:46:48 +00:00
Martin Pool
f4f65ea9a3
Source file defining global variables for configuration paths. This
...
has two purposes:
- If ./configure is re-run to configure Samba for a new set of path
or prefix, then when Samba is re-built it really will use the new
paths.
- This is a step towards making sure all programs can be consistently
told to use a different configuration file or prefix directory,
which is required for testing. Possibly not true at the moment.
(This used to be commit f54c64babd31abf9f5bbf960316d4b9502b9477d)
2001-11-19 02:24:05 +00:00
Simo Sorce
60906f657c
fixed some bugs.
...
(This used to be commit 37edaeddce09193450b18b1b85aa41960cb39741)
2001-11-18 16:12:11 +00:00
Richard Sharpe
15ca82215e
Fix problems with lp_workgroup() being passed to routines that will modify
...
it and fix smb://<IP-addr>.
(This used to be commit ac2562a0fb7eafd94d53a2c36d33e8f5236d60ff)
2001-11-17 07:30:19 +00:00
Jeremy Allison
02eda2e251
Tidyups when I was doing the big merge...
...
Jeremy.
(This used to be commit 9148bb9eaa67de60c3b0b4709a9c05a840c20c66)
2001-11-17 03:19:17 +00:00
Jeremy Allison
355124adaf
Fixed detection of RedHat headers. Removed another file !
...
Jeremy.
(This used to be commit d70674312d8b98367ccdbbc12fe880f9f539d258)
2001-11-16 23:22:49 +00:00
Jeremy Allison
b0518da076
Removed SMBD_RPC_CLIENT_OBJ temporary I was using.
...
Jeremy.
(This used to be commit c17bfe7c365de19193dcf9ace8728866e344d7aa)
2001-11-16 18:54:26 +00:00
Jeremy Allison
e74c51dfeb
I *love* removing code :-). Removed 4 files that weren't being used.
...
All this stuff was being pulled in due to *one* unneeded call to
fetch a domain SID which smbpasswd already puts in the database...
Jeremy.
(This used to be commit 6bf2505cce7db770fd4db5b19999a78588e96b58)
2001-11-16 18:32:32 +00:00
Martin Pool
f6f04b5a44
Make CodingSuggestions show up in the Doxygen pages.
...
(This used to be commit b3e34ad3207f53310b2d59c07a4cec765a0f81bf)
2001-11-16 07:28:23 +00:00
Martin Pool
fc9b7a8bc6
Ignore generated HTML and mkid output.
...
(This used to be commit 03e489a405a81bd70534ad7c0e2f424436e1c683)
2001-11-16 07:04:27 +00:00
Jeremy Allison
2c6f0fa510
Tidyups in the merge process.
...
Jeremy.
(This used to be commit a7b45bfb713adaaad0dca3dc13139ee5a909a383)
2001-11-15 21:50:29 +00:00
Jeremy Allison
186726b7f8
Tidyups and things I discovered during the merge...
...
Jeremy.
(This used to be commit 9c8439f25b90d80adcd7161bfed3664af6256940)
2001-11-15 21:06:41 +00:00
Gerald Carter
decc9a8985
more Win2k RPC opnums (EnumPrinterKey() and DeletePrinterDriverEx())
...
(This used to be commit 08df688b284c5589718f954187c4cb44086b9c19)
2001-11-15 20:52:30 +00:00
Jeremy Allison
3a50f1fde7
No longer used.
...
Jeremy.
(This used to be commit be7323163bec9367e7457d7b6a4792fd00aa8ef5)
2001-11-15 20:28:38 +00:00
Gerald Carter
09463a4a01
SETPRINTERDATAEX is 0x4d (not 0x50). My mistake.
...
(This used to be commit 27c6e1242d311cc24e758281890872694e083b67)
2001-11-15 20:09:40 +00:00
Jeremy Allison
8220662c13
Tidyup formatting a bit (spaces->tabs) whilst reading new code to understand
...
connection caching. Getting ready for back-merge to 2.2.3.
Jeremy.
(This used to be commit 5e8df83ba9924adf9df6827c06ed1a2adbe36edf)
2001-11-15 19:40:00 +00:00
Tim Potter
c32b4b6161
Caching user, group and domain sam handles was a stupid idea.
...
Now we just keep a record of the open pipes.
(This used to be commit 77c287e9460eed7bde7004c7e6c8cb0099c6ba6f)
2001-11-15 06:55:56 +00:00
Tim Potter
1539c2f34b
Jeremy, I'm not sure what you were trying to do with the process activity
...
loop in winbindd but it didn't work.
(This used to be commit 3ac32af83849e93c83cd1bb48dc7d23e47ccac59)
2001-11-15 06:53:47 +00:00
Martin Pool
451f7c1ac4
Don't include the treeview -- for Samba it is too big and can lock up
...
browsers.
(This used to be commit 4e6c57fefa25036877a93b9056d06c725a5964cc)
2001-11-15 06:14:28 +00:00
Martin Pool
ea40fa55f0
Doxygen demo for Tim.
...
(This used to be commit 5c892badbcad43b8a2e002d1a42483c402f2d3e9)
2001-11-15 06:03:22 +00:00
Martin Pool
05903e9f8c
Leave doc comments in code listings for the web.
...
(This used to be commit 9f9d4cae1d19d930e8d8a6a879899560c089b878)
2001-11-15 06:02:53 +00:00
Martin Pool
dbccf2ce27
Configuration file to run the Doxygen API documentation tool. A few
...
files already have Doxygen markup. Instructions on inserting tags
into new code can be found at http://doxygen.org/ . Output is
(currently) at http://samba.org/~mbp/samba-dox/
(This used to be commit 71e14a858166d85bc3209f068aabc7b1e2b41d73)
2001-11-15 05:31:27 +00:00
Tim Potter
06ff349e21
FALSE -> False
...
(This used to be commit 7c6529c081abe051055be5fbf3016fbea2474752)
2001-11-15 05:26:22 +00:00
Tim Potter
c5ceae9dc9
Added free_domain_info() function.
...
Get list of trusted domains if we haven't fetched them yet.
(This used to be commit ed16aa88a422e759d27dbfae39afc72250c80e8d)
2001-11-15 03:34:27 +00:00
Tim Potter
6121a6c9e4
Added free_domain_info() function.
...
(This used to be commit 1a9a36159104e1d6248254e1efd9925fc1c956d3)
2001-11-15 03:33:56 +00:00
Tim Potter
69a6bf3edd
Cache positive and negative name domain controller lookups.
...
Cache negative connection attempt lookups.
Fixed loginc bug in connection_ok()
(This used to be commit e07bcfcccd6d4a29f188d978b2c34a7b18ff21fa)
2001-11-15 03:33:12 +00:00
Tim Potter
2fbd75210b
Get list of trusted domains if we haven't fetched them yet.
...
(This used to be commit 187663210055ecd7b717b3894e3189ca3aaa0ed2)
2001-11-15 03:29:00 +00:00
Tim Potter
0d252203a7
Fixed display of uninitialised buffer in debug.
...
Get list of trusted domains if we haven't fetched them yet.
(This used to be commit a7ef2d20b1bb4bdb1b9a2769b5c654bd0be791b3)
2001-11-15 03:28:24 +00:00
Tim Potter
17ce9c5281
Bit of a cleanup of signal handling code.
...
Ignore the SIGUSR1 signal before we install a handler for it as glibc (?)
seems to just print out "User defined signal 1" and exit if no handler
is installed.
(This used to be commit 1212591095dfe65b5e708bee32be5d57b9f33bc8)
2001-11-15 03:23:15 +00:00
Jeremy Allison
5302dc1218
Fix detection of RedHat 7.2.
...
Remove unused old file.
Test 42 byte reply to SMBntcreate (W2K does this).
Jeremy.
(This used to be commit a55a63a4ca55602ad9221af17c0bc8e185536433)
2001-11-15 01:18:10 +00:00