Age | Commit message (Expand) | Author | Files | Lines |
2010-12-19 | Move wbc_async.[ch] to its only user: smbtorture3 | Volker Lendecke | 5 | -4/+4 |
2010-12-19 | libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.h | Volker Lendecke | 5 | -33/+65 |
2010-12-19 | s3: wcache_invalidate_samlogon only needs the SID | Volker Lendecke | 3 | -12/+15 |
2010-12-19 | s3: netsamlogon_clear_cached_user only needs the SID | Volker Lendecke | 3 | -10/+4 |
2010-12-19 | s3: Remove two pointless slprintf calls | Volker Lendecke | 1 | -4/+4 |
2010-12-19 | s3: FreeBSD has getpeereid(), use it | Volker Lendecke | 2 | -0/+16 |
2010-12-19 | s3: Reply correctly to FSCTL_IS_VOLUME_DIRTY | Volker Lendecke | 2 | -0/+10 |
2010-12-19 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -22/+22 |
2010-12-19 | s3: Did I say this module is from hell? | Volker Lendecke | 1 | -1/+1 |
2010-12-19 | s3: re-add some debugs to check_reduced_name | Volker Lendecke | 1 | -0/+2 |
2010-12-19 | s3: Fix some typos | Volker Lendecke | 5 | -7/+7 |
2010-12-19 | s3: Document wbinfo -P/--ping-dc | Volker Lendecke | 1 | -0/+10 |
2010-12-19 | s3: Add -P as an alias for --ping-dc | Volker Lendecke | 1 | -3/+2 |
2010-12-19 | s3: Fix serverid_exists | Volker Lendecke | 1 | -0/+4 |
2010-12-19 | heimdal: Fix build if using system roken. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-19 | ldb: Bump version after renaming some public symbols which didn't have a | Jelmer Vernooij | 2 | -1/+246 |
2010-12-19 | dcesrv_srvsvc: Use constants. | Jelmer Vernooij | 1 | -3/+3 |
2010-12-18 | Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc... | Jeremy Allison | 11 | -47/+72 |
2010-12-18 | s4-drepl: During Schema replication, we need to save updated prefixMap if eve... | Kamen Mazdrashki | 1 | -0/+18 |
2010-12-18 | s4-dsdb_schema: Copy info needed for Schema refresh in dsdb_schema_copy_shallow | Kamen Mazdrashki | 1 | -0/+4 |
2010-12-18 | s4-devel/pfm_verify: Extend the tool to verify schemaInfo attribute value | Kamen Mazdrashki | 1 | -6/+43 |
2010-12-18 | s4-drepl: Make refreshed schema a global one | Kamen Mazdrashki | 1 | -0/+7 |
2010-12-18 | pyrpc: Add prototype for init function. | Jelmer Vernooij | 1 | -0/+2 |
2010-12-18 | pyglue: Add prototype for init function. | Jelmer Vernooij | 1 | -0/+2 |
2010-12-18 | pidl: Add prototype for init function in pidl-generated Python bindings. | Jelmer Vernooij | 1 | -0/+1 |
2010-12-18 | Revert "s4-dsdb Don't talloc_free() ares on failure, as LDB might free it later" | Andrew Bartlett | 1 | -0/+1 |
2010-12-18 | lib/ldb Remove talloc_free() that causes double-free in callbacks. | Andrew Bartlett | 1 | -1/+3 |
2010-12-18 | ldb: Rename controls_except_specified -> ldb_controls_except_specified. | Jelmer Vernooij | 3 | -4/+4 |
2010-12-18 | ldb_map: Fix prefix for map functions. | Jelmer Vernooij | 3 | -15/+15 |
2010-12-18 | ldb: Rename last instance of save_controls -> ldb_save_controls. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-18 | ldb: Add prototype for ldb_init_module. | Jelmer Vernooij | 1 | -0/+5 |
2010-12-18 | ldb: Rename two exported functions so they match abi_match. | Jelmer Vernooij | 6 | -9/+8 |
2010-12-18 | pidl: Use system pytalloc if possible. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-18 | Add bzrignore symlink. | Jelmer Vernooij | 1 | -0/+1 |
2010-12-18 | wafsamba: Use abi_match in version script files. | Jelmer Vernooij | 2 | -7/+19 |
2010-12-18 | heimdal_build: Simplify HEIMDAL_LIBRARY - version_script files are now taken ... | Jelmer Vernooij | 1 | -15/+2 |
2010-12-18 | heimdal_build: Add version-script for heimdal_base, hx509 and hcrypto. Conver... | Jelmer Vernooij | 2 | -40/+285 |
2010-12-17 | s4-drepl: Reference current Schema cache into working_schema context | Kamen Mazdrashki | 1 | -1/+1 |
2010-12-17 | s4-drepl: Fix log message to be shown on its own line | Kamen Mazdrashki | 1 | -1/+1 |
2010-12-17 | Move checks inside file_set_sparse() to allow it to be called from anywhere. | Jeremy Allison | 2 | -19/+21 |
2010-12-17 | file_set_sparse needs to be a handle based call. | Jeremy Allison | 3 | -12/+10 |
2010-12-17 | s3:smbd: implement FSCTL_SET_SPARSE more correctly | Björn Jacke | 1 | -5/+43 |
2010-12-17 | Update our attribute flags. | Jeremy Allison | 1 | -1/+6 |
2010-12-17 | s3:smbd: add file_set_sparse() function | Björn Jacke | 2 | -0/+52 |
2010-12-17 | s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, too | Björn Jacke | 1 | -2/+8 |
2010-12-17 | s3: remove set_sparse_flag | Björn Jacke | 1 | -15/+1 |
2010-12-17 | s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flags | Björn Jacke | 1 | -0/+2 |
2010-12-17 | heimdal_build: Add version-script for krb5. | Jelmer Vernooij | 2 | -0/+770 |
2010-12-17 | heimdal_build: Add version-script for gssapi. | Jelmer Vernooij | 2 | -0/+181 |
2010-12-17 | heimdal_build: Add version-script for asn1. | Jelmer Vernooij | 2 | -0/+7 |