summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-08-26Fix for #150.Alexander Bokovoy4-13/+436
We now fallback to Samba-provided CP850 charset module if CP850 or IBM850 does not exist on target system at runtime. 1. Introduce CP850 charset module based on charmaps table from GNU libc 2.2.5 2. Make CP850 charset module shared and build it by default Should fix Solaris run-time (This used to be commit e855dc8c9115fa11d315eb34d57722ff612daa11)
2003-08-26sync with changes from Jerome Tournier @ IDEALX; should now work with ↵Gerald Carter13-511/+682
sambaSamAccount schema (This used to be commit 5f41cd76b793305e1e9e4da76d58daa2d8438c63)
2003-08-26include enhancements from Buchan Milne to generate LDIF modify output in ↵Gerald Carter1-11/+114
addition to add (This used to be commit 49457669f32ed1d8122633e2d0abdebaf05790da)
2003-08-26adding some debugs while tracking down a bugGerald Carter1-0/+5
(This used to be commit 627ff578613b8762415cc03cbbaff68e70f96dbf)
2003-08-25make sure we keep the trusted domain cache up to dateGerald Carter2-10/+33
(This used to be commit 3324adcaceb9191b5d4d671ac9b51c85c6714598)
2003-08-25update python libraries for new cli_spoolss_getprinterdriver() callGerald Carter1-2/+3
(This used to be commit 331a69919c3d4457e4c700b1fd4033f338d0ec98)
2003-08-25run autogen when making a tarballGerald Carter1-0/+3
(This used to be commit d9d50b6cfe6525ccd0173394fd17e545440ecfa8)
2003-08-25ignore generated smbadduserGerald Carter1-0/+1
(This used to be commit bef5ad0dea18fd1aea3421adc3de2609b1cf2eb1)
2003-08-25fix bug 289; make sure to reset the offset into a string when reallocating spaceGerald Carter1-1/+2
(This used to be commit 66dd20c7eaa66abdf99fa57475ccc4c9f978f1b5)
2003-08-25fix bugs 327 & 340; make sure pam_smbpass.so gets linked with all the ↵Gerald Carter1-2/+2
neccessary files & libs (This used to be commit e52f95d681ef2263166f5468f2a3f068b67915b7)
2003-08-25fix bug #39; save the -W value and restore it after lp_load()Gerald Carter1-1/+18
(This used to be commit 79efe7d72ba503b58c8ad3b9b1c711f5ebb33521)
2003-08-25make sure the printer data value exists before saying you deleted itGerald Carter1-0/+5
(This used to be commit 017133ea0c3eb0579710727379585df2b585614d)
2003-08-25Fix memleak.Volker Lendecke1-1/+3
(This used to be commit afbf15f94189f50cd447d9bcdebbc4886800b05a)
2003-08-25Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.Volker Lendecke1-1/+2
(This used to be commit 97e4778103744419ecaeb0058460041ef01b2e2a)
2003-08-23it never amazes me when some new things crawls out of the windowsGerald Carter3-2/+13
spooler. :-( When installing the Adobe PS driver onto a Samba printer via cupsaddsmb, I noticed a WIN2k client sending DeletePrinterData("DependentFiles") pver and over. I also noticed that we never checked to see if the value was valid. No now we do and return WERR_BADFILE which I think is correct. Next, I noticed that we never wrote the updated printer out to disk after a succesfully DeletePrinterData[Ex](). Finally, I found a driver (Canon BJC 1000 using the Adobe PS drivers and foomatic PPD file) that was destroying the device name string in the devmode. So now get_a_printer_2() always writes out the device name in \\server\share form. I think these changes might fix bug 294. (This used to be commit deb25780874b66e68ac597db24fbc50e7f7458b5)
2003-08-23Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison12-2176/+2088
converted to pull/push_ascii. This will not work right at the moment for non English codepages, but compiles - I will finish the work over the weekend. Then nmbd should be completely codepage correct. Jeremy. (This used to be commit 236d6adadf32397b28028ea82ae2ec027366f7c8)
2003-08-22struct nmb_name should have 16 byte namestrings, not 17.Jeremy Allison1-3/+3
Jeremy. (This used to be commit daf7b5fbd93c640c7660bdf173079fa1039794af)
2003-08-22Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison2-2/+2
wins hook is called with unix charset. Jeremy. (This used to be commit ecb80573870103de7b3f332fb53bf6b952f25ee7)
2003-08-22* Fix for bug 290:Gerald Carter3-6/+16
smbadduser must obeys the paths from configure options * Try to get libsmbclient files installed during 'make install' Still one outstanding problem with static lib. INSTALLCLIENTCMD_A is not getting set correctly. (This used to be commit 50ab28bd2524187b851732176553382fb811a051)
2003-08-22add a quick script to create a tarball for CVS snapshotsGerald Carter1-0/+40
(This used to be commit 9ef4abcd490c3343069d7cbf5752dec212530d4f)
2003-08-22fixing some packaging stuff for SolarisGerald Carter2-10/+6
(This used to be commit b0d3f40ffe666f768f5ec0d93b84488148b5527e)
2003-08-22don't complain if the using_samba book is not in the treeGerald Carter1-12/+3
(This used to be commit 20603faf2c6e37b1db139cdbbfd4131cb5c33869)
2003-08-22revert abartet's change that removed the check for CAP_EXTENDED_SECURITY ↵Gerald Carter1-2/+2
when decidiing whether or not use ntlmv2 in client connections (This used to be commit 6e82c9fdf9c1db6feec319b4550b07cbfad4defb)
2003-08-22fix compile problem (stray character)Gerald Carter1-1/+1
(This used to be commit 9554a661c2400e9148f7572e4de20064faea5f2a)
2003-08-22ensure that 'available = no' works for [homes]; reported by Walter HaidingerGerald Carter1-3/+1
(This used to be commit 1278d2496162c6427729a795dd940b9863261a6d)
2003-08-22Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison2-21/+16
Jeremy. (This used to be commit eb792727437c74417f5ef7614b300ab84f06fdaf)
2003-08-22Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displayingJeremy Allison1-1/+1
a printable name on node status. Jeremy. (This used to be commit 6585446afd29768fde8c3f882bfb57554cf4e4da)
2003-08-21Shut conversion errors up when initialising tables.Jeremy Allison1-12/+24
Jeremy. (This used to be commit 94d0f888c9abd52e26ef5fc597ade5426a521227)
2003-08-21define SYSV for IRIXHerb Lewis1-0/+1
(This used to be commit f4e47012ff9704d85e017bfbc0b13030e8f5dee8)
2003-08-21fix bug 327; make sure to link SMBLDAP_OBJ with PAM_SMBPASS_OBJGerald Carter1-1/+1
(This used to be commit b7ccfb1592e45366bef92ea6439f81797840ec28)
2003-08-21fix for BUG 245; make sure we set the sid type when falling back to the rid ↵Gerald Carter1-1/+7
algorithm stuff (This used to be commit f6363aa31aa3479a9566328752ecb4aeadde10b7)
2003-08-21update for new version.h formatHerb Lewis1-5/+11
(This used to be commit 523f2554c0fa8512d805b5f8e1fb122c02f856f2)
2003-08-21Keep list of ignored and shared modulesJelmer Vernooij1-0/+2
(This used to be commit d0f394dac344edbb732eecdba5fbab1523acf2b3)
2003-08-21adding note about change in 'unix extensions' behaviorGerald Carter1-0/+1
(This used to be commit 71dc428fbef10a3d6e7c8463119f1a290ccdaa42)
2003-08-21packaging fix for winbind NSS libraries from Brian KingGerald Carter1-0/+10
(This used to be commit 04369b39897aec899957fb08665959b530ff9210)
2003-08-21remove unneedced scriptGerald Carter1-102/+0
(This used to be commit 9c9cc30093b141d07d79c3cddb2ff663e7a7ac80)
2003-08-21actually check in the fix for make tortureGerald Carter1-2/+2
(This used to be commit 4d49ebf7138f1e27c39b511f7f0417bfb146fc26)
2003-08-21Ignore only getdate.* in modules/, not the whole directory. Fixes static ↵Alexander Bokovoy1-1/+1
builds of modules (This used to be commit df6eeca5f6ddd1345d77a0efd64afc0d861d978c)
2003-08-21Checkin cifs vfs manpageSteve French1-0/+170
(This used to be commit ada291956a3d7fd9225921d065fe7d4f73b1862e)
2003-08-21Unix extensions now default to on.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 343d361d4c963fab2686eb23cf76603c63e7968e)
2003-08-21Turn UNIX extensions on by default. Yes I will change the docs :-).Jeremy Allison1-1/+1
Jeremy. (This used to be commit 17b09eed96fa2793a5947fa811e8543a1b263d6f)
2003-08-20Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison3-36/+94
conversion simply copy as is. Also fixed the horrid malloc-twice-copy code in the convert alloc path. Jeremy. (This used to be commit cfde7477fd12caef943a9422b52174438092a135)
2003-08-20adding old NDS schema so I can update itGerald Carter1-0/+201
(This used to be commit 25753e2a336a72dc2275a0046003c3a659a0f880)
2003-08-20checlking in initial version of 2.2 scripts so I can start updating themGerald Carter35-0/+6143
(This used to be commit 766a5070d58ada7a871a7fab45b5f7e203264952)
2003-08-20metze's autogenerate patch for version.hGerald Carter25-24/+298
(This used to be commit ae452e51b02672a56adf18aa7a7e365eeaba9272)
2003-08-20fix comments about schema dependenciesGerald Carter1-3/+4
(This used to be commit f72f51d39ff3e6d22dbda8b9c115ca10e93e7022)
2003-08-20Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAINGerald Carter4-34/+93
call. (This used to be commit dd2cf4897ec3db25c24a2724ffdef4f905625f6a)
2003-08-20Add log2pcap to ignorefileJelmer Vernooij1-0/+1
(This used to be commit 9c3afa1c8520133b6c17116cfbffffa85e5e250b)
2003-08-20Add W2k Deploy HOWTOJelmer Vernooij1-0/+7
(This used to be commit 3a272ba3a25a70bac4b6319de6ad1c07d87a1934)
2003-08-20Make compiling vfs_readonly static possibleJelmer Vernooij1-1/+1
(This used to be commit b8ef536b9e62ceeed6c4db58923a66ba8506871d)