summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Removed samsyncJohn Terpstra2002-08-231-1/+1
| | | | (This used to be commit 644a45d493712c12e6318d13f7dd6ef1be5e6b1a)
* Merged initial allocation code for IFSTEST fix.Jeremy Allison2002-08-235-26/+66
| | | | | Jeremy. (This used to be commit 095e2bf9469a4c26814fb049f2870983c090ed81)
* Test for non-POSIX st_blksize field.Jeremy Allison2002-08-233-119/+165
| | | | | Jeremy. (This used to be commit d406d08e3e1aa2266a472f98cff7dd0ff311a33c)
* Cope with negative cache dns entries better.Tim Potter2002-08-231-5/+6
| | | | (This used to be commit 3404023260a5d6fed5523eb378d4a1ad418302a0)
* We never checked if the smb packet len is != 0Simo Sorce2002-08-231-2/+2
| | | | | Should fix a supposed DoS too. (This used to be commit f76e5b2677beb161c2f9c0d3dd78e707655e942f)
* Moved calculation of secure channel type into a new function.Tim Potter2002-08-234-12/+25
| | | | (This used to be commit b8dba26978c281259e02b9d6ebacaa7cba4f7787)
* Don't take the sizeof(struct in_addr) * -1Tim Potter2002-08-231-2/+4
| | | | (This used to be commit e13016bb42dbba675d6e7ee7e163543aad2e62c2)
* remove samsync and spamsyncHerb Lewis2002-08-231-16/+1
| | | | (This used to be commit 34a7efd1f8fc5d5fda7cafe50cb6fd7c4aac32ab)
* We need to return the value here...Andrew Bartlett2002-08-231-0/+1
| | | | | Andrew Bartlett (This used to be commit 8fbc964f2f40de80851cf89f7bed0ddc5d01b074)
* sync with 2.2 branchHerb Lewis2002-08-231-3/+3
| | | | (This used to be commit 52924c064dc649032619c52e5cc915ca74e3aa10)
* some cleanup while working on the NETLOGON pipe.Jean-François Micouleau2002-08-232-40/+4
| | | | | | | | | | | smb_io_chal() did a prs_align() but a challenge is an array of bytes. and all code calling smb_io_chal() played with the alignment to not align ! I'm confident in my change, but I would *really* like if jeremy could look at that. J.F. (This used to be commit 23501ea971f8cc0799515e0d51ad8619221a31e1)
* Fix for change in cli_netlogon_sam_sync()Tim Potter2002-08-221-1/+1
| | | | (This used to be commit 6ec267618a7ba2c4a7170b78ccfe95120c5430c4)
* Added some new delta types discovered by Ronnie from ethereal"Tim Potter2002-08-224-45/+56
| | | | | | | | | | | - SAM_DELTA_RENAME{USER,GROUP,ALIAS} - SAM_DELTA_DELETE{USER,GROUP} Renamed some of the unknown delta types and their unmarshalling functions: - SAM_DELTA_TRUST_DOMS - SAM_DELTA_SECRET_INFO (This used to be commit 1f29276c2ff450c4ca3705c27fb0be71ddcda4ad)
* move where got_sig_term and reload_after_sighup are defined.Herb Lewis2002-08-223-15/+13
| | | | | | populate cli structure with called name and calling name even for port 445 connects. (This used to be commit 123eee6206d9afb28c169540dc63824957b505f4)
* added smb_xstrndup()Andrew Tridgell2002-08-221-0/+11
| | | | (This used to be commit 26fc20187d405702c50d1e7a38d3a94c84932bed)
* a ASN.1 fix from anthonyAndrew Tridgell2002-08-221-1/+3
| | | | (This used to be commit 5ff687a839f805af56ae77cba94c466a0ff87ccc)
* don't use spnego in the client unless enabled in smb.confAndrew Tridgell2002-08-221-1/+3
| | | | (This used to be commit c00388de6cf5d0527505bfe4edfe2f0269c5a4c8)
* made the CAP_UNIX test a bit cleanerAndrew Tridgell2002-08-221-1/+5
| | | | (This used to be commit 8c8b0dd381f357bdd204fd6b5d50b78765e93090)
* a few minor cleanups in the cldap requestAndrew Tridgell2002-08-221-2/+26
| | | | (This used to be commit 228fc518da0404fe770175d5277fe5f5b08f9c67)
* added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell2002-08-226-19/+184
| | | | | samsync operations (as a BDC) (This used to be commit e4cb106d2e3e6a41529369545a7a6ce5fe6d8986)
* added a useful unistr2 display functionAndrew Tridgell2002-08-221-0/+10
| | | | (This used to be commit f4581133649b5208d8f91c4995ef60579e04b6f6)
* typos typos :)Simo Sorce2002-08-221-2/+0
| | | | (This used to be commit 78cfbebc69fb15326d8f6dbbce1090c301a1f270)
* fix registry editor API for printing backend after I changedGerald Carter2002-08-223-41/+69
| | | | | the NT_PRINTER_PARAM to a REGISTRY_VALUE (This used to be commit 8d510abe125e15a8d71c58a13d170dc3d6371368)
* reload_after_sighup and got_sig_term are defined in server.cHerb Lewis2002-08-221-2/+2
| | | | (This used to be commit 667e2fe32f111ce840fe3be028c61497d54d6b3d)
* Spelling fixes.Tim Potter2002-08-221-5/+7
| | | | (This used to be commit 9b49d97b94a7e3842cdcbfa4ebfa961586857aea)
* Remember to check for UNIX extensions before saying we support them.Jeremy Allison2002-08-221-1/+1
| | | | | Jeremy. (This used to be commit 2c7ad907eb5e1838b6430940cb5289489fad4bb0)
* Put back in BDC support in set_server_role(). Tidied up debugs.Tim Potter2002-08-221-8/+22
| | | | (This used to be commit 08d7d6ffa65568209e953a2834d263cf3537064e)
* We were returning incorrect flags in smb_action....Jeremy Allison2002-08-221-6/+9
| | | | | | IFSTEST strikes again :-). Jeremy. (This used to be commit 4e0a2564302bdb18087e395576208fa0f0c5c32e)
* More compile warnings.Tim Potter2002-08-221-0/+2
| | | | (This used to be commit 8303ff62609bd57af457bc1f1527c58657225fdf)
* Fix compile warnings.Tim Potter2002-08-222-7/+0
| | | | (This used to be commit e84f47a234d31e98b0dc28c51f3ec337458e48d1)
* Ensure we don't change to a user that we can't get an NT_TOKEN for.Andrew Bartlett2002-08-221-0/+4
| | | | (This used to be commit 9416289b571b1c838239e5342bb6148041ab681b)
* fix for difference in strsep and strtok semanticsHerb Lewis2002-08-221-0/+1
| | | | (This used to be commit 51e0a4adc7c6cc09e53003726b31201a091e9f35)
* Spelling fixes.Tim Potter2002-08-222-6/+6
| | | | (This used to be commit 24fa84bda49a3a77fbc092652a0b6b132f06ff7c)