Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgets | Volker Lendecke | 2009-11-30 | 4 | -4/+12 |
| | |||||
* | s3:docs: Fix typo in man mount.cifs. | Karolin Seeger | 2009-11-30 | 1 | -1/+1 |
| | | | | | | | Fix bug #6844 (wrong credential file format in mount.cifs manpage). Thanks to the Debian Samba package maintainers for reporting! Karolin | ||||
* | s3:docs: Document "aio write behind". | Karolin Seeger | 2009-11-30 | 1 | -0/+23 |
| | | | | | | Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin | ||||
* | s3:docs: Document "ldap page size". | Karolin Seeger | 2009-11-30 | 1 | -0/+18 |
| | | | | | | Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin | ||||
* | s3: Fix crash in free_file_list(). | Bo Yang | 2009-11-30 | 1 | -3/+4 |
| | | | | Signed-off-by: Bo Yang <boyang@samba.org> | ||||
* | s3:docs: Document "enable core files". | Karolin Seeger | 2009-11-30 | 1 | -0/+15 |
| | | | | | | Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin | ||||
* | s4-drs: Test situations for runtime constructed parentGUID | Fernando J V da Silva | 2009-11-30 | 1 | -1/+24 |
| | | | | | | | | | | Includes the following verifications for the constructed parentGUID: - Checks if it returns nothing when there is no parent object - Ensures that attributes mentioned after the parentGUID are returned correctly (this avoid a bug pointed out by Tridge during sync constructed parentGUID development) Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4-drs: Using dsdb_msg_add_guid() utility function | Fernando J V da Silva | 2009-11-30 | 4 | -54/+6 |
| | | | | | | | Uses the dsdb_msg_add_guid() to add any kind of GUID attribute to a ldb_message in several places of samba4 code. Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s3:docs: Document "cache directory" and "state directory". | Karolin Seeger | 2009-11-30 | 2 | -0/+44 |
| | | | | | | Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin | ||||
* | s3: Fix bug 6288 | Volker Lendecke | 2009-11-30 | 1 | -8/+8 |
| | |||||
* | s4-drs: add deletion of old connections | Crístian Deives | 2009-11-30 | 3 | -37/+190 |
| | | | | | | | the nTDSConnection objects that are not needed anymore will be deleted. the function kccsrv_delete_connection wasn't tested yet. Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn() | Crístian Deives | 2009-11-30 | 4 | -11/+15 |
| | | | | | | this makes the usage clearer Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4-drs: Create connection obejct (nTDSConnection) | Crístian Deives | 2009-11-30 | 3 | -0/+130 |
| | | | | | | create nTDSConnection objects to match the list of servers Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4-ldb: check for -ve value for page size | Andrew Tridgell | 2009-11-30 | 1 | -0/+5 |
| | | | | | This comes from a tip from Howard Chu. Apparently some clients will send a -ve page size value. | ||||
* | s4-dsdb: don't call ldb_next_init() twice in objectclass module | Andrew Tridgell | 2009-11-30 | 1 | -1/+1 |
| | |||||
* | s3: Fix a "not handled in switch" warning | Volker Lendecke | 2009-11-29 | 1 | -0/+1 |
| | |||||
* | s3: Fix an uninitialized variable reference | Volker Lendecke | 2009-11-29 | 1 | -1/+2 |
| | |||||
* | s3: Fix some nonempty blank lines | Volker Lendecke | 2009-11-29 | 2 | -37/+36 |
| | |||||
* | s3: Add a regression test for bug 6898 | Volker Lendecke | 2009-11-29 | 5 | -2/+107 |
| | |||||
* | s3: Factor out torture_setup_unix_extensions | Volker Lendecke | 2009-11-29 | 2 | -19/+32 |
| | |||||
* | lib/registry/util.c - Reorder the registry datatypes of the conversion functions | Matthias Dieter Wallnöfer | 2009-11-29 | 1 | -9/+12 |
| | | | | This is absolutely cosmetic and makes the code easier to comprehend. | ||||
* | Revert "s4:registry/util - Don't include the trailing '\0' in the internal ↵ | Matthias Dieter Wallnöfer | 2009-11-29 | 1 | -6/+2 |
| | | | | | | | | | data format but add it on the back-conversion to a string" This reverts commit 7d400715e9af2056690c03a1a2f45c7f343fa313. "convert_string_talloc_convenience" does always add the NULL termination. Didn't know that. Thanks Jelmer for pointing out! | ||||
* | s3: Restore "fake directory create times" as a share parameter | Volker Lendecke | 2009-11-29 | 4 | -9/+10 |
| | |||||
* | s3: "copy_reg" only looks at mode, uid, gid, atime and mtime (no birthtime) | Volker Lendecke | 2009-11-29 | 1 | -2/+1 |
| | |||||
* | s3: Pass up fake_dir_create_times from atalk_build_paths | Volker Lendecke | 2009-11-29 | 1 | -15/+24 |
| | | | | The callers only look at the mode | ||||
* | s3: Move directory_exist_stat to testparm.c, it only looks at the mode | Volker Lendecke | 2009-11-29 | 3 | -22/+21 |
| | |||||
* | s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers ↵ | Volker Lendecke | 2009-11-29 | 4 | -6/+9 |
| | | | | look at the mtime | ||||
* | s3: "startsmbfilepwent" only looks at the inode -- is that enough? | Volker Lendecke | 2009-11-29 | 1 | -4/+2 |
| | |||||
* | s3: "get_file_size" only looks at the size | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | s3: "socket_exist" only looks at the mode | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | s3: "sys_path_to_bdev" only looks at the devicenumber | Volker Lendecke | 2009-11-29 | 1 | -4/+3 |
| | |||||
* | s3: "check_log_size" only looks at the size | Volker Lendecke | 2009-11-29 | 1 | -2/+1 |
| | |||||
* | s3: "regf_hbin_allocate" only looks at the size | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | s3: "read_block" only looks at the size | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | s3: "write_block" does not use the sbuf at all | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | s3: "net_conf_addshare" only looks at the mode | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | s3: "net_usershare_add" only looks at the mode, device and inode | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | s3: "net_usershare_add" only looks at the device and inode | Volker Lendecke | 2009-11-29 | 1 | -2/+1 |
| | |||||
* | s3: "net_usershare_add" only looks at the mode and uid | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | s3: "count_num_usershares" only looks at the mode | Volker Lendecke | 2009-11-29 | 1 | -2/+1 |
| | |||||
* | s3: "info_fn" only looks at the mode and uid | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | s3: "get_share_list" only looks at the mode and uid | Volker Lendecke | 2009-11-29 | 1 | -2/+1 |
| | |||||
* | s3: "cgi_download" only looks at the mode and size | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | s3: "print_job_end" only looks at the size | Volker Lendecke | 2009-11-29 | 1 | -2/+1 |
| | |||||
* | s3: "check_magic" only looks at the size | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | s3: "disk_quotas" only looks at the devicenumber | Volker Lendecke | 2009-11-29 | 1 | -17/+13 |
| | |||||
* | s3: "load_usershare_shares" only looks at the mode and uid | Volker Lendecke | 2009-11-29 | 1 | -2/+1 |
| | |||||
* | s3: "load_usershare_service" only looks at the mode and uid | Volker Lendecke | 2009-11-29 | 1 | -2/+1 |
| | |||||
* | s3: "usershare_exists" only looks at the mode and mtime | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | s3: "process_usershare_file" only looks at the dev, ino, mode and size | Volker Lendecke | 2009-11-29 | 1 | -1/+1 |
| |