summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
* sync with changes from Jerome Tournier @ IDEALX; should now work with ↵Gerald Carter2003-08-2613-511/+682
| | | | sambaSamAccount schema
* include enhancements from Buchan Milne to generate LDIF modify output in ↵Gerald Carter2003-08-261-11/+114
| | | | addition to add
* adding some debugs while tracking down a bugGerald Carter2003-08-261-0/+5
|
* make sure we keep the trusted domain cache up to dateGerald Carter2003-08-252-10/+33
|
* update python libraries for new cli_spoolss_getprinterdriver() callGerald Carter2003-08-251-2/+3
|
* run autogen when making a tarballGerald Carter2003-08-251-0/+3
|
* ignore generated smbadduserGerald Carter2003-08-251-0/+1
|
* fix bug 289; make sure to reset the offset into a string when reallocating spaceGerald Carter2003-08-251-1/+2
|
* fix bugs 327 & 340; make sure pam_smbpass.so gets linked with all the ↵Gerald Carter2003-08-251-2/+2
| | | | neccessary files & libs
* fix bug #39; save the -W value and restore it after lp_load()Gerald Carter2003-08-251-1/+18
|
* make sure the printer data value exists before saying you deleted itGerald Carter2003-08-251-0/+5
|
* Fix memleak.Volker Lendecke2003-08-251-1/+3
|
* Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.Volker Lendecke2003-08-251-1/+2
|
* 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.
* 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.
* struct nmb_name should have 16 byte namestrings, not 17.Jeremy Allison2003-08-221-3/+3
| | | | Jeremy.
* 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.
* * 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.
* add a quick script to create a tarball for CVS snapshotsGerald Carter2003-08-221-0/+40
|
* fixing some packaging stuff for SolarisGerald Carter2003-08-222-10/+6
|
* don't complain if the using_samba book is not in the treeGerald Carter2003-08-221-12/+3
|
* 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
* fix compile problem (stray character)Gerald Carter2003-08-221-1/+1
|
* ensure that 'available = no' works for [homes]; reported by Walter HaidingerGerald Carter2003-08-221-3/+1
|
* Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison2003-08-222-21/+16
| | | | Jeremy.
* Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displayingJeremy Allison2003-08-221-1/+1
| | | | | a printable name on node status. Jeremy.
* Shut conversion errors up when initialising tables.Jeremy Allison2003-08-211-12/+24
| | | | Jeremy.
* define SYSV for IRIXHerb Lewis2003-08-211-0/+1
|
* fix bug 327; make sure to link SMBLDAP_OBJ with PAM_SMBPASS_OBJGerald Carter2003-08-211-1/+1
|
* 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
* update for new version.h formatHerb Lewis2003-08-211-5/+11
|
* Keep list of ignored and shared modulesJelmer Vernooij2003-08-211-0/+2
|
* adding note about change in 'unix extensions' behaviorGerald Carter2003-08-211-0/+1
|
* packaging fix for winbind NSS libraries from Brian KingGerald Carter2003-08-211-0/+10
|
* remove unneedced scriptGerald Carter2003-08-211-102/+0
|
* actually check in the fix for make tortureGerald Carter2003-08-211-2/+2
|
* Ignore only getdate.* in modules/, not the whole directory. Fixes static ↵Alexander Bokovoy2003-08-211-1/+1
| | | | builds of modules
* Checkin cifs vfs manpageSteve French2003-08-211-0/+170
|
* Unix extensions now default to on.Jeremy Allison2003-08-211-1/+1
| | | | Jeremy.
* Turn UNIX extensions on by default. Yes I will change the docs :-).Jeremy Allison2003-08-211-1/+1
| | | | Jeremy.
* Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison2003-08-203-36/+94
| | | | | | conversion simply copy as is. Also fixed the horrid malloc-twice-copy code in the convert alloc path. Jeremy.
* adding old NDS schema so I can update itGerald Carter2003-08-201-0/+201
|
* checlking in initial version of 2.2 scripts so I can start updating themGerald Carter2003-08-2035-0/+6143
|
* metze's autogenerate patch for version.hGerald Carter2003-08-2025-24/+298
|
* fix comments about schema dependenciesGerald Carter2003-08-201-3/+4
|
* Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAINGerald Carter2003-08-204-34/+93
| | | | call.
* Add log2pcap to ignorefileJelmer Vernooij2003-08-201-0/+1
|
* Add W2k Deploy HOWTOJelmer Vernooij2003-08-201-0/+7
|