Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Properly free a downlevel readv request. Metze, please check | Volker Lendecke | 1 | -0/+1 | |
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 | Upgrade ntvfs_map_*info to ntvfs_map_async_setup/ntvfs_map_async_finish | Sam Liddicott | 1 | -33/+80 | |
ntvfs_map_fsinfo, ntvfs_map_qpathinfo, ntvfs_map_qfileinfo used an old synchronous mapping technique, acceptable on the grounds that they were only used by the simple vfs which was synchronous. Other vfs may/do use these functions, and by upgrading them to use the ntvfs_map_async_setup/ntvfs_map_async_finish framework, they can now be used asynchronously. Signed-off-by: Sam Liddicott <sam@liddicott.com> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
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 | s4 auth_winbind: Internally, info3 has utf8 buffers, not utf16 buffers. | Kai Blin | 1 | -63/+16 | |
Thanks to gd for the catch. | |||||
2009-06-25 | s4 auth_winbind: Don't allocate the rids for the info3 structure within the loop | Kai Blin | 1 | -4/+4 | |
2009-06-25 | s4: Add libwbclient backend to auth_winbind | Kai Blin | 2 | -1/+216 | |
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 | mount.cifs: add support for sending IPv6 scope ID to kernel | Jeff Layton | 1 | -0/+8 | |
When getaddrinfo returns an IPv6 address with a non-zero scope_id, send that to the kernel appended to the address with a '%' delimiter. This allows people to mount servers via their link-local IPv6 addresses (given a kernel that understands this address format, of course). Signed-off-by: Jeff Layton <jlayton@redhat.com> | |||||
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-examples: make get_next_oid exectuable. | Günther Deschner | 1 | -0/+0 | |
Guenther | |||||
2009-06-25 | s3-samr: refactor _samr_SetDomainInfo(). | Günther Deschner | 1 | -25/+72 | |
Guenther | |||||
2009-06-25 | s3-samr: refactor _samr_QueryDomainInfo(). | Günther Deschner | 1 | -213/+322 | |
Guenther | |||||
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 38 | -666/+1150 | |
This patch introduces two new temporary helper functions vfs_stat_smb_fname and vfs_lstat_smb_fname. They basically allowed me to call the new smb_filename version of stat, while avoiding plumbing it through callers that are still too inconvenient. As the conversion moves along, I will be able to remove callers of this, with the goal being to remove all callers. There was also a bug in create_synthetic_smb_fname_split (also a temporary utility function) that caused it to incorrectly handle filenames with ':'s in them when in posix mode. This is now fixed. | |||||
2009-06-24 | s3: Convert is_visible_file to use talloc_asprintf instead of malloc | Tim Prouty | 1 | -14/+15 | |
2009-06-24 | s3:smbd: send SMB2 interim responses for async calls | Stefan Metzmacher | 5 | -0/+25 | |
metze | |||||
2009-06-24 | s3:smbd: add support for async interim SMB2 responses and prepare SMB2 cancel | Stefan Metzmacher | 2 | -1/+157 | |
metze | |||||
2009-06-24 | s3:smbd: keep a list of outstanding SMB2 requests | Stefan Metzmacher | 2 | -28/+69 | |
metze | |||||
2009-06-24 | s3:smbd: add smbd_smb2_send_oplock_break() | Stefan Metzmacher | 2 | -0/+93 | |
metze | |||||
2009-06-24 | s3:smbd: the SMB2-COMPOUND test shows that the related vs. unrelated flags ↵ | Stefan Metzmacher | 1 | -0/+7 | |
isn't checked first metze | |||||
2009-06-24 | Reenable the LDAPI socket for the merged build | Volker Lendecke | 1 | -2/+0 | |
It seems that the samba4 part of the merged build does not pick up the DEVELOPER flag from the s3 configure. Jelmer, can you fix that properly? Thanks, Volker | |||||
2009-06-24 | Only set the password if there is one | Volker Lendecke | 1 | -4/+8 | |
2009-06-24 | s4-smbtorture: more paranoid checks while testing group membership in RPC-SAMR. | Günther Deschner | 1 | -1/+27 | |
Guenther | |||||
2009-06-24 | s3-printing: eliminate another non sec_initial_uid using security check. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-06-24 | s3-spoolss: restructure _spoolss_EndDocPrinter(). | Günther Deschner | 1 | -30/+32 | |
Guenther | |||||
2009-06-23 | s3-lsa: Fix error path in _lsa_EnumAccountRights. | Günther Deschner | 1 | -2/+11 | |
This needs to return NT_STATUS_OBJECT_NAME_NOT_FOUND again as described in MS-LSAD 3.1.4.5.10 and tested with the RPC-SAMR-USER-PRIVILEGES test. Guenther | |||||
2009-06-23 | s3-eventlog: implement _eventlog_ReportEventW(). | Günther Deschner | 1 | -6/+77 | |
Guenther |