summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r22112: Fix memleak pointed out by Steven Danneman <steven.danneman@isilon.com>.Jeremy Allison2007-04-061-1/+2
| | | | | | | | Jeremy.
| * r22111: Allow readahead params to use size suffixes as K,M, etc.Jeremy Allison2007-04-061-4/+28
| | | | | | | | Jeremy.
| * r22110: don't cache the S-1-22-{1,2} domain SID/uig/gid lookups in idmap_cacheGerald Carter2007-04-061-0/+13
| |
| * r22109: Readonly is automatically set in the generic init code, let's just ↵Simo Sorce2007-04-062-5/+1
| | | | | | | | | | | | log the fact there and remove the specific, but redundant, code in idmap_ad.c
| * r22108: Fix from <don.mccall@hp.com> to try and fix the HPUX builds.Jeremy Allison2007-04-061-2/+2
| | | | | | | | Jeremy.
| * r22107: Fix typo.James Peach2007-04-061-1/+1
| |
| * r22106: Fix the module name - it's vfs_readahead not vfs_linux_readahead.Jeremy Allison2007-04-062-4/+4
| | | | | | | | Jeremy.
| * r22105: Added vfs_readahead module that appears to do wonderful thingsJeremy Allison2007-04-063-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 Carter2007-04-064-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üller2007-04-062-132/+132
| |
| * r22102: Remove obsoleted SHLIBS_PROGS from {Makefile,configure}.in.Lars Müller2007-04-062-11/+6
| | | | | | | | | | As NSS_MODULES is added to the all rule the resulting set of binaries are the same.
| * r22101: remove RedHat 9 packaging files after annoncement on the samba mlGerald Carter2007-04-0614-1108/+0
| |
| * r22099: Revert parts of revision 22056 as proto_exists is not required byLars Müller2007-04-061-3/+3
| | | | | | | | @WINBIND_NSS@, bin/pam_winbind.@SHLIBEXT@, and bin/pam_smbpass.@SHLIBEXT@.
| * r22097: Add detection for linux readahead() syscall.Jeremy Allison2007-04-061-0/+19
| | | | | | | | Jeremy.
| * r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2007-04-056-58/+41
| | | | | | | | | | | | 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 Carter2007-04-051-0/+5
| | | | | | | | absence of native OS and Lanman strings in the session setup request)
| * r22094: Clarify that SMB_VFS_LOCK should not be used to get lock status.James Peach2007-04-051-0/+3
| |
| * r22093: send also the correct OID_KERBEROS5 not only the brokenStefan Metzmacher2007-04-051-1/+1
| | | | | | | | | | | | OID_KERBEROS_OLD one. metze
| * r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher2007-04-054-11/+18
| | | | | | | | | | | | | | | | | | not specific for NTLMSSP - it's possible that the server sends a mechOID and authdata if negResult != SPNEGO_NEG_RESULT_INCOMPLETE, but we still force the mechOID to be present if negResult == SPNEGO_NEG_RESULT_INCOMPLETE metze
| * r22091: Fix an uninitialized variable warningVolker Lendecke2007-04-051-2/+1
| |
| * r22080: Fix directory recycle module bug #4486.Jeremy Allison2007-04-041-16/+37
| | | | | | | | Jeremy.
| * r22079: Tsk, tsk, Metze didn't compile before check-in :-).Jeremy Allison2007-04-041-1/+1
| | | | | | | | | | Merge the memory leak fix (with fix :-) to 3.0.25. Jeremy.
| * r22078: fix memory leak in not often used code, we only use it if the serverStefan Metzmacher2007-04-041-3/+3
| | | | | | | | | | | | | | | | doesn't support GSS-SPNEGO in SASL can someone please review this, maybe it's also for 3.0.25 metze
| * r22071: Make the error message for incorrect use of '-c' show the parameter ↵Andrew Bartlett2007-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | as used. This means that smbpasswd -c user (which in htpasswd creates a new file) and smbpasswd -c /not/my/smb.conf should give errors an admin will think to chase down. Andrew Bartlett
| * r22069: BUG 4447: Fix compile failure on AIX 5.2 (patch from William Jojo ↵Gerald Carter2007-04-041-0/+4
| | | | | | | | <jojowil@hvcc.edu>)
| * r22067: - fix --with-fhs, where confdir is set to \${sysconfdir}Stefan Metzmacher2007-04-041-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 Carter2007-04-042-2/+24
| | | | | | | | domain to a uid.gid using the idmap_passdb backend.
| * r22065: First logic change I've found :-(. We were being tooJeremy Allison2007-04-041-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. AllowJeremy Allison2007-04-033-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 flagsJeremy Allison2007-04-034-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 winbinddGerald Carter2007-04-031-9/+32
| |
| * r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.Jeremy Allison2007-04-031-0/+30
| | | | | | | | Jeremy.
| * r22059: Over-allocate and NULL out 100 bytes for lanman.c.Volker Lendecke2007-04-031-4/+8
| | | | | | | | Volker
| * r22058: Add test_nss_modules to check NSS modules for unresolved symbols.Günther Deschner2007-04-031-0/+12
| | | | | | | | Guenther
| * r22056: Adding some missing proto_exists calls (for PAM and NSS modules)Günther Deschner2007-04-031-5/+5
| | | | | | | | Guenther
| * r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij2007-04-0317-12/+4442
| |
| * r22054: merge from samba4:Stefan Metzmacher2007-04-031-77/+0
| | | | | | | | | | | | remove broken samba3 specific stuff from tdbtool metze
| * r22051: use libreplace headersStefan Metzmacher2007-04-031-13/+4
| | | | | | | | metze
| * r22050: Fix a couple of off-by-one errors in the rapJeremy Allison2007-04-032-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 Allison2007-04-022-12/+49
| | | | | | | | Jeremy.
| * r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-04-0213-145/+145
| | | | | | | | | | redundent. Remove it. Jeremy.
| * r22044: Remove the only skip_string(...,2) callerVolker Lendecke2007-04-021-1/+1
| |
| * r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This ↵Volker Lendecke2007-04-021-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 VolkerJeremy Allison2007-04-024-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.
| * r22039: fix compiler warningsStefan Metzmacher2007-04-021-6/+7
| | | | | | | | metze
| * r22033: remove useless lineStefan Metzmacher2007-04-021-3/+0
| | | | | | | | metze
| * r22026: Missed in my last commit, another case where we need to copy, not ↵Andrew Bartlett2007-04-021-1/+1
| | | | | | | | | | | | reference. Andrew Bartlett
| * r22024: Don't leak, actually use the provided memory context...Andrew Bartlett2007-04-021-1/+1
| |
| * r22023: I don't like this cache, but I think Jeremy is right, the consequencesAndrew Bartlett2007-04-021-2/+2
| | | | | | | | | | | | | | | | | | of the talloc heirarchy created are too subtle, particularly with callers picking out individual members. This might fix the faults on the build farm. Andrew Bartlett
| * r22022: - Clarify the commentsAndrew Bartlett2007-04-022-3/+3
| | | | | | | | | | | | | | | | - make sure never to free an uninitialised variable - ensure to free result on getpwnam_alloc failure Andrew Bartlett