Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3-pdb_tdb: give 'unknown_str' the proper name 'comment' and set comment in ↵ | Günther Deschner | 2009-06-29 | 1 | -10/+15 | |
| | | | | | | | | passdb. pdb_{get,set}_comment were already existing in the API but were never used. Guenther | |||||
* | s3:pdb_ads: we need to make the fd for tldap/tsocket non-blocking | Stefan Metzmacher | 2009-06-29 | 1 | -0/+2 | |
| | | | | metze | |||||
* | s3:fix build of old linux quota system and other unixes' quota implementation | Michael Adam | 2009-06-29 | 1 | -14/+14 | |
| | | | | | | By fixing the use of struct stat_ex. Michael | |||||
* | s3:lib/sysquotas: fix usage of SMB_STRUCT_STAT (struct stat_ex). | Michael Adam | 2009-06-29 | 1 | -3/+3 | |
| | | | | | | | This fixes the build with quotas / configure time detection of sys_quota interface. Michael | |||||
* | s3-selftest: add RPC-SAMR-MACHINE-AUTH to list of test to run against s3. | Günther Deschner | 2009-06-29 | 1 | -2/+3 | |
| | | | | Guenther | |||||
* | Fix ndrdump to use a common setup_logging() API | Andrew Bartlett | 2009-06-29 | 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 | |||||
* | Fix bug 6514: net gives unhelpful "lp_load failed" when it's missing smb.conf | David Markey | 2009-06-29 | 1 | -1/+1 | |
| | ||||||
* | _lsa_QueryInfoPolicy: Use symbolic info level names | Volker Lendecke | 2009-06-28 | 1 | -4/+4 | |
| | ||||||
* | Turn the pdb_rid_algorithm into a capabilities call that returns flags | Volker Lendecke | 2009-06-28 | 10 | -30/+33 | |
| | ||||||
* | Make pdb_ads survive a restart of Samba4 | Volker Lendecke | 2009-06-28 | 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. | |||||
* | If the connection is down, don't try another write. | Volker Lendecke | 2009-06-28 | 2 | -0/+18 | |
| | ||||||
* | Add tldap_search_va | Volker Lendecke | 2009-06-28 | 2 | -8/+24 | |
| | ||||||
* | tldap_msg_received: Properly free the asn1_struct in case of an error | Volker Lendecke | 2009-06-28 | 1 | -0/+1 | |
| | ||||||
* | Move read_ldap_done after read_ldap_send | Volker Lendecke | 2009-06-27 | 2 | -26/+27 | |
| | ||||||
* | Convert tldap to tstream | Volker Lendecke | 2009-06-27 | 2 | -12/+18 | |
| | ||||||
* | Add tstream_read_packet | Volker Lendecke | 2009-06-27 | 3 | -0/+150 | |
| | ||||||
* | tldap: Don't fire off more than one read_ldap request during searches | Volker Lendecke | 2009-06-27 | 1 | -10/+22 | |
| | ||||||
* | Stop listening for inotify data when there's none | Volker Lendecke | 2009-06-27 | 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. | |||||
* | Fix some nonempty blank lines | Volker Lendecke | 2009-06-27 | 1 | -9/+9 | |
| | ||||||
* | s3/lanman: Workaround for KB932762. | Volker Lendecke | 2009-06-27 | 1 | -0/+1 | |
| | | | | This addresses bug #6498. | |||||
* | The solaris linker seems to require an extra mention of dependent libs | Volker Lendecke | 2009-06-26 | 1 | -3/+8 | |
| | ||||||
* | Don't use ads realm name for non-ads case. #6481 | Jim McDonough | 2009-06-26 | 1 | -7/+9 | |
| | | | | Also check that the connection to ads worked. | |||||
* | Fix some dead code warnings from SUN Studio | Volker Lendecke | 2009-06-26 | 2 | -4/+4 | |
| | ||||||
* | Fix a typo in a comment | Volker Lendecke | 2009-06-26 | 1 | -1/+1 | |
| | ||||||
* | s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache(). | Michael Adam | 2009-06-26 | 1 | -1/+1 | |
| | | | | | | With the previous code, the cache can never have been hit at all. Michael | |||||
* | s3-vlp: drastically shrink size and dependencies of the virtual line printer. | Günther Deschner | 2009-06-26 | 2 | -22/+14 | |
| | | | | | | This gets vlp from 13M down to 214K on my box. Guenther | |||||
* | s3: pass a valid stat into file_ntimes() | Tim Prouty | 2009-06-25 | 3 | -4/+4 | |
| | | | | file_ntimes() calls can_write_to_file() which expects a valid stat struct | |||||
* | s3 file_access: Convert some more functions over to use smb_filneame | Tim Prouty | 2009-06-25 | 6 | -43/+64 | |
| | ||||||
* | s3: simplify some redundant logic in is_ntfs_default_stream_smb_fname() | Tim Prouty | 2009-06-25 | 1 | -5/+1 | |
| | ||||||
* | s3: Remove get_full_smb_filename() from open_directory() | Tim Prouty | 2009-06-25 | 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. | |||||
* | s3 onefs: Plumb smb_filename through onefs createfile path | Tim Prouty | 2009-06-25 | 4 | -221/+322 | |
| | ||||||
* | s3: Change set_ea() and its callers to use smb_filename | Tim Prouty | 2009-06-25 | 3 | -15/+19 | |
| | ||||||
* | Fix bug #6506 - SMBD server doesn't set EAs when a file is overwritten in ↵ | Jeremy Allison | 2009-06-25 | 1 | -1/+2 | |
| | | | | | | | NT_TRANSACT_CREATE. Reported and verified by Long Li <longli@microsoft.com> Jeremy. | |||||
* | s3-netlogon: remove remaining netlogon init functions. | Günther Deschner | 2009-06-25 | 3 | -148/+39 | |
| | | | | Guenther | |||||
* | Add a \n to a debug message in smbacl4_nfs42win | Volker Lendecke | 2009-06-25 | 1 | -1/+1 | |
| | ||||||
* | s3-netlogon: remove init_netr_SamInfo functions. | Günther Deschner | 2009-06-25 | 3 | -194/+25 | |
| | | | | Guenther | |||||
* | s3-netlogon: fix validation level 2 support in netr_SamLogon and friends. | Günther Deschner | 2009-06-25 | 3 | -47/+116 | |
| | | | | Guenther | |||||
* | s3-samr: refactor _samr_SetDomainInfo(). | Günther Deschner | 2009-06-25 | 1 | -25/+72 | |
| | | | | Guenther | |||||
* | s3-samr: refactor _samr_QueryDomainInfo(). | Günther Deschner | 2009-06-25 | 1 | -213/+322 | |
| | | | | Guenther | |||||
* | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 2009-06-24 | 36 | -658/+1142 | |
| | | | | | | | | | | | | | 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. | |||||
* | s3: Convert is_visible_file to use talloc_asprintf instead of malloc | Tim Prouty | 2009-06-24 | 1 | -14/+15 | |
| | ||||||
* | s3:smbd: send SMB2 interim responses for async calls | Stefan Metzmacher | 2009-06-24 | 5 | -0/+25 | |
| | | | | metze | |||||
* | s3:smbd: add support for async interim SMB2 responses and prepare SMB2 cancel | Stefan Metzmacher | 2009-06-24 | 2 | -1/+157 | |
| | | | | metze | |||||
* | s3:smbd: keep a list of outstanding SMB2 requests | Stefan Metzmacher | 2009-06-24 | 2 | -28/+69 | |
| | | | | metze | |||||
* | s3:smbd: add smbd_smb2_send_oplock_break() | Stefan Metzmacher | 2009-06-24 | 2 | -0/+93 | |
| | | | | metze | |||||
* | s3:smbd: the SMB2-COMPOUND test shows that the related vs. unrelated flags ↵ | Stefan Metzmacher | 2009-06-24 | 1 | -0/+7 | |
| | | | | | | isn't checked first metze | |||||
* | Only set the password if there is one | Volker Lendecke | 2009-06-24 | 1 | -4/+8 | |
| | ||||||
* | s3-printing: eliminate another non sec_initial_uid using security check. | Günther Deschner | 2009-06-24 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3-spoolss: restructure _spoolss_EndDocPrinter(). | Günther Deschner | 2009-06-24 | 1 | -30/+32 | |
| | | | | Guenther | |||||
* | s3-lsa: Fix error path in _lsa_EnumAccountRights. | Günther Deschner | 2009-06-23 | 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 |