summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix for CR 601. Only call addprinter command when the port, driver, ↵Gerald Carter2002-11-111-2/+8
| | | | | | comment, or location field changed (This used to be commit c6d45216f6d3573fb2342f4d3aa3a50415924674)
* fix typo(s/plaintext pass column/plain pass column/)Jelmer Vernooij2002-11-111-3/+3
| | | | (This used to be commit 411647ecfbfbb17e46ea2289a09e77a2fbb1162f)
* More improvement of DEBUG outputJelmer Vernooij2002-11-111-2/+5
| | | | (This used to be commit 21530f06b2b89d159657646fe15e16a3fcfdb668)
* Add extra debug infoJelmer Vernooij2002-11-111-2/+2
| | | | (This used to be commit 79207d56929de2acc15a761b23c8b33369c298ee)
* Add getdata and getdataex commandsJim McDonough2002-11-111-38/+187
| | | | (This used to be commit 101727335fffd4011659bfa9f7f8ab24b641fc4e)
* Fix typoJelmer Vernooij2002-11-111-1/+1
| | | | (This used to be commit 9b469a2aca6de79a5940769b56d15d22e471b2b5)
* Add note about error that happens when the loopback device doesn't workJelmer Vernooij2002-11-111-0/+6
| | | | (This used to be commit 377631b3a07c0fb52e4374cc2484e7852d81a84e)
* union is better to avoid problems with pointersSimo Sorce2002-11-111-21/+27
| | | | (This used to be commit 1645567db3e85151c139115fdc1238149ccf33a2)
* First cut of fix for changenotify on a print server handle. Use the ↵Jeremy Allison2002-11-102-54/+109
| | | | | | | | connections tdb with an snum of -1 and a special printername. Jeremy. (This used to be commit 940b04ddfa87acc939911e3fe76496e3c4675632)
* Print the number of returned rows, not the number of fieldsJelmer Vernooij2002-11-101-2/+2
| | | | (This used to be commit f4110a0f80a4f62d548b6d6cae81692476ef85ba)
* Add $(POPT_LIB_OBJ) to PROTO_OBJJelmer Vernooij2002-11-101-1/+1
| | | | (This used to be commit ba34be7033bced52eabf4e0b367a32a5196ef127)
* Add example for MySQLJelmer Vernooij2002-11-102-0/+46
| | | | (This used to be commit de136d294fce59bdc4d0a65d35071c2837ef92a5)
* consolidate error mapping functions into a single fileSimo Sorce2002-11-103-76/+56
| | | | (This used to be commit 80086728f2b0d5d56a8ed9e427cba36898d68fc7)
* Fix for scalable printing noticed by tpot. Don't loop infinatelyJeremy Allison2002-11-101-13/+36
| | | | | | when holding a mutex.... :-). Jeremy. (This used to be commit c206643baaae64cef38f2f74e46337d35a489ca9)
* make sure we don't try to decode any null password buffers during aAndrew Tridgell2002-11-101-11/+30
| | | | | | SAM sync. This copes with both unset passwords from NT4 DCs and the null passwords you get from w2k domains. (This used to be commit 20c1cd86aca8040c1fe7497b84bb546526676e48)
* make sure that if kerberos fails we can fall back on NTLMSSP for SASLAndrew Tridgell2002-11-101-2/+5
| | | | (This used to be commit 69dba08c40c9739137b4f01d38be5228edc6dd6e)
* Kill append_log from smbmount (thanks vance for reminding me).Andrew Bartlett2002-11-091-2/+0
| | | | | Andrew Bartlett (This used to be commit 7501b2a51835bae005d2ac015c3a428eaadce032)
* Add net help join text, from Steve Langasek.Jim McDonough2002-11-091-15/+32
| | | | | | | | Also update the other commands to his correct example of [<method>], since it is optional. Thanks, Steve. (This used to be commit 9fc12e6cb23aa34b2542252b2a05d8a17b8172ce)
* deldriver fixGerald Carter2002-11-093-6/+18
| | | | (This used to be commit f20de1f9b0dcac15fbf968e6d5d5af2fdd5fbda1)
* re-enable ffpcn on print server handleGerald Carter2002-11-091-1/+1
| | | | (This used to be commit e87829b4942237de542d21051092fee069a9c73d)
* remove accidental debug code..Gerald Carter2002-11-091-4/+0
| | | | (This used to be commit d422a51b3a076b6398f7b755d16319d9e7c48c75)
* Fix bug found by tpot with given password server.Jeremy Allison2002-11-091-1/+1
| | | | | Jeremy. (This used to be commit 90ac8184a0ae1f702d39f947ef5267765f3d2f88)
* Add chainlock_read functions to get a read lock. Used in *massively*Jeremy Allison2002-11-092-5/+50
| | | | | | contended tdb's (and I've got one :-). Jeremy. (This used to be commit 064fa201ab73f476a168c40c2b227507e7342ec4)
* Fix bug where not specifying '-S PDC' in 'net join' would cause it to attemptAndrew Bartlett2002-11-091-0/+1
| | | | | | | to contact a random IP address. Andrew Bartlett (This used to be commit e6837a85605f258da1fa9ac7ad329bc62392f29a)
* Rewrite all the packing stuff so that it converts 'f' strings to CP850Martin Pool2002-11-091-174/+274
| | | | | | | | | on encoding. (Tough luck if your Samba codepage is not 850.) It's much cleaner and possibly more efficient now too: just build one big list of strings, then zip it up at the end. Still need to do this for unpacking. (This used to be commit 2480d385db0527b71cc5cd23c4fab4655df84485)
* defunct winbindd fix from APP_HEADGerald Carter2002-11-081-2/+7
| | | | (This used to be commit 488e985caa0b0e3e2a6665eb2515a2c99745d861)
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-085-36/+2
| | | | | | | | | append writes. (blessed by jra) Andrew Bartlett (This used to be commit 81633064dd196c40541ecece8def51745f514646)
* Make smbpasswd use the group mapping, and fix spelling in ldapsam.Andrew Bartlett2002-11-082-30/+38
| | | | | | | This gets user mangler for doamins working again. Andrew Bartlett (This used to be commit 205209f77f154a2a5d5f7a255194d7953860a4db)
* Make it easier to track things down here - add some debugs on failure.Andrew Bartlett2002-11-081-0/+2
| | | | (This used to be commit 62ee7b7dc08e7be261211de8f85b8e9be4df7b54)
* Make smbpasswd tell people to use 'net join', not 'net rpc join' now we haveAndrew Bartlett2002-11-081-1/+1
| | | | | the automagic detection. (This used to be commit a066bed5a4855dac955bf0bd7630939220314cfe)
* Add enumdataex commandJim McDonough2002-11-081-0/+80
| | | | (This used to be commit 6d1d2849a7b2f99d927ba168ed2d01a879b09e69)
* Implement enumdata commandJim McDonough2002-11-081-2/+85
| | | | (This used to be commit a22fdf26fef0cd58c84ca13891a762e3fdc6af8b)
* Add enumkey command (EnumPrinterKey api)Jim McDonough2002-11-081-0/+76
| | | | (This used to be commit a2e17d4344f996b64cd9c4f01b6b15c069fde41b)
* patches from UrbanGerald Carter2002-11-082-0/+5
| | | | (This used to be commit da269a73edb7f637b1e1f8b3dafe677f46f66f85)
* Don't set global_machine_password_needs_changing ifTim Potter2002-11-081-4/+6
| | | | | lp_machine_password_timeout() is set to zero. (This used to be commit 0fa87a68fea8b12242f644605aab7c2f81c1a4df)
* Fix crash bug with overwriting memory.Jeremy Allison2002-11-071-5/+3
| | | | | Jeremy. (This used to be commit 9b08b4e4c24290e5d90a7cc2dc442cb82e73df28)
* Make append_log work againJelmer Vernooij2002-11-071-0/+3
| | | | (This used to be commit 2fd496b49f76e3b593fb60fb2523a044a3814125)
* Back out lp_modules() check - this one got in by accident when I added ↵Jelmer Vernooij2002-11-071-6/+0
| | | | | | poptSetOtherOptions (This used to be commit d7388b3e1e33a3514007e0e0b508469cb1ebed64)
* Fix small typoJelmer Vernooij2002-11-071-1/+1
| | | | (This used to be commit 3c39bd9db09c59f149d77e371ed078cd7ec2d1b4)
* What is wrong with you, Jim? Check in the final version, not an interim one...Jim McDonough2002-11-071-139/+17
| | | | (This used to be commit 1fd6d34526e577b8a5463e3abcfb8fc3682e6473)
* Fix the build.Jim McDonough2002-11-071-1/+4
| | | | | | | Build farm! Build farm! Please check the build farm! ...or at least run make torture. (This used to be commit 163ac344012d4520000f2ca91da50a379c7f288d)
* Allow multiple fragment RPC's to be sent.Jim McDonough2002-11-071-18/+175
| | | | (This used to be commit d423e6424bc3c61281ad30cd1c66540b522b5d3e)
* Stop using hardcoded transact commandsJim McDonough2002-11-071-3/+3
| | | | (This used to be commit ec0d94b4dd8409e6bf114d013f23a52f0fc11a69)
* Add smbtrans subcommands so we can stop hardcoding themJim McDonough2002-11-071-0/+5
| | | | (This used to be commit 759bcd881dd259d5ad43715f6979c5282b094d52)
* Remove lp_security() checks for winbindd as this is how we act as a PDC.Tim Potter2002-11-071-6/+0
| | | | | Keep the rest of the cleanups though. (This used to be commit f0a1177acf82fceb174df1852d87a6e16d63fd63)
* Keeping branches in sync....Jeremy Allison2002-11-071-1/+2
| | | | | Jeremy. (This used to be commit ceb01b5ab1eed6e89d66687681ff3325a21e6b88)
* fixed some formatting errors and improved some debug statements inAndrew Tridgell2002-11-071-7/+11
| | | | | 'net rpc vampire' (This used to be commit 1526b3b19e0be5926977d3eb1e642330bfeba5a2)
* when doing a 'net rpc vampire' a pdb_init_sam_pw() is used to create aAndrew Tridgell2002-11-071-0/+3
| | | | | | | | | | | sam account object, then pdb_update_sam_account() can be used to update an account. This code path could lead to the methods element of the account being used when uninitialised (leading to a segv) Easiest fix is to always make that that when creating a sam_account object we initialise the methods to null, so that the passdb code knows that it needs to be filled in. (This used to be commit fb79fa5a31c2fa8ebdcddbc49b1d9c1aa3059691)
* Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-0713-67/+370
| | | | | | | | Also tidied up some of Richard's code (I don't think he uses the compiler flags -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual like I do :-) :-). Jeremy. (This used to be commit 10024ed06e9d91f24fdc78d59eef2f76bf395438)
* Call winbindd_param_init() earlier on in the piece so we don't get stuck inTim Potter2002-11-072-15/+22
| | | | | | | the holding pattern when started up when security = user or security = ads. Clean up return value of winbindd_common_init() - what a mess! (This used to be commit 8a6d37752182e0de7fd04b2c31f90e145dde783b)