summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-11-102-0/+46
|\ | | | | | | used to be commit 37ca4bbf0c7895e3a17544e3ac6d316034424f3d)
| * 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)
* | Remove testsmbc.c from source/ in 3.0 as well. It's already in examples/Jelmer Vernooij2002-11-101-455/+0
| | | | | | | | (This used to be commit c1b3cffb3f2087cfb4848ebca72e482c79ac0b6f)
* | sync with headSimo Sorce2002-11-103-76/+57
| | | | | | | | | | | | was: consolidate alla error mapping functions in one file (This used to be commit 2c9e8b79d94e3276e9eb9bd676af0a68ee3908ff)
* | After the lord mayors parade......Jeremy Allison2002-11-102-13/+39
| | | | | | | | | | | | Janitor for tridge :-). Jeremy. (This used to be commit 76cdfbd5107fff0c38f5fc339f1c27b33fec3a91)
* | 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 7e7b40e0fe1302ae416247c70d8d76bd82ec3474)
* | Back out some of my sync changesJelmer Vernooij2002-11-094-59/+7
| | | | | | | | (This used to be commit b1ad91101d10d1fa635cfbb1684f8b598280cee0)
* | Merge append_log fix from HEADAndrew Bartlett2002-11-091-2/+0
| | | | | | | | (This used to be commit 2e338654170cecf5cc46b75958242a4732e1cd3f)
* | 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 307d942ccdff01e471e7fe3fa66d5cc21cecf64d)
* | Last sync with HEADJelmer Vernooij2002-11-098-164/+684
| | | | | | | | (This used to be commit 1175b62337f5c29954cd5e8dfdc2327c9c80748c)
* | Sync with HEADJelmer Vernooij2002-11-0911-125/+517
| | | | | | | | (This used to be commit 1a25dc776ddc36de9a214e023becff1ceb10290c)
* | Start sync with HEADJelmer Vernooij2002-11-090-0/+0
| | | | | | | | (This used to be commit eac350e09f5cdcf1b6ec1a3b7cde2c9aa3268143)
* | deldriver fixGerald Carter2002-11-093-6/+18
| | | | | | | | (This used to be commit 78ff2cc34aedaf82d965a71e0c9dfdeb86a90fdd)
* | re-enable ffpcn on print server handleGerald Carter2002-11-091-1/+1
| | | | | | | | (This used to be commit 47a0c68fa9e98ab761e609d889894db1de9520db)
* | remove accidental debug code.Gerald Carter2002-11-091-4/+0
| | | | | | | | (This used to be commit 9bba2199e3127c8a7bcb3143d962a6660c125d88)
* | Fix bug found by tpot with given password server.Jeremy Allison2002-11-091-1/+1
| | | | | | | | | | Jeremy. (This used to be commit d46b4cb563850c77ee23b95df35a7f752a235d35)
* | 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 d4b795e6a451d9abaa4a928cf5d34e12b2babc2d)
* | Merge fix for uninitialised IP variable from HEADAndrew Bartlett2002-11-091-0/+1
| | | | | | | | (This used to be commit e3310ac832f78f08d6ec6421222a651efe8767a6)
* | fix for defunct winbindd from APP_HEADGerald Carter2002-11-081-2/+7
| | | | | | | | (This used to be commit 856678d69fac9849c689c485fc727fca300eb152)
* | Merge from HEAD:Andrew Bartlett2002-11-087-46/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - change auth_sam to use the initialisation flags to determine if the password attributes are set - add const to secrets.c, cliconnect.c - passdb: fix spelling in pdb_ldap, add group mapping back to smbpasswd - SAMR: add debugs to show what fails for group enum. Andrew Bartlett (This used to be commit 4e74d00b3634abf52aa24bfaa6dbe88202aa57a1)
* | Add enumdataex commandJim McDonough2002-11-081-0/+80
| | | | | | | | (This used to be commit 932a5012731b133d49d1c2d6b28f15e4480ddf53)
* | Remove Faxing.txt no longer exits.John Terpstra2002-11-081-16/+0
| | | | | | | | (This used to be commit baf87ed796d2e2141930a75555d6c3a3fe3130a5)
* | Implement enumdata commandJim McDonough2002-11-081-2/+85
| | | | | | | | (This used to be commit 33ffe07e053082f5edfd65b43f431a8d09d4ae0e)
* | Sync with HEAD to get enumprinterkey api.Jim McDonough2002-11-082-0/+129
| | | | | | | | (This used to be commit f6e21ba4c724f77586ef428f82126d209b0a9607)