summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* Typo fix.Rafal Szczesniak2003-08-271-1/+1
| | | | (This used to be commit 934fb418a3a3628ee4cde699df872bc1035fc769)
* remove 'ldap trust ids' since there was no way for it to work nowGerald Carter2003-08-272-3/+5
| | | | (This used to be commit 3724063f1518c25e33ba6b65cd3bb1e36cec51fa)
* Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter2003-08-274-467/+493
| | | | | | | | | pam_smbpass.so will load ok. Had to move some functions around to work around dependency problems (hence the new passdb/lookup_sid.c) Also make sure that libsmbclient.a is built and installed when we support shared libraries. (This used to be commit 780055f4422f11fb0524ac1f003cdc5f317f8b19)
* renaming some functions for consistencyGerald Carter2003-08-272-10/+10
| | | | (This used to be commit f4ca4aae8ad0496b76c710cf79c791724bdaa4ec)
* Fix to properly set AP_OPTS_SUBKEY in heimdal. In MIT it is a #define, butJim McDonough2003-08-272-1/+13
| | | | | | | | in heimdal it is an enum. Thanks to Guenther Deschner (gd@suse.de). With this join will work, but without a keytab, cifs connections will still fail with heimdal. Fix to come later. (This used to be commit d30bef4c37e8203c273eb3852215a89348bece7a)
* Add CAP VFS module from Monyo. Primary purpose of this module is to provide ↵Alexander Bokovoy2003-08-274-7/+470
| | | | | | CAP-compatible encoded file names for CJKV (This used to be commit e8a5a962ed2218144cbb9c593d8e996c7d034b0c)
* Check for embedded mb chars when testing for illegal characters like /.Jeremy Allison2003-08-271-1/+23
| | | | | | Should fix mangling for Japanese language. Jeremy. (This used to be commit a238bcc440e310a9ea7800e4fb0b4d39c1f0a0d7)
* Fix initial debug.Jeremy Allison2003-08-271-1/+1
| | | | | Jeremy. (This used to be commit bd40da06352184ed1c4bcaf3449dcdc7fdc59bbd)
* Ignore smbiconv binary as wellAlexander Bokovoy2003-08-271-0/+1
| | | | (This used to be commit eea27b9a9cc749b3a67f2ced36ab72586a3905a1)
* Remove completely unneeded malloc/free out of this codepath.Jeremy Allison2003-08-271-12/+11
| | | | | Jeremy. (This used to be commit fda254169778cc3fa9c226473b5a1f95c17c99a7)
* Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison2003-08-278-25/+24
| | | | | Jeremy. (This used to be commit be534c8adf6c3cb8921ce49dbb79991c632d501e)
* fix segfault on empty wins server name registration replyGerald Carter2003-08-271-2/+4
| | | | (This used to be commit 743560284cebd686be1094ce1d657e6d06c291b0)
* Be consistent about using capital letters in the function names. (The onlyPaul Green2003-08-271-5/+5
| | | | | | one that really matters is the init entrypoint, but I changed the others to remain consistent). (This used to be commit ce0469ad1c01b36d3f0000756f6917478df37d02)
* fix bug 230; make sure to set #define SYSV for solaris; do this outside of ↵Gerald Carter2003-08-271-1/+9
| | | | | | the checks for shared library support (move the IRIX define as well) (This used to be commit 42d9b75d8c6ab61afd3b399ab485da6733af5bd2)
* Fix typo in configure.in for libsmbclientAlexander Bokovoy2003-08-271-1/+1
| | | | (This used to be commit 302da352a2f7f23c39ab97076505b5297ffdbe8d)
* Print an error instead of crashing if no argument is specified forTim Potter2003-08-271-0/+4
| | | | | | | smbclient -T Fixes bug 345. (This used to be commit a46e58e2b6e3d9526012d6a2d903163a3373fa59)
* Update last scan time in rescan_trusted_domains().Tim Potter2003-08-271-0/+2
| | | | | Fix from Ken Cross. (This used to be commit 45775b48a0d91390aa698b750d59cda0150cfbd0)
* Undo SYSV define for Solaris. Things are more complicated than theyTim Potter2003-08-271-1/+0
| | | | | | | | appear. (-: I've closed bug 355 as a duplicate of bug 230 which is still a going concern. (This used to be commit dfb5050b7732836ade12beba27a88c5e8c1a1b95)
* Follow on from herb's patch for 1.300.2.145 - define SYSV for solaris to fixTim Potter2003-08-271-0/+1
| | | | | | | | | | vendor supplied lp printing (bug #355). For some reason this is not being set in Samba 3. In Samba 2.2 the SYSV define was only set from include/includes.h in a haphazard fashion. It's probably better to explicitly define it on a per-operating system basis anyway. (This used to be commit e653e13f45c3fa3c2cac792d78e47a2ee0df2b5a)
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-2723-5745/+5337
| | | | | | | | iconv wasn't re-initialised on reading of "charset" parameters. This caused workgroup name to be set incorrectly if it contained an extended character. Jeremy. (This used to be commit 84ae44678a6c59c999bc1023fdd9b7ad87f4ec18)
* Fix for #150.Alexander Bokovoy2003-08-264-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)
* adding some debugs while tracking down a bugGerald Carter2003-08-261-0/+5
| | | | (This used to be commit 627ff578613b8762415cc03cbbaff68e70f96dbf)
* make sure we keep the trusted domain cache up to dateGerald Carter2003-08-252-10/+33
| | | | (This used to be commit 3324adcaceb9191b5d4d671ac9b51c85c6714598)
* update python libraries for new cli_spoolss_getprinterdriver() callGerald Carter2003-08-251-2/+3
| | | | (This used to be commit 331a69919c3d4457e4c700b1fd4033f338d0ec98)
* ignore generated smbadduserGerald Carter2003-08-251-0/+1
| | | | (This used to be commit bef5ad0dea18fd1aea3421adc3de2609b1cf2eb1)
* fix bug 289; make sure to reset the offset into a string when reallocating spaceGerald Carter2003-08-251-1/+2
| | | | (This used to be commit 66dd20c7eaa66abdf99fa57475ccc4c9f978f1b5)
* fix bugs 327 & 340; make sure pam_smbpass.so gets linked with all the ↵Gerald Carter2003-08-251-2/+2
| | | | | | neccessary files & libs (This used to be commit e52f95d681ef2263166f5468f2a3f068b67915b7)
* fix bug #39; save the -W value and restore it after lp_load()Gerald Carter2003-08-251-1/+18
| | | | (This used to be commit 79efe7d72ba503b58c8ad3b9b1c711f5ebb33521)
* make sure the printer data value exists before saying you deleted itGerald Carter2003-08-251-0/+5
| | | | (This used to be commit 017133ea0c3eb0579710727379585df2b585614d)
* Fix memleak.Volker Lendecke2003-08-251-1/+3
| | | | (This used to be commit afbf15f94189f50cd447d9bcdebbc4886800b05a)
* Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.Volker Lendecke2003-08-251-1/+2
| | | | (This used to be commit 97e4778103744419ecaeb0058460041ef01b2e2a)
* it never amazes me when some new things crawls out of the windowsGerald Carter2003-08-233-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)
* Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison2003-08-2312-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)
* struct nmb_name should have 16 byte namestrings, not 17.Jeremy Allison2003-08-221-3/+3
| | | | | Jeremy. (This used to be commit daf7b5fbd93c640c7660bdf173079fa1039794af)
* Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison2003-08-222-2/+2
| | | | | | wins hook is called with unix charset. Jeremy. (This used to be commit ecb80573870103de7b3f332fb53bf6b952f25ee7)
* * Fix for bug 290:Gerald Carter2003-08-223-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)
* don't complain if the using_samba book is not in the treeGerald Carter2003-08-221-12/+3
| | | | (This used to be commit 20603faf2c6e37b1db139cdbbfd4131cb5c33869)
* revert abartet's change that removed the check for CAP_EXTENDED_SECURITY ↵Gerald Carter2003-08-221-2/+2
| | | | | | when decidiing whether or not use ntlmv2 in client connections (This used to be commit 6e82c9fdf9c1db6feec319b4550b07cbfad4defb)
* fix compile problem (stray character)Gerald Carter2003-08-221-1/+1
| | | | (This used to be commit 9554a661c2400e9148f7572e4de20064faea5f2a)
* ensure that 'available = no' works for [homes]; reported by Walter HaidingerGerald Carter2003-08-221-3/+1
| | | | (This used to be commit 1278d2496162c6427729a795dd940b9863261a6d)
* Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison2003-08-222-21/+16
| | | | | Jeremy. (This used to be commit eb792727437c74417f5ef7614b300ab84f06fdaf)
* Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displayingJeremy Allison2003-08-221-1/+1
| | | | | | a printable name on node status. Jeremy. (This used to be commit 6585446afd29768fde8c3f882bfb57554cf4e4da)
* Shut conversion errors up when initialising tables.Jeremy Allison2003-08-211-12/+24
| | | | | Jeremy. (This used to be commit 94d0f888c9abd52e26ef5fc597ade5426a521227)
* define SYSV for IRIXHerb Lewis2003-08-211-0/+1
| | | | (This used to be commit f4e47012ff9704d85e017bfbc0b13030e8f5dee8)
* fix bug 327; make sure to link SMBLDAP_OBJ with PAM_SMBPASS_OBJGerald Carter2003-08-211-1/+1
| | | | (This used to be commit b7ccfb1592e45366bef92ea6439f81797840ec28)
* fix for BUG 245; make sure we set the sid type when falling back to the rid ↵Gerald Carter2003-08-211-1/+7
| | | | | | algorithm stuff (This used to be commit f6363aa31aa3479a9566328752ecb4aeadde10b7)
* Keep list of ignored and shared modulesJelmer Vernooij2003-08-211-0/+2
| | | | (This used to be commit d0f394dac344edbb732eecdba5fbab1523acf2b3)
* remove unneedced scriptGerald Carter2003-08-211-102/+0
| | | | (This used to be commit 9c9cc30093b141d07d79c3cddb2ff663e7a7ac80)
* actually check in the fix for make tortureGerald Carter2003-08-211-2/+2
| | | | (This used to be commit 4d49ebf7138f1e27c39b511f7f0417bfb146fc26)
* Ignore only getdate.* in modules/, not the whole directory. Fixes static ↵Alexander Bokovoy2003-08-211-1/+1
| | | | | | builds of modules (This used to be commit df6eeca5f6ddd1345d77a0efd64afc0d861d978c)