Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | r22107: Fix typo. | James Peach | 2007-04-06 | 1 | -1/+1 | |
| | | ||||||
* | | r22106: Fix the module name - it's vfs_readahead not vfs_linux_readahead. | Jeremy Allison | 2007-04-06 | 2 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | r22105: Added vfs_readahead module that appears to do wonderful things | Jeremy Allison | 2007-04-06 | 3 | -1/+145 | |
| | | | | | | | | | | | | | | | | for copying files from Samba when using Windows Vista Windows explorer.... :-). By default if you add this I can go on my vmware sessions from 7MB/sec to 12MB/sec (+1 extra MB/sec if I turn sendfile on). Jeremy. | |||||
* | | r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003. | Gerald Carter | 2007-04-06 | 4 | -40/+34 | |
| | | | | | | | | | | Enable the DsRoleGetPrimaryDomainInfo() server code. Tested by Win2000/XP/2003/Vista (x86) and WinXP (x64) | |||||
* | | r22103: No code change. This is a spring time end of line clesnup checkin. | Lars Müller | 2007-04-06 | 2 | -129/+129 | |
| | | ||||||
* | | r22102: Remove obsoleted SHLIBS_PROGS from {Makefile,configure}.in. | Lars Müller | 2007-04-06 | 2 | -11/+6 | |
| | | | | | | | | | | As NSS_MODULES is added to the all rule the resulting set of binaries are the same. | |||||
* | | r22100: Merge proto_exists changes from revisions 21552, 21804, 22056, and | Lars Müller | 2007-04-06 | 1 | -107/+108 | |
| | | | | | | | | 22099. | |||||
* | | r22097: Add detection for linux readahead() syscall. | Jeremy Allison | 2007-04-06 | 1 | -0/+19 | |
| | | | | | | | | Jeremy. | |||||
* | | r22096: become_root_uid_only() is unneeded - it's only used in | Jeremy Allison | 2007-04-05 | 4 | -52/+35 | |
| | | | | | | | | | | | | messages.c. Refactor to use become_root() instead and make it local to messages.c Jeremy. | |||||
* | | r22095: BUG 4484: Add more checks to set %a for Vista clients (based on ↵ | Gerald Carter | 2007-04-05 | 1 | -0/+5 | |
| | | | | | | | | absence of native OS and Lanman strings in the session setup request) | |||||
* | | r22091: Fix an uninitialized variable warning | Volker Lendecke | 2007-04-05 | 1 | -2/+1 | |
| | | ||||||
* | | r22080: Fix directory recycle module bug #4486. | Jeremy Allison | 2007-04-04 | 1 | -16/+37 | |
| | | | | | | | | Jeremy. | |||||
* | | r22079: Tsk, tsk, Metze didn't compile before check-in :-). | Jeremy Allison | 2007-04-04 | 1 | -3/+3 | |
| | | | | | | | | | | Merge the memory leak fix (with fix :-) to 3.0.25. Jeremy. | |||||
* | | r22069: BUG 4447: Fix compile failure on AIX 5.2 (patch from William Jojo ↵ | Gerald Carter | 2007-04-04 | 1 | -0/+4 | |
| | | | | | | | | <jojowil@hvcc.edu>) | |||||
* | | r22068: - fix --with-fhs, where confdir is set to \${sysconfdir} | Stefan Metzmacher | 2007-04-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | but sysconfdir wasn't defined in our Makefile - add localstatedir for completeness metze | |||||
* | | r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2} | Gerald Carter | 2007-04-04 | 2 | -2/+25 | |
| | | | | | | | | domain to a uid.gid using the idmap_passdb backend. | |||||
* | | r22065: First logic change I've found :-(. We were being too | Jeremy Allison | 2007-04-04 | 1 | -9/+24 | |
| | | | | | | | | | | | | | | | | restrictive about strings being NULL. If an info level doesn't use a subformat the subformat string may be missing (null). Add debug statements to help track this. Jeremy | |||||
* | | r22064: Fix the DFS code to work better with Vista clients. Allow | Jeremy Allison | 2007-04-03 | 3 | -37/+42 | |
| | | | | | | | | | | | | | | | | "host msdfs = true" to be set in the [global] section and allow Vista to see shares with "msdfs root = yes" and "msdfs root = no" off the same server. Down to an error message really :-). Jeremy. | |||||
* | | r22062: Fix the parsing of info level 3. Flags is not a flags | Jeremy Allison | 2007-04-03 | 4 | -11/+39 | |
| | | | | | | | | | | | | field, but an offset. Fixed 64-bit display of ACLs on printers. Jeremy. | |||||
* | | r22061: Fix the krb5 user ticket refresh event timeout in winbindd | Gerald Carter | 2007-04-03 | 1 | -9/+32 | |
| | | ||||||
* | | r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>. | Jeremy Allison | 2007-04-03 | 1 | -0/+30 | |
| | | | | | | | | Jeremy. | |||||
* | | r22059: Over-allocate and NULL out 100 bytes for lanman.c. | Volker Lendecke | 2007-04-03 | 1 | -4/+8 | |
| | | | | | | | | Volker | |||||
* | | r22058: Add test_nss_modules to check NSS modules for unresolved symbols. | Günther Deschner | 2007-04-03 | 1 | -0/+12 | |
| | | | | | | | | Guenther | |||||
* | | r22057: Add missing proto_exists for the wins NSS module. | Günther Deschner | 2007-04-03 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
* | | r22050: Fix a couple of off-by-one errors in the rap | Jeremy Allison | 2007-04-03 | 2 | -7/+29 | |
| | | | | | | | | | | | | | | call patch. Jerry, this works now for displaying shares on Win9x (and hopefully everything else as well :-). Jeremy. | |||||
* | | r22049: HPUX build fixes from <don.mccall@hp.com>. | Jeremy Allison | 2007-04-02 | 2 | -12/+49 | |
| | | | | | | | | Jeremy. | |||||
* | | r22045: As Volker noticed, skip_string's last argument is | Jeremy Allison | 2007-04-02 | 13 | -145/+145 | |
| | | | | | | | | | | redundent. Remove it. Jeremy. | |||||
* | | r22044: Remove the only skip_string(...,2) caller | Volker Lendecke | 2007-04-02 | 1 | -1/+1 | |
| | | ||||||
* | | r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This ↵ | Volker Lendecke | 2007-04-02 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | looks much easier to review! Damn close to what I had in my tree, just the fn names were slightly different. This removes one unnecessary dupe. Next thing is to get rid of the parameter "n" of skip_string, there is only one (!) caller that does not pass in 1.... Volker | |||||
* | | r22042: Try and clean up my own mess using the API Volker | Jeremy Allison | 2007-04-02 | 4 | -79/+134 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | suggested. I now use : BOOL is_offset_safe(const char *buf_base, size_t buf_len, char *ptr, size_t off) char *get_safe_ptr(const char *buf_base, size_t buf_len, char *ptr, size_t off) char *get_safe_str_ptr(const char *buf_base, size_t buf_len, char *ptr, size_t off) int get_safe_SVAL(const char *buf_base, size_t buf_len, char *ptr, size_t off, int failval) int get_safe_IVAL(const char *buf_base, size_t buf_len, char *ptr, size_t off, int failval) Volker, please criticize and comment. Thanks, Jeremy. | |||||
* | | r22019: Jeremy, this hopefully fixes the build farm currently. But I think ↵ | Volker Lendecke | 2007-04-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | we need another get_safe_offset call that also includes the required buffer size. Volker | |||||
* | | r22018: fix compile error | Herb Lewis | 2007-03-31 | 1 | -3/+3 | |
| | | ||||||
* | | r22017: After changing 2000 lines of this I think this is needed :-). | Jeremy Allison | 2007-03-31 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | r22015: Fix for memory leak from Steven Danneman <steven.danneman@isilon.com> | Jeremy Allison | 2007-03-30 | 1 | -0/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in, | Jeremy Allison | 2007-03-30 | 13 | -330/+714 | |
| | | | | | | | | | | but I've no option. Jeremy. | |||||
* | | r22012: Ensure we use the same technique to pull the share mode | Jeremy Allison | 2007-03-29 | 1 | -19/+21 | |
| | | | | | | | | | | data out that locking/locking.c does. Jeremy. | |||||
* | | r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdc | Jeremy Allison | 2007-03-28 | 3 | -7/+18 | |
| | | | | | | | | | | | | call as smb_krb5_locate_kdc to prevent incorrect linking and crashes on Solaris. Jeremy. | |||||
* | | r22002: Fix bug #3974, there are still open issues with -N behavior (doc fix ↵ | Simo Sorce | 2007-03-28 | 1 | -26/+63 | |
| | | | | | | | | | | | | next) and -T argument parsing behavior (which is just insane but a separate bug) | |||||
* | | r21998: Fix tdb keynames in netsamlogon_clear_cached_user(). | Günther Deschner | 2007-03-28 | 1 | -15/+11 | |
| | | | | | | | | | | | | | | | | | | No point in deleting U/DOMAIN/RID and UG/DOMAIN/RID keys if we only store U/SID and UG/SID keys :-) Next we need to verify the need of calling netsamlogon_clear_cached_user() at all. Guenther | |||||
* | | r21966: fix compiler warning | Stefan Metzmacher | 2007-03-26 | 1 | -1/+1 | |
| | | | | | | | | metze | |||||
* | | r21963: Fix another uninitialized buffer used in test write - valgrind | Jeremy Allison | 2007-03-25 | 1 | -0/+2 | |
| | | | | | | | | | | fix. Jeremy. | |||||
* | | r21961: Repair bug introduced by rev. 21960. | Jeremy Allison | 2007-03-24 | 1 | -0/+6 | |
| | | | | | | | | | | We need to do the initial strtok to set up the internal state. Jeremy. | |||||
* | | r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-) | Volker Lendecke | 2007-03-24 | 4 | -20/+5 | |
| | | ||||||
* | | r21958: Fix Coverity ID 343 (dead code) | Volker Lendecke | 2007-03-24 | 1 | -3/+0 | |
| | | ||||||
* | | r21957: minor formatting fix | Herb Lewis | 2007-03-23 | 1 | -1/+1 | |
| | | ||||||
* | | r21956: Fix bug reported by don.mccall@hp.com for platforms | Jeremy Allison | 2007-03-23 | 1 | -1/+1 | |
| | | | | | | | | | | without utimes() call (only utime()). Jeremy. | |||||
* | | r21955: Merge over jpeach's fixes for UNIX_INFO2. | Jeremy Allison | 2007-03-23 | 4 | -3/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jeremy. After discussion with the Apple and Linux client maintainers, changing the FindFirst response for the UNIX_INFO2 level to include a length field before the name. The name is not required to be null terminated. The length field does not count any null. Also add call to chflags(2) in the default VFS module so that this will work be default on BSD-derived platform. Add UNIX-INFO2 test to the build farm to get some non-BSD coverage. Jeremy and Jerry, please review for inclusion in 3.0.25. | |||||
* | | r21954: Someone misused a '!' instead of a '~' for a binary NOT | Jeremy Allison | 2007-03-23 | 1 | -1/+1 | |
| | | | | | | | | | | command. Jerry, Simo, please check. Jeremy. | |||||
* | | r21953: One format fix, clarify a condition that the IBM | Jeremy Allison | 2007-03-23 | 2 | -3/+21 | |
| | | | | | | | | | | checker was worried about. Jeremy. | |||||
* | | r21952: Fix critical (!) error found by IBM checker. | Jeremy Allison | 2007-03-23 | 1 | -22/+28 | |
| | | | | | | | | | | | | | | Missing break statements meant that no info levels would ever be returned correctly from POSIX open/mkdir. Jeremy. |