Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-01 | Fix bug #6520 time stamps - e.g. last mod time is not preserved when "unix ↵ | Jeremy Allison | 1 | -3/+31 | |
extensions=yes" are set - and using latest cifs vfs client Cancel out any pending "sticky" writes or "last write" changes when doing a UNIX info level set. Jeremy. | |||||
2009-07-01 | s3:util: let parent_dirname() correctly return toplevel filenames | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-07-01 | s3:onefs_open: remove unused variable passed to parent_dirname() | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2009-07-01 | s3:smbd: remove unused variables passed to parent_dirname() | Stefan Metzmacher | 2 | -5/+3 | |
metze | |||||
2009-07-01 | s3:build: remove the libgpo objects upon "make clean" | Michael Adam | 1 | -1/+2 | |
Michael | |||||
2009-07-01 | s3:build: remove ../libcli/nbt/tools/nmblookup.o and friends in make clean | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-06-30 | Fix bug #6496 - MS-DFS: cannot follow multibyte char link name. | SATOH Fumiyasu | 2 | -15/+39 | |
consumed_ucs is the number of bytes of the UCS2 path consumed not counting any terminating null. We need to convert back to unix charset and count again to get the number of bytes consumed from the incoming path. | |||||
2009-06-30 | s3-netlogon: remove unneeded fstrings from netlogon server. | Günther Deschner | 1 | -22/+12 | |
Guenther | |||||
2009-06-30 | umount.cifs: don't build it by default | Jeff Layton | 2 | -9/+47 | |
Now that the sanity checks for mount.cifs default to matching the behavior of /bin/mount, then there is virtually no need for umount.cifs. The only exception is when someone enables the loose setuid behavior in mount.cifs. If an unprivileged user mounts a share that isn't in /etc/fstab, then /bin/mount won't allow that user to unmount it. In that situation, umount.cifs will be necessary to allow unmounting the share. Signed-off-by: Jeff Layton <jlayton@samba.org> Acked-by: Steve French <smfrench@us.ibm.com> | |||||
2009-06-30 | Fix bug #6431 - local groups from 3.0 setups no longer found. | Volker Lendecke | 1 | -8/+8 | |
Search for groups without group suffix, group suffix is only used for new entries. | |||||
2009-06-30 | s3-spoolss: Bug #6512. Fix support for enumerating user forms. | Günther Deschner | 1 | -5/+5 | |
Found while testing Xerox WorkCentre 133 PCL driver, now also tested with torture test. Guenther | |||||
2009-06-29 | s3:build: check for external liblua, link lua statically if using internal lib | Michael Adam | 2 | -14/+42 | |
So liblua is treated the same way as libtalloc and libtdb. Michael | |||||
2009-06-29 | s3-pdb_tdb: give 'unknown_str' the proper name 'comment' and set comment in ↵ | Günther Deschner | 1 | -10/+15 | |
passdb. pdb_{get,set}_comment were already existing in the API but were never used. Guenther | |||||
2009-06-29 | s3:pdb_ads: we need to make the fd for tldap/tsocket non-blocking | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-06-29 | s3:fix build of old linux quota system and other unixes' quota implementation | Michael Adam | 1 | -14/+14 | |
By fixing the use of struct stat_ex. Michael | |||||
2009-06-29 | s3:lib/sysquotas: fix usage of SMB_STRUCT_STAT (struct stat_ex). | Michael Adam | 1 | -3/+3 | |
This fixes the build with quotas / configure time detection of sys_quota interface. Michael | |||||
2009-06-29 | s3-selftest: add RPC-SAMR-MACHINE-AUTH to list of test to run against s3. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2009-06-29 | Fix ndrdump to use a common setup_logging() API | Andrew Bartlett | 2 | -0/+10 | |
By adding a new common setup_logging_stdout() API, we no longer need to abuse the ABI compatability between the different setup_logging() calls in Samba3 and Samba4's DEBUG() subsystems. The revert of 49a6d757b4d944cd22c91b2838beb83f04fbe1e9 works with this to fix bug 6211. Andrew Bartlett | |||||
2009-06-29 | Fix bug 6514: net gives unhelpful "lp_load failed" when it's missing smb.conf | David Markey | 1 | -1/+1 | |
2009-06-28 | _lsa_QueryInfoPolicy: Use symbolic info level names | Volker Lendecke | 1 | -4/+4 | |
2009-06-28 | Turn the pdb_rid_algorithm into a capabilities call that returns flags | Volker Lendecke | 10 | -30/+33 | |
2009-06-28 | Make pdb_ads survive a restart of Samba4 | Volker Lendecke | 1 | -106/+225 | |
The search function retries once, the modifying call that hits a dead smbd returns an error. The next try will reconnect. This was simple to implement and provides a good compromise against Samba4 idling our connection. Most of the modifying calls are quickly after a search (like OpenUser) anyway. | |||||
2009-06-28 | If the connection is down, don't try another write. | Volker Lendecke | 2 | -0/+18 | |
2009-06-28 | Add tldap_search_va | Volker Lendecke | 2 | -8/+24 | |
2009-06-28 | tldap_msg_received: Properly free the asn1_struct in case of an error | Volker Lendecke | 1 | -0/+1 | |
2009-06-27 | Move read_ldap_done after read_ldap_send | Volker Lendecke | 2 | -26/+27 | |
2009-06-27 | Convert tldap to tstream | Volker Lendecke | 2 | -12/+18 | |
2009-06-27 | Add tstream_read_packet | Volker Lendecke | 3 | -0/+150 | |
2009-06-27 | tldap: Don't fire off more than one read_ldap request during searches | Volker Lendecke | 1 | -10/+22 | |
2009-06-27 | Stop listening for inotify data when there's none | Volker Lendecke | 1 | -0/+1 | |
There have been some reports that we're flooding syslog with "No data on inotify fd?!". I haven't been able to reproduce this yet. Until then, it is better to just list this message once. | |||||
2009-06-27 | Fix some nonempty blank lines | Volker Lendecke | 1 | -9/+9 | |
2009-06-27 | s3/lanman: Workaround for KB932762. | Volker Lendecke | 1 | -0/+1 | |
This addresses bug #6498. | |||||
2009-06-26 | The solaris linker seems to require an extra mention of dependent libs | Volker Lendecke | 1 | -3/+8 | |
2009-06-26 | Don't use ads realm name for non-ads case. #6481 | Jim McDonough | 1 | -7/+9 | |
Also check that the connection to ads worked. | |||||
2009-06-26 | Fix some dead code warnings from SUN Studio | Volker Lendecke | 2 | -4/+4 | |
2009-06-26 | Fix a typo in a comment | Volker Lendecke | 1 | -1/+1 | |
2009-06-26 | s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache(). | Michael Adam | 1 | -1/+1 | |
With the previous code, the cache can never have been hit at all. Michael | |||||
2009-06-26 | s3-vlp: drastically shrink size and dependencies of the virtual line printer. | Günther Deschner | 2 | -22/+14 | |
This gets vlp from 13M down to 214K on my box. Guenther | |||||
2009-06-25 | s3: pass a valid stat into file_ntimes() | Tim Prouty | 3 | -4/+4 | |
file_ntimes() calls can_write_to_file() which expects a valid stat struct | |||||
2009-06-25 | s3 file_access: Convert some more functions over to use smb_filneame | Tim Prouty | 6 | -43/+64 | |
2009-06-25 | s3: simplify some redundant logic in is_ntfs_default_stream_smb_fname() | Tim Prouty | 1 | -5/+1 | |
2009-06-25 | s3: Remove get_full_smb_filename() from open_directory() | Tim Prouty | 1 | -19/+9 | |
This is possible because open_directory() returns an error if the fname is a stream, so the base_name can be used. | |||||
2009-06-25 | s3 onefs: Plumb smb_filename through onefs createfile path | Tim Prouty | 4 | -221/+322 | |
2009-06-25 | s3: Change set_ea() and its callers to use smb_filename | Tim Prouty | 3 | -15/+19 | |
2009-06-25 | Fix bug #6506 - SMBD server doesn't set EAs when a file is overwritten in ↵ | Jeremy Allison | 1 | -1/+2 | |
NT_TRANSACT_CREATE. Reported and verified by Long Li <longli@microsoft.com> Jeremy. | |||||
2009-06-25 | s3-netlogon: remove remaining netlogon init functions. | Günther Deschner | 3 | -148/+39 | |
Guenther | |||||
2009-06-25 | Add a \n to a debug message in smbacl4_nfs42win | Volker Lendecke | 1 | -1/+1 | |
2009-06-25 | s3-netlogon: remove init_netr_SamInfo functions. | Günther Deschner | 3 | -194/+25 | |
Guenther | |||||
2009-06-25 | s3-netlogon: fix validation level 2 support in netr_SamLogon and friends. | Günther Deschner | 3 | -47/+116 | |
Guenther | |||||
2009-06-25 | s3-samr: refactor _samr_SetDomainInfo(). | Günther Deschner | 1 | -25/+72 | |
Guenther |