summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-11-21Fix up the build again...Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit a34c07377b1de61e145f699047474a82962ccd5b)
2001-11-21Don't scan locking db on closedown.Jeremy Allison1-0/+4
Jeremy. (This used to be commit 59cfcd8a6c510204ac059a0d2fddc2fa17199f82)
2001-11-21Fix up libsmbclient in head.Richard Sharpe2-1459/+1509
Apply the patches from Tom Jansen, get rid of fprintfs and change them to DEBUGs, etc ... (This used to be commit 7ac404c85303c9c3fbd48054fc4876bd4bc1567b)
2001-11-20Fixed sizeof vs array length bug in make_user_info_winbind_crap()Tim Potter2-4/+4
Spelling fix. (This used to be commit 3d87c1a2444c3b9267e0dda7a2da77657fba143e)
2001-11-20Merged in JohnR's ping messaging extension.Jeremy Allison2-33/+45
Jeremy. (This used to be commit 694372b2c4d7713fe228114730027175f7b4e9b6)
2001-11-20forgot this fileAndrew Tridgell1-0/+29
(This used to be commit 1dd255b06d4c8669d839a387d4c63ff3475ab1ab)
2001-11-20added the beginnings of ADS support in smbdAndrew Tridgell7-117/+538
(This used to be commit c7f611691941ca92f57665e19d6e46b161599427)
2001-11-20added ANS1 integer defineAndrew Tridgell1-0/+1
(This used to be commit 1e833f3564be439cd778e517e6689cea61e02a2b)
2001-11-20added strlcpy() and strlcat()Andrew Tridgell1-0/+36
(This used to be commit 233fe71fbbb98fe1563f69565e16da1856360a26)
2001-11-20add a hook to save the krb5 PACAndrew Tridgell1-0/+8
(This used to be commit 1cbc18ae732671d9a60528f8300ca7609e124d11)
2001-11-20fix maxfd test to start deleting at right fileAndrew Tridgell1-0/+1
(This used to be commit e4fb073af02846309c3efb0675006433052bb1ce)
2001-11-20fix locktest default parametersAndrew Tridgell1-2/+3
(This used to be commit f6a4b00aab9ca01d8dfed33252f3d5c5349d13b0)
2001-11-20add asn1 integer handling ready for the ldap netjoin codeAndrew Tridgell1-0/+26
(This used to be commit 74303b75e43856bfb127c143d27e5c5fdcf32c91)
2001-11-20- make sure we use a non-zero session id so we can have multiple connsAndrew Tridgell1-8/+4
open to w2k - fix the string handling in the device name to match NT and smbd - don't pull the domain from negprot if CAP_EXTENDED_SECURITY is set (This used to be commit 618989b386b5564ba140afdc17ce7a07040c3c4e)
2001-11-20We don't actually use the horror that was lib/util_array.c :-).Jeremy Allison2-188/+1
More deleted code - hurrah ! Jeremy. (This used to be commit 48a848f748fb0961c67f17401e294ebf18fdcf1b)
2001-11-20Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool3-26/+27
versions defined by libreadline on SCO (!). (This used to be commit 32480d7aff21ce1c14991e242aaf8a4e14ec6f2a)
2001-11-20Back out the change in 1.11 that set the poorly-named $pwd variable --Martin Pool1-2/+1
for the build farm this is actually the root directory for building, or something like that. Thanks a.b. (This used to be commit 309b718842dc36cd0b74c4c735684cd4613fff01)
2001-11-19Also show $tree in diagnostics.Martin Pool1-0/+1
(This used to be commit af65a01d0d80a86f405439ed5c46cf71026a5eb8)
2001-11-19Make the smbpasswd options/usage message a little less bizarre: it nowMartin Pool1-22/+20
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-19Do satyr work against a copy of the build farm scripts so as not toMartin Pool1-2/+2
break them. installcheck has to find smbd in SBINDIR, not BINDIR. (This used to be commit 1be6139e148d752ec3619468ee1cca7f61ee16e1)
2001-11-19Fix typo.Martin Pool1-1/+1
(This used to be commit 2c1e68d4ce45c7862fbc79a83eb36ee5b077251e)
2001-11-19Move all other paths into dynconfigMartin Pool5-22/+26
(This used to be commit d51ef6bfa3d194b58c3ee7706a7d475ef042676d)
2001-11-19Merge from 2.2.Tim Potter1-1/+1
(This used to be commit ebd46aebf921c0026791ffb0afdcffaecb496e8c)
2001-11-19Cosmetic fix for debug statement.Tim Potter1-2/+1
(This used to be commit 507ef80f48a8fca762e41be5cdb80ce86544da3f)
2001-11-19Fix obvious typo.Martin Pool1-1/+1
(This used to be commit d761a3860ba7b11b446d3a9865ddfeff8e2f658d)
2001-11-19Don't resolve the hostname in smbd as we can pause for a long time whileTim Potter1-3/+6
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-19Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the momentMartin Pool4-495/+559
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-19Ignore .po files.Martin Pool1-0/+1
(This used to be commit 4b7c0c9928f649887edc4aac093cb0cfbf51ef4a)
2001-11-19dyn_LOCKDIR should be const because it's never modified directly --Martin Pool2-2/+3
it's just copied in to the parameter table and optionally overridden there. (This used to be commit 988fe772a39e08dec738b045021cd6e06b4e59c8)
2001-11-19Added comment about why not to cast the assignment ofTim Potter1-3/+6
rl_attempted_completion_function to rl_completion_function_t. (This used to be commit dfaafcd6221412613f9e4eccdaaa2e84253def81)
2001-11-19oopsum.Martin Pool1-1/+1
(This used to be commit 9b6667aa19c479fb27f557ca24129592bf94cbb7)
2001-11-19LIBDIR and LOCKDIR are dynamically configured too.Martin Pool7-18/+36
(This used to be commit 868999ad3c82ad72f11d5b3208b0e42b1ed95096)
2001-11-19Oops, Tim says rl_completion_func_t doesn't exist in all versions ofMartin Pool1-7/+5
readline. (This used to be commit c4b44cfc3f15f9e85a36981867e534792ccb724e)
2001-11-19LMHOSTSFILE is now dynamically configured too.Martin Pool5-16/+11
(This used to be commit a779710fff5fddcbf65a8ddc8e9169b586b85481)
2001-11-19Quieten compiler warnings about a callback function prototype that hasMartin Pool1-1/+7
changed in recent versions of Readline. (This used to be commit d0a0d27caa04029a814d942e35fb5382bb9a492c)
2001-11-19Disable "installcheck" -- it's still too likely to clobber somebody'sMartin Pool1-1/+1
installation. (This used to be commit 10022753d1d7114eadbe5a83183a6176eff1d7ff)
2001-11-19Store some path names in global variables initialized to configureMartin Pool41-773/+825
default, rather than in preprocessor macros. (This used to be commit 79ec88f0da40faebe1e587f1b3e87b5f2b184f58)
2001-11-19Fix const warning. Doxyfy comment.Martin Pool1-5/+8
(This used to be commit 91e07a7fdc47b2baf42fc06e77d1e1d883111668)
2001-11-19Ignore *.po objects, test tmpdirs, and ID files.Martin Pool2-0/+6
(This used to be commit cdad7ad8691e98e69742e829aa21140161ffb245)
2001-11-19Source file defining global variables for configuration paths. ThisMartin Pool1-0/+45
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-18fixed some bugs.Simo Sorce2-18/+19
(This used to be commit 37edaeddce09193450b18b1b85aa41960cb39741)
2001-11-17Fix problems with lp_workgroup() being passed to routines that will modifyRichard Sharpe1-24/+44
it and fix smb://<IP-addr>. (This used to be commit ac2562a0fb7eafd94d53a2c36d33e8f5236d60ff)
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison6-21/+35
Jeremy. (This used to be commit 9148bb9eaa67de60c3b0b4709a9c05a840c20c66)
2001-11-16Fixed detection of RedHat headers. Removed another file !Jeremy Allison4-225/+12
Jeremy. (This used to be commit d70674312d8b98367ccdbbc12fe880f9f539d258)
2001-11-16Removed SMBD_RPC_CLIENT_OBJ temporary I was using.Jeremy Allison1-8/+3
Jeremy. (This used to be commit c17bfe7c365de19193dcf9ace8728866e344d7aa)
2001-11-16I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison9-2098/+23
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-16Make CodingSuggestions show up in the Doxygen pages.Martin Pool3-8/+30
(This used to be commit b3e34ad3207f53310b2d59c07a4cec765a0f81bf)
2001-11-16Ignore generated HTML and mkid output.Martin Pool1-2/+4
(This used to be commit 03e489a405a81bd70534ad7c0e2f424436e1c683)
2001-11-15Tidyups in the merge process.Jeremy Allison2-34/+37
Jeremy. (This used to be commit a7b45bfb713adaaad0dca3dc13139ee5a909a383)
2001-11-15Tidyups and things I discovered during the merge...Jeremy Allison2-5/+5
Jeremy. (This used to be commit 9c8439f25b90d80adcd7161bfed3664af6256940)