summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Just reorder functions to put related ones togetherMartin Pool2002-11-121-40/+38
| | | | | | | | (This used to be commit 7863c948b73785e49d04227e87d8b4b47fd61f58)
| * Remove dead code for packing buffers which has now been reimplemented.Martin Pool2002-11-121-94/+0
| | | | | | | | (This used to be commit 001779dffd18e1f6a83496c94ead185d4bb42204)
| * Remove dead code for packing buffers which has now been reimplemented.Martin Pool2002-11-121-36/+0
| | | | | | | | (This used to be commit 62ca27d140d55cbb271b97624023540ae7c18882)
| * Remove non-integer Pointer values, which are no longer supported.Martin Pool2002-11-121-2/+0
| | | | | | | | (This used to be commit 4a18526257ec4582679efa7a21d0b31ad07992fb)
| * Don't throw out WEIRD - yet (I committed my local changes together with my ↵Jelmer Vernooij2002-11-121-0/+108
| | | | | | | | | | | | last fix. D'oh!) (This used to be commit 5191719eeec7062118da2be3aefe35d065e97900)
| * Fix segfault with high debug levelsJelmer Vernooij2002-11-121-109/+1
| | | | | | | | (This used to be commit a20676bc05f50bb89a55e67efef579eaaeac3f72)
| * Add smb_register_charset() and use itJelmer Vernooij2002-11-122-33/+81
| | | | | | | | (This used to be commit 8b654658759a145c5c8aabb3c82220a70f70c3f7)
| * Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
| | | | | | | | | | | | done on ucs2 strings. Jeremy. (This used to be commit 205e8f03015dd533ae62753f2098505f1231e3e4)
| * 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)
* | There is support for the cups printing system now as wellJelmer Vernooij2002-11-141-1/+1
| | | | | | | | (This used to be commit 72e0cfbb42b474404a2f8040f84d3136d8abc97c)
* | Remove #ifdef's for NISPLUS_SAM - there are no function name collisions anymoreJelmer Vernooij2002-11-141-4/+0
| | | | | | | | (This used to be commit 32c93921b01b5d28a2f5837026aad2445a0ece03)
* | small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't ↵Jelmer Vernooij2002-11-134-0/+123
| | | | | | | | | | | | exist (e.g. in SuSE 8.1) (by Metze) (This used to be commit da8794afe8ca8f454937f06d1c43cc5d844b6037)
* | Fix smbwrapper from global* changes.Jeremy Allison2002-11-132-4/+4
| | | | | | | | | | Jeremy. (This used to be commit fcbf865162562e359ca4be44a689506d54636e18)
* | Merge from HEADAndrew Bartlett2002-11-133-471/+1637
| | | | | | | | | | | | - make configure check for the location of Heimdal KRB5 on suse systems - fix libsmbclient for new global_myname() (This used to be commit 111b0405cf8c95da5c927f31e5db7fd51c590b1f)
* | Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison2002-11-131-1/+1
| | | | | | | | | | | | to ensure the malloc is done. Jeremy. (This used to be commit 57f7ab45b783f64a3f3337a893ba3ddef953c133)
* | Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough2002-11-131-2/+1
| | | | | | | | (This used to be commit 79a0f2c2519b0503a8323fd0babfd18ec59b8d5e)
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-12102-1895/+1662
| | | | | | | | | | | | | | dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy. (This used to be commit f755711df8f74f9b8e8c1a2b0d07d02a931eeb89)
* | Updated build spec file - removed make_printerdef and modified DESTDIR handlingJohn Terpstra2002-11-121-19/+10
| | | | | | | | | | to work with new DESTDIR in Makefile. (This used to be commit ea4d122a8591288221e6f92a4182de82ab0b51e7)
* | Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
| | | | | | | | | | | | done on ucs2 strings. Jeremy. (This used to be commit 9a6c6946193289eac5b91fe6fd236c0742ec6f8c)
* | 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 62a19247d31b1e5b81767880182b40ba396b261a)
* | Improve DEBUG output somewhat moreJelmer Vernooij2002-11-111-2/+5
| | | | | | | | (This used to be commit 2cc36ce0ee8383aa8a20a8dc5a3218693dc46817)
* | Add more debug infoJelmer Vernooij2002-11-111-2/+2
| | | | | | | | (This used to be commit 065ed9783236cf1e8254655a9a1d4de937b35018)
* | Add getdata and getdataex commandsJim McDonough2002-11-111-38/+187
| | | | | | | | (This used to be commit 1bdd6397516b9f514c04099cf521fe81adad905b)
* | Fix typoJelmer Vernooij2002-11-111-1/+1
| | | | | | | | (This used to be commit ad5cb338a1e5e60116757a1c8f2fb844ad062401)
* | Sync with HEAD.Tim Potter2002-11-111-174/+274
| | | | | | | | (This used to be commit 130c1d0765502be839f87a8d0f4e47f5a3461c97)
* | 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 06b04380078ad840768a2c5a803f02669f54bc82)
* | Print the number of returned rows, not the number of fieldsJelmer Vernooij2002-11-101-2/+2
| | | | | | | | (This used to be commit cf74ddc2fcb1e7286441edb432d8906bb722a3d4)
* | Sync with HEADJelmer Vernooij2002-11-109-1757/+0
| | | | | | | | (This used to be commit b6359c585a563f9694d8afacd43329dece6af500)
* | 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)