summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed display of uninitialised buffer in debug.Tim Potter2001-11-151-2/+8
| | | | | Get list of trusted domains if we haven't fetched them yet. (This used to be commit a7ef2d20b1bb4bdb1b9a2769b5c654bd0be791b3)
* Bit of a cleanup of signal handling code.Tim Potter2001-11-151-8/+14
| | | | | | | 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)
* Fix detection of RedHat 7.2.Jeremy Allison2001-11-154-542/+113
| | | | | | | Remove unused old file. Test 42 byte reply to SMBntcreate (W2K does this). Jeremy. (This used to be commit a55a63a4ca55602ad9221af17c0bc8e185536433)
* Fix compile on RedHat 7.2 systems with broken system headers.Jeremy Allison2001-11-144-643/+696
| | | | | Jeremy. (This used to be commit b14ac75666939b4f98213719ce7bc72fa9d37ce4)
* Make signal handling safer (handle EINTR on read/write/accept), don'tJeremy Allison2001-11-141-38/+52
| | | | | | call slprintf within a signal handler. Jeremy. (This used to be commit a9f7974cb8e266ce87d2979fa107bf7ebbb98b70)
* Got ready to implement Martin's idea, but request doesn't have a lengthJeremy Allison2001-11-142-10/+24
| | | | | | field.... well, now at least the code is there when it does :-). Jeremy. (This used to be commit 22e323ca47325482b6ae527070509ed9c6cbccee)
* Random connection robustness related fixes. Display some debugs aboutTim Potter2001-11-145-31/+122
| | | | | | | | the currently open connections when winbindd receives a USR1 signal. Hmm - I've just realised this will conflict with the messaging code but we don't use that yet. (This used to be commit caef54e40081477609a824185949ddf6db6ba363)
* Give sensible defaults to some variables that are set by the buildMartin Pool2001-11-141-0/+32
| | | | | farm but not present in Make. (This used to be commit 0d6d0c31f9aecf1e35487ad26cc2f2c4c7d732f0)
* Close the socket and set the file descriptor to -1 if there was a socketTim Potter2001-11-141-0/+9
| | | | | error in cli_receive_smb() and cli_send_smb(). (This used to be commit bedd9c821521dad46df50e8b31e4a58bb0a9a604)
* Clean up message.Martin Pool2001-11-141-4/+4
| | | | (This used to be commit f07915072fef1d79549da7b92775c5aaf3c552da)
* #ifdef'd out suggestion for tim on making the winbindd protocol moreMartin Pool2001-11-141-1/+13
| | | | | robust. (This used to be commit 8952f8763e16339e58bc65943387a00fc89dc200)
* Little note about what's happening with Satyr.Martin Pool2001-11-141-0/+4
| | | | (This used to be commit b6745ccd33544cfae5811ecdff7c1aea9d454eed)
* Doc.Martin Pool2001-11-141-0/+35
| | | | | | | | Try not to run tests if the user specified --prefix=/usr* or something similar, because it would not be nice(!) to clobber their configuration file and passwords. Eventually I think we want to run the installed versions, but specify different paths for everything. (This used to be commit b18703fc8e15244dd840d1a1e9455a114e3f0408)
* Added needed debugs...Jeremy Allison2001-11-141-25/+39
| | | | | Jeremy. (This used to be commit 804f232398b734228256e3361ec6df4ba5cf480c)
* Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison2001-11-142-60/+2
| | | | | Jeremy. (This used to be commit e6afe40f85d7dbe79322c82dac735d901e7e71df)
* Too much of samba depends on finding files in their installedMartin Pool2001-11-141-5/+11
| | | | | locations, so we can't do "make check" yet, only "make installcheck". (This used to be commit 7d8610c4fed555bf478dad793c84fbaf5b3c86ff)
* Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.Jeremy Allison2001-11-141-1/+1
| | | | | Jeremy. (This used to be commit 60983782ed078593d122e0c0bc6b4e17c3e56e63)
* Removed unused variable.Tim Potter2001-11-141-1/+0
| | | | (This used to be commit c8c7da237dc17d9b785bc15b9b569caeeb6d283e)
* Reformatted to 75 columns.Tim Potter2001-11-141-86/+114
| | | | | | | Converted from DOS CRLF format (hmm). Added suggestion about C vs C++ comments. (This used to be commit 104899391cf75017ef8d14416e4558e81723d702)
* Add basic "make check" and "make installcheck" targets, using theMartin Pool2001-11-141-15/+57
| | | | | | | | | | Satyr framework from the buildfarm. This will eventually be copied into the Samba source tree, but it is not yet. See cvs://samba.org:/data/cvs/satyr Add "make showlayout" target to show where installation will put things. (This used to be commit 7b5b5693f4e374522a333e609b319b9c75bb4501)
* Cosmetic fix for libpopt-checking test.Martin Pool2001-11-142-630/+633
| | | | (This used to be commit 87d27265a501da2aab04f655a6a086f2eead000d)
* Look for DOMAIN\group in group lists and ask winbind.Jeremy Allison2001-11-131-68/+89
| | | | | Jeremy. (This used to be commit 763fd1c78757ea640dd50ac72caf5ebbb465b3b9)
* Fix winbind client code so that winbind calls are not made if theJeremy Allison2001-11-132-15/+43
| | | | | | | | requested name does not have a winbind separator character. This makes the intent explicit. Tim, contact me if this is not what you indended. Jeremy. (This used to be commit 86b7cf7f85840316052ff29115bf55c04dc17486)
* List of coding suggestions for submittersSteve French2001-11-131-0/+86
| | | | (This used to be commit 98b9ff2dd89d2a12178b08f86f846b0875c7c150)
* verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx()Gerald Carter2001-11-131-6/+3
| | | | (This used to be commit 253c5eadc21cdf2ea5a4c237d3b48e9df04c66a2)
* Fix typo.Martin Pool2001-11-131-2/+0
| | | | (This used to be commit 33904decbcf858a5cf799429c17330b0fafd1da4)
* new Win2k spoolss rpc opnum (unknown right now).Gerald Carter2001-11-131-0/+6
| | | | (This used to be commit d636e73295343e5f3e44cbf61a63edaff8a243d1)
* Formatting fixes only.Jeremy Allison2001-11-132-58/+57
| | | | | Jeremy. (This used to be commit 27081355a97550b26c870907a471352a11921ffc)
* Minor fixes to help display, and domain enumeration , and also preparation ↵Steve French2001-11-121-19/+35
| | | | | | for new command option (This used to be commit 3623fbb4f0182b201d62491fa0680c29a4fd68e3)
* Spelling fixes.Tim Potter2001-11-121-6/+6
| | | | (This used to be commit 5c486bd28a5d4194b7cd50fd0fe3430d0d2eaa9b)
* Don't check space on every extend if strict allocate not set.Jeremy Allison2001-11-121-5/+3
| | | | | Jeremy (This used to be commit 9391efb38ef1847ed2c3b2734c1177830d64a247)
* messed up with patches, this should be the right one,Simo Sorce2001-11-121-2/+1
| | | | | sorry (This used to be commit 023514a0b6170b1907696a2147ee44dc3aa4589d)
* Fixed allocation bug in database prog. Some format fixes.Jeremy Allison2001-11-124-997/+985
| | | | | Jeremy. (This used to be commit 9ff6b0c20cc88ef0bcd62a596fcb96f898b5b29d)
* some bugfix and new functions,Simo Sorce2001-11-124-41/+98
| | | | | | modified mangle.c to use mosltly acnv_????() functions. this should make also build farm happy (This used to be commit 8bb5cb27c2012b8967482255d48a1b48d3acd9db)
* Code duplication is bad. So add an add_signiture() function and just refernceAndrew Bartlett2001-11-121-23/+17
| | | | | that. (This used to be commit a82c8638576b2c2164eaf046aa529e233ffb71d6)
* Kill off 'restrict anonymous' becouse it is useless in its current form.Andrew Bartlett2001-11-111-47/+0
| | | | | | | | To be replaced with a real restriction in consultation with jra. (Hence why I've not touched loadparm.c). Andrew Bartlett (This used to be commit 95901449158a4ef7f95f75b22f63f6f8d43a01fe)
* Fix up some DEBUG()sAndrew Bartlett2001-11-112-34/+74
| | | | | | | Add and fix comments Add 'const' to some more input paramaters. (This used to be commit 0c7eefcb5c5db63294d0584029e0d32cd1523e80)
* Add back the not null checks in a better place.Andrew Bartlett2001-11-112-2/+14
| | | | | Check the pdb_init_sam() for failure. (This used to be commit 1808cd5210258bddc349f13a7bcf20a3f46aa672)
* make sam_account_ok static.Andrew Bartlett2001-11-112-64/+58
| | | | | | | remove rudundent not null checks fix indenting (This used to be commit 3eada888fddb1f0cb7c0ed7037eb1c60e7988ad9)
* This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett2001-11-112-6/+0
| | | | (This used to be commit 600d83e43f61eb138115731ce089ba42d63e0924)
* Minor updates. A small dose of const.Andrew Bartlett2001-11-116-6/+6
| | | | (This used to be commit 80667cb0dd1a2cdef17711c8580af9f524971cea)
* autoconfAndrew Bartlett2001-11-111-794/+755
| | | | (This used to be commit 1a60305f7a368bce16c9d6d989942670186dec72)
* Remove built-in support for clear-text kerberos authentication.Andrew Bartlett2001-11-113-279/+16
| | | | | | | | | | | This should remove some confusion from the ./configure, but does not affect the 'real' kerberos support currently residing in smbd/sesssetup.c. This code is vunerable to a spoofed KDC, and is best replaced by --with-pam and the pam_krb5 module. This module includes measures to prevent such spoofing. Andrew Bartlett (This used to be commit 3235880b41ee5dd5ef171195489fb9254f5d89b0)
* fixed, moved and added some functionsSimo Sorce2001-11-103-99/+154
| | | | | note the useful acnv_uxu2 and acnv_u2ux functions in charcnv.c (This used to be commit 64dde3b64fc091cda95fc4ed145595b5d79b2e01)
* Use defined constants not integers.Jeremy Allison2001-11-101-3/+3
| | | | | Jeremy. (This used to be commit d20949fe509c1496bc434f0fbf403f0b69ab9954)
* As pdb_ldap.c does not compile in HEAD anyway, a not-compiled mergeVolker Lendecke2001-11-091-2/+6
| | | | | | | from 2_2. Volker (This used to be commit 7d70b30dbdf06de126b78879fc89708ca335f91e)
* Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to theGerald Carter2001-11-092-3/+10
| | | | | rpc_spoolss.h header file. (This used to be commit d4cafc076be99a66d0660f695995801b4f1d7bfd)
* Fixup __LPID -> _LPID.Jeremy Allison2001-11-092-2/+2
| | | | | Jeremy. (This used to be commit ab607cdf153d9187fe50af3377ece5a9fafde1b1)
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-097-28/+21
| | | | | | | | | | | | | | | | | per-share. I beleive that almost all the things that this could have done on a per-share basis can be done with other tools, like 'force user'. Almost all the user's of this paramater used it as a global anyway... While this is one step at a time, I hope it will allow me to considerably simplfy the make_connection() code, particularly for the user-level security case. This already removes an absolute truckload of extra attempted password lookups on the guest account. Andrew Bartlett (This used to be commit 8e708332eded210c1d1fe0cebca3c9c19f054b71)
* fix the tree so it compiles againAndrew Tridgell2001-11-091-1/+1
| | | | | grumble, mumble, ... (This used to be commit 72c1af6f8d9893dd5b8b4d105b301d8c621749c6)