Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the character set handling properly in nmbd. Also fix bug where | Jeremy Allison | 2003-08-27 | 23 | -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 Bokovoy | 2003-08-26 | 4 | -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 Carter | 2003-08-26 | 13 | -511/+682 |
| | | | | sambaSamAccount schema | ||||
* | include enhancements from Buchan Milne to generate LDIF modify output in ↵ | Gerald Carter | 2003-08-26 | 1 | -11/+114 |
| | | | | addition to add | ||||
* | adding some debugs while tracking down a bug | Gerald Carter | 2003-08-26 | 1 | -0/+5 |
| | |||||
* | make sure we keep the trusted domain cache up to date | Gerald Carter | 2003-08-25 | 2 | -10/+33 |
| | |||||
* | update python libraries for new cli_spoolss_getprinterdriver() call | Gerald Carter | 2003-08-25 | 1 | -2/+3 |
| | |||||
* | run autogen when making a tarball | Gerald Carter | 2003-08-25 | 1 | -0/+3 |
| | |||||
* | ignore generated smbadduser | Gerald Carter | 2003-08-25 | 1 | -0/+1 |
| | |||||
* | fix bug 289; make sure to reset the offset into a string when reallocating space | Gerald Carter | 2003-08-25 | 1 | -1/+2 |
| | |||||
* | fix bugs 327 & 340; make sure pam_smbpass.so gets linked with all the ↵ | Gerald Carter | 2003-08-25 | 1 | -2/+2 |
| | | | | neccessary files & libs | ||||
* | fix bug #39; save the -W value and restore it after lp_load() | Gerald Carter | 2003-08-25 | 1 | -1/+18 |
| | |||||
* | make sure the printer data value exists before saying you deleted it | Gerald Carter | 2003-08-25 | 1 | -0/+5 |
| | |||||
* | Fix memleak. | Volker Lendecke | 2003-08-25 | 1 | -1/+3 |
| | |||||
* | Fix segfault. krb5_free_ticket does not check if it got a NULL ticket. | Volker Lendecke | 2003-08-25 | 1 | -1/+2 |
| | |||||
* | it never amazes me when some new things crawls out of the windows | Gerald Carter | 2003-08-23 | 3 | -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 being | Jeremy Allison | 2003-08-23 | 12 | -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 Allison | 2003-08-22 | 1 | -3/+3 |
| | | | | Jeremy. | ||||
* | Use correct size (17 not 16) when doing a push_ascii(). Ensure that | Jeremy Allison | 2003-08-22 | 2 | -2/+2 |
| | | | | | wins hook is called with unix charset. Jeremy. | ||||
* | * Fix for bug 290: | Gerald Carter | 2003-08-22 | 3 | -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 snapshots | Gerald Carter | 2003-08-22 | 1 | -0/+40 |
| | |||||
* | fixing some packaging stuff for Solaris | Gerald Carter | 2003-08-22 | 2 | -10/+6 |
| | |||||
* | don't complain if the using_samba book is not in the tree | Gerald Carter | 2003-08-22 | 1 | -12/+3 |
| | |||||
* | revert abartet's change that removed the check for CAP_EXTENDED_SECURITY ↵ | Gerald Carter | 2003-08-22 | 1 | -2/+2 |
| | | | | when decidiing whether or not use ntlmv2 in client connections | ||||
* | fix compile problem (stray character) | Gerald Carter | 2003-08-22 | 1 | -1/+1 |
| | |||||
* | ensure that 'available = no' works for [homes]; reported by Walter Haidinger | Gerald Carter | 2003-08-22 | 1 | -3/+1 |
| | |||||
* | Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX. | Jeremy Allison | 2003-08-22 | 2 | -21/+16 |
| | | | | Jeremy. | ||||
* | Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displaying | Jeremy Allison | 2003-08-22 | 1 | -1/+1 |
| | | | | | a printable name on node status. Jeremy. | ||||
* | Shut conversion errors up when initialising tables. | Jeremy Allison | 2003-08-21 | 1 | -12/+24 |
| | | | | Jeremy. | ||||
* | define SYSV for IRIX | Herb Lewis | 2003-08-21 | 1 | -0/+1 |
| | |||||
* | fix bug 327; make sure to link SMBLDAP_OBJ with PAM_SMBPASS_OBJ | Gerald Carter | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | fix for BUG 245; make sure we set the sid type when falling back to the rid ↵ | Gerald Carter | 2003-08-21 | 1 | -1/+7 |
| | | | | algorithm stuff | ||||
* | update for new version.h format | Herb Lewis | 2003-08-21 | 1 | -5/+11 |
| | |||||
* | Keep list of ignored and shared modules | Jelmer Vernooij | 2003-08-21 | 1 | -0/+2 |
| | |||||
* | adding note about change in 'unix extensions' behavior | Gerald Carter | 2003-08-21 | 1 | -0/+1 |
| | |||||
* | packaging fix for winbind NSS libraries from Brian King | Gerald Carter | 2003-08-21 | 1 | -0/+10 |
| | |||||
* | remove unneedced script | Gerald Carter | 2003-08-21 | 1 | -102/+0 |
| | |||||
* | actually check in the fix for make torture | Gerald Carter | 2003-08-21 | 1 | -2/+2 |
| | |||||
* | Ignore only getdate.* in modules/, not the whole directory. Fixes static ↵ | Alexander Bokovoy | 2003-08-21 | 1 | -1/+1 |
| | | | | builds of modules | ||||
* | Checkin cifs vfs manpage | Steve French | 2003-08-21 | 1 | -0/+170 |
| | |||||
* | Unix extensions now default to on. | Jeremy Allison | 2003-08-21 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Turn UNIX extensions on by default. Yes I will change the docs :-). | Jeremy Allison | 2003-08-21 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed | Jeremy Allison | 2003-08-20 | 3 | -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 it | Gerald Carter | 2003-08-20 | 1 | -0/+201 |
| | |||||
* | checlking in initial version of 2.2 scripts so I can start updating them | Gerald Carter | 2003-08-20 | 35 | -0/+6143 |
| | |||||
* | metze's autogenerate patch for version.h | Gerald Carter | 2003-08-20 | 25 | -24/+298 |
| | |||||
* | fix comments about schema dependencies | Gerald Carter | 2003-08-20 | 1 | -3/+4 |
| | |||||
* | Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAIN | Gerald Carter | 2003-08-20 | 4 | -34/+93 |
| | | | | call. | ||||
* | Add log2pcap to ignorefile | Jelmer Vernooij | 2003-08-20 | 1 | -0/+1 |
| | |||||
* | Add W2k Deploy HOWTO | Jelmer Vernooij | 2003-08-20 | 1 | -0/+7 |
| |