summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove yodldocs - it has been obsolete since 2.2Jelmer Vernooij2002-08-281-14/+0
| | | | (This used to be commit 3b4316a7138982732fe77d42bb027a59851ee5a0)
* Adding new series of text-to-sgml converted files.Jelmer Vernooij2002-08-2810-149/+773
| | | | | Removed OS2-Client-HOWTO and put it into Other-Clients.sgml (This used to be commit 076f34af8e5af7fb2d07b724522ef77f33559c82)
* There's no MACHINE.SID anymore...Volker Lendecke2002-08-281-4/+11
| | | | | Volker (This used to be commit e9cd8fb2e3104e1f9fd27277c90e1d09e55a0cf4)
* Silly of me to only test this with --with-sam and not without. Doh!Jelmer Vernooij2002-08-282-3/+1
| | | | (This used to be commit 6395c34f2f981d59b761d8615851a8fd54c1c304)
* Code style + typo fixesJelmer Vernooij2002-08-284-56/+57
| | | | | Added Kai Krüger to copyrightholders of interface.c (This used to be commit 067ae5f81076611a0042eb064afdffa5e37f93e9)
* Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij2002-08-2820-1050/+3741
| | | | | | | | | | might be ugly, etc - please don't blame me for anything but instead try to fix the code :-). Compiling of the new sam system can be enabled with the configure option --with-sam Removing passdb/passgrp.c as it's unused fix typo in utils/testparm.c (This used to be commit 4b7de5ee236c043e6169f137992baf09a95c6f2c)
* Make constJelmer Vernooij2002-08-281-1/+1
| | | | (This used to be commit b1ab3bec8dc7c5d0873b7a4b4c6fab2d7591c9b3)
* Merge from 2_2.Volker Lendecke2002-08-281-2/+4
| | | | | Volker (This used to be commit 739bc21429fee6ceb7430eb6c5e63882f6d4f030)
* Some debugs for panic_action.Tim Potter2002-08-281-1/+11
| | | | (This used to be commit 8f065f788b3af333c7c61236e33b6571b62b0c0d)
* Sync up namecache code with HEAD and APPLIANCE_HEAD. Rerun unit tests.Tim Potter2002-08-281-16/+24
| | | | (This used to be commit 41c2e7b162224a524a1bf4da012f383f2a6032d0)
* Move to reference counting rather than lock counting.Jeremy Allison2002-08-271-35/+57
| | | | | Jeremy. (This used to be commit e7b48224c4f8c6063e1dd850cc91f5488e65a48d)
* fix 2 byte alignment/offset bug that prevented Win2k/XP clientsGerald Carter2002-08-271-9/+16
| | | | | from receiving all the printer data in EnumPrinterDataEx(). (This used to be commit 901769acc3258b6f8f33d36b0d5e3468a30ba1b0)
* add hook for MSG_PRINTER_DRVUPGRADE that numps the change_id on all printers ↵Gerald Carter2002-08-271-0/+5
| | | | | | bound to a given driver (This used to be commit e913d508d4f894eb3f0e59b9c28b0fc5b56962ec)
* Handle locking correctly.Jeremy Allison2002-08-271-2/+6
| | | | | Jeremy. (This used to be commit 4208f027cff77142df4f984a4a8985afbe30a4f1)
* Allow us to "lock" printer tdb entries in memory to stop them beingJeremy Allison2002-08-271-18/+61
| | | | | | re-used as cache. Jeremy. (This used to be commit 6f901e479dd7a0b9d1395aad5b8ef028c0514fec)
* Fix typo in debug.Tim Potter2002-08-271-1/+1
| | | | (This used to be commit 86433a3492a3b70a051257940ae28ada8788a650)
* Remove strsep - non portable.Jeremy Allison2002-08-271-2/+2
| | | | | Jeremy. (This used to be commit 03c49b2e519acb8cc7278ac97a203a7d122d2869)
* Ensure we have at least smb_size bytes before processing a packet.Jeremy Allison2002-08-271-1/+1
| | | | | Jeremy. (This used to be commit 0385f7d7efed48fc8121fc0fbb433e9ca0954094)
* merge from SAMBA_2_2Gerald Carter2002-08-271-1/+1
| | | | (This used to be commit b58ddacf73589870252eea52da68841e7294672d)
* patch from metzeSimo Sorce2002-08-271-10/+15
| | | | (This used to be commit cc8e6ebc0ec840d882211c8327cafdcafbcafbd7)
* add the netatalk moduleSimo Sorce2002-08-274-7/+476
| | | | (This used to be commit 2a156995329699c776772fe01672cfe763b3f988)
* avoid using libtool for VFS modulesSimo Sorce2002-08-276-68/+56
| | | | | | change a name in block.c it was hiding a function name add a comment in configure (This used to be commit 05038f44717ff07ed7d4a3afbdd8f072a3c058cc)
* add a trivial seeking function to xfile (tseek) that does not do SEEK_CURSimo Sorce2002-08-272-22/+150
| | | | | | | and add commands reget and reput to smbclient that continues a transfer that has been onterrupted. thanks to josef Zlomek that did the original patch. (This used to be commit b275547c9ecc13bede5bd21a392fa1d695a3926d)
* slprintf() takes a size argumentAndrew Tridgell2002-08-271-1/+1
| | | | (This used to be commit 4e142ba3749d2eb45687425ff87c153fb6147056)
* Implemented enum_domain_groups function.Tim Potter2002-08-273-1/+102
| | | | (This used to be commit 9e36824d47f7d1aac14bb5aeded8da54962c90a8)
* Don't try to convert enumprinters name to a unc name.Tim Potter2002-08-272-13/+7
| | | | (This used to be commit e09007dd5d17d5f84aea3c2fed16ce79ba7be1f2)
* New arguments to cli_spoolss_enum_printers()Tim Potter2002-08-271-3/+3
| | | | (This used to be commit 55f891016c005c1552f1c1d95dd067bbf9de8869)
* Pass the object name down to the enum_printers rpc. By default this is theTim Potter2002-08-272-8/+17
| | | | | server name and everything works as advertised. See the MSDN doco for details. (This used to be commit d6b10fe9691bfc96d5933c029990c60fd292bdc9)
* Correct fix for nc problem.Jeremy Allison2002-08-261-1/+2
| | | | | Jeremy. (This used to be commit 1f81b177182aee7fe24e50ae3cd72d417e81b45a)
* Reformatting only before real change.Jeremy Allison2002-08-261-131/+124
| | | | | Jeremy. (This used to be commit ac21f280d5030a9c49330be37bd754a1540a238a)
* merge from APP_HEADGerald Carter2002-08-261-1/+1
| | | | (This used to be commit ebe89453b63467c87263c24f4380544fef1124a6)
* merge from APP_HEADGerald Carter2002-08-261-35/+60
| | | | (This used to be commit 4689e7ea5e55e22e1e4293c91ba69fee53436143)
* Reverted and tidied up the "special" files patch. Adds "hide special files"Jeremy Allison2002-08-262-56/+88
| | | | | | | option (set to false by default). Made checking for hide unreadable/writable more efficient (less stat calls, less allocating printf calls). Jeremy. (This used to be commit 15ff5a48f94fdc6ed61fb10f063c4fbf8bb5bb2d)
* A small type and addition of an example add printer command script.Richard Sharpe2002-08-261-1/+55
| | | | (This used to be commit 7c5f94e73746fcb97e440a29e5abc7bbb0a6c250)
* Fix some small spelling etc problems in the SGML.Richard Sharpe2002-08-261-2/+2
| | | | | Must also add a small tute on adding print queues dynamically with the addprinter command. (This used to be commit 5ea345f464800fa4ce70108c0285791c745243c9)
* Some fixes for SMB signing. I can now get Win2k to correctly respond with aAndrew Bartlett2002-08-261-3/+14
| | | | | | | security signiture, but I can't get it to accept ours. Andrew Bartlett (This used to be commit 7746de6a3c5798e321ed8300f763588fa3807964)
* Header file change from last commit.Andrew Bartlett2002-08-261-0/+1
| | | | (This used to be commit a760bca56a55b119cf399c5ac6f8b0db418be2e0)
* Updates!Andrew Bartlett2002-08-269-52/+113
| | | | | | | | | | | | - Don't print an uninitialised buffer in service.c - Change some charcnv.c functions to take smb_ucs2_t ** instead of void ** - Update NTLMv2 code to use dynamic buffers - Update experimental SMB signing code - still more work to do - Move sys_getgrouplist() to SAFE_FREE() and do a DEBUG() on initgroups() failure. Andrew Bartlett (This used to be commit de1964f7fa855022258a84556b266100b917444b)
* Our 'guest' login still requires an entry in the SAM - and build farm machinesAndrew Bartlett2002-08-261-1/+4
| | | | | | | do not run 'unixsam', so add it to smbpasswd. Andrew Bartlett (This used to be commit 2ff6d53db550c1f4472b735b1bc87c9705716241)
* Try to support non-root-mode systems without getgrouplist().Andrew Bartlett2002-08-263-8/+15
| | | | | Andrew Bartlett (This used to be commit 17096315a0f30f946ddecb79708604a111c37011)
* Clarify function commentsAndrew Bartlett2002-08-251-0/+2
| | | | (This used to be commit a613dde7edab62c4439d256932b9f9b4ae2ec4e0)
* Steve Langasek <vorlon@netexpress.net> has again attempted to simplify Samba'sAndrew Bartlett2002-08-253-810/+814
| | | | | | | | external lib dependencies - let's hope this patch stays around for longer than the previous attempt. Andrew Bartlett (This used to be commit d0c0e9f427400c24f5cc38c67b7a927f9d937375)
* Use a function that actually exists for the keepalive send.Andrew Bartlett2002-08-251-1/+1
| | | | | Andrew Bartlett (This used to be commit 82e7212bbbeefce873291c2fdb3b04ae1e6c26d6)
* Patch from mimir to back out idra's attempted DOS mitigation patch.Andrew Bartlett2002-08-251-2/+2
| | | | | | | | | | | | (It broke port 139 name exchange) I've been thinking about this, and doing is properly is actually rather difficult - but I'll try and get somthing in there. (My worry is what smb_read_error should be set to, and how that interacts with the rest of samba). Andrew Bartlett (This used to be commit 3e682867bbb13dae265cb9a8acea8b7cc87d82a6)
* Fix from kai to correctly decode ntlmssp flags.Andrew Bartlett2002-08-251-1/+1
| | | | | Andrew Bartlett (This used to be commit 2e74473551f0fce0384eacd31bc1a53ff3967464)
* Another speling fixRichard Sharpe2002-08-241-1/+1
| | | | (This used to be commit c904fa4abd7b79057ef9369aacaa368cdc177c32)
* Some more minor doco fixes ...Richard Sharpe2002-08-241-6/+6
| | | | (This used to be commit b02e8aa4cb302689fa54cc6de9d2f1e5e23bb560)
* Your car depreciates in value, while obsolete parameters are deprecated.Richard Sharpe2002-08-241-2/+2
| | | | (This used to be commit c95e53a1dda579cabbe2fb5059f2a1bde33ccf0c)
* if muhammad does not go to the mountain ...Simo Sorce2002-08-241-0/+2
| | | | (This used to be commit 5246d3693c463e581a7cd40f86878e40456237c3)
* do not expose special files, only files, directories and links (and weSimo Sorce2002-08-241-51/+49
| | | | | | should really check if a link points to a special file and deny access imho), expose no fifo, socket, devices ... (This used to be commit 59954113348cfb2061fa6bd7dfe7545f614e2891)