Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-01 | s4-ldb: the '1' form of extended_dn search is easier to read | Andrew Tridgell | 1 | -1/+1 | |
The '1' form gives GUIDs and SIDs in the ascii form as normally used for display. | |||||
2009-12-01 | s4:setup Adjust upgradeprovision blackbox test now we don't have --targetdir | Andrew Bartlett | 1 | -2/+2 | |
2009-12-01 | s4: Remove targetdir as it can cause some trouble and can be replaced by an ↵ | Matthieu Patou | 1 | -3/+1 | |
adapted -s smb.conf Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | s4: Handle the case in secrets.ldb without name attribute | Matthieu Patou | 1 | -5/+25 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | s4: don't forget to update defaultSecurityDescriptor | Matthieu Patou | 1 | -2/+3 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | s4: load the domain level of the current provision and create a provision ↵ | Matthieu Patou | 2 | -3/+9 | |
with the same domain level Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | s4:ldap.py Add test of namingContext behaviour after tridge found a bug | Andrew Bartlett | 1 | -0/+15 | |
Tridge found that the partitions.c module was being initialised twice, and setting the partitions into the rootDSE twice. Andrew Bartlett | |||||
2009-12-01 | s4:WHATSNEW Nadezhda's acl module handles modifies | Andrew Bartlett | 1 | -2/+2 | |
2009-11-30 | Fix DEBUG 0 -> DEBUG 10 (left over code). | Jeremy Allison | 1 | -2/+4 | |
Fix opendir status return if access denied. Jeremy. | |||||
2009-11-30 | Fix bug 6938 : No hook exists to check creation rights when using acl_xattr ↵ | Jeremy Allison | 3 | -7/+104 | |
module Fix ACL modules to test for permissions on open/mkdir/opendir. Ensure that underlying ACLs are returned for directories/files with no Windows xattr or tdb acls stored. Jeremy. | |||||
2009-12-01 | s3-build: taise tdb version when building against system libtdb library. | Günther Deschner | 1 | -1/+1 | |
Try to fix the build on "buildsamba02". At least fixes the build on fedora12 with libtdb-devel-1.1.5-2.fc12.x86_64 installed. Volker, please check. Guenther | |||||
2009-12-01 | s3:add split_tokens, a cmdline tool to test next_token_talloc() | Michael Adam | 2 | -0/+92 | |
Michael | |||||
2009-12-01 | s3:fix linking of the t_str* test programs | Michael Adam | 1 | -4/+4 | |
Michael | |||||
2009-12-01 | s3:fix linking of libbigballofmud (on my box at least) | Michael Adam | 1 | -3/+3 | |
Michael | |||||
2009-12-01 | s3:torture: make t_stringoverflow.c compile at least (pstring is long gone) | Michael Adam | 1 | -2/+2 | |
I don't know whether these t_* programs are used at all any more, but this one was using pstrcpy... Michael | |||||
2009-11-30 | Restructure the connect function code to always call | Jeremy Allison | 16 | -37/+117 | |
down to NEXT-> before initializing. This allows us to do cleanup (by calling DISCONNECT) if initialization fails. Also fix vfs_acl_xattr which was failing to call the NEXT connect function. Jeremy. | |||||
2009-12-01 | drsuapi: fix build warning of NDR size calculation of ↵ | Günther Deschner | 6 | -12/+14 | |
drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther | |||||
2009-11-30 | s3-spoolss: fix fstrings in convert_devicemode() function. | Günther Deschner | 1 | -2/+5 | |
Guenther | |||||
2009-11-30 | Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgets | Volker Lendecke | 4 | -4/+12 | |
2009-11-30 | s3:docs: Fix typo in man mount.cifs. | Karolin Seeger | 1 | -1/+1 | |
Fix bug #6844 (wrong credential file format in mount.cifs manpage). Thanks to the Debian Samba package maintainers for reporting! Karolin | |||||
2009-11-30 | s3:docs: Document "aio write behind". | Karolin Seeger | 1 | -0/+23 | |
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin | |||||
2009-11-30 | s3:docs: Document "ldap page size". | Karolin Seeger | 1 | -0/+18 | |
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin | |||||
2009-11-30 | s3: Fix crash in free_file_list(). | Bo Yang | 1 | -3/+4 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-11-30 | s3:docs: Document "enable core files". | Karolin Seeger | 1 | -0/+15 | |
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin | |||||
2009-11-30 | s4-drs: Test situations for runtime constructed parentGUID | Fernando J V da Silva | 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> | |||||
2009-11-30 | s4-drs: Using dsdb_msg_add_guid() utility function | Fernando J V da Silva | 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> | |||||
2009-11-30 | s3:docs: Document "cache directory" and "state directory". | Karolin Seeger | 2 | -0/+44 | |
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin | |||||
2009-11-30 | s3: Fix bug 6288 | Volker Lendecke | 1 | -8/+8 | |
2009-11-30 | s4-drs: add deletion of old connections | Crístian Deives | 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> | |||||
2009-11-30 | s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn() | Crístian Deives | 4 | -11/+15 | |
this makes the usage clearer Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-11-30 | s4-drs: Create connection obejct (nTDSConnection) | Crístian Deives | 3 | -0/+130 | |
create nTDSConnection objects to match the list of servers Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-11-30 | s4-ldb: check for -ve value for page size | Andrew Tridgell | 1 | -0/+5 | |
This comes from a tip from Howard Chu. Apparently some clients will send a -ve page size value. | |||||
2009-11-30 | s4-dsdb: don't call ldb_next_init() twice in objectclass module | Andrew Tridgell | 1 | -1/+1 | |
2009-11-29 | s3: Fix a "not handled in switch" warning | Volker Lendecke | 1 | -0/+1 | |
2009-11-29 | s3: Fix an uninitialized variable reference | Volker Lendecke | 1 | -1/+2 | |
2009-11-29 | s3: Fix some nonempty blank lines | Volker Lendecke | 2 | -37/+36 | |
2009-11-29 | s3: Add a regression test for bug 6898 | Volker Lendecke | 5 | -2/+107 | |
2009-11-29 | s3: Factor out torture_setup_unix_extensions | Volker Lendecke | 2 | -19/+32 | |
2009-11-29 | lib/registry/util.c - Reorder the registry datatypes of the conversion functions | Matthias Dieter Wallnöfer | 1 | -9/+12 | |
This is absolutely cosmetic and makes the code easier to comprehend. | |||||
2009-11-29 | Revert "s4:registry/util - Don't include the trailing '\0' in the internal ↵ | Matthias Dieter Wallnöfer | 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! | |||||
2009-11-29 | s3: Restore "fake directory create times" as a share parameter | Volker Lendecke | 4 | -9/+10 | |
2009-11-29 | s3: "copy_reg" only looks at mode, uid, gid, atime and mtime (no birthtime) | Volker Lendecke | 1 | -2/+1 | |
2009-11-29 | s3: Pass up fake_dir_create_times from atalk_build_paths | Volker Lendecke | 1 | -15/+24 | |
The callers only look at the mode | |||||
2009-11-29 | s3: Move directory_exist_stat to testparm.c, it only looks at the mode | Volker Lendecke | 3 | -22/+21 | |
2009-11-29 | s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers ↵ | Volker Lendecke | 4 | -6/+9 | |
look at the mtime | |||||
2009-11-29 | s3: "startsmbfilepwent" only looks at the inode -- is that enough? | Volker Lendecke | 1 | -4/+2 | |
2009-11-29 | s3: "get_file_size" only looks at the size | Volker Lendecke | 1 | -1/+1 | |
2009-11-29 | s3: "socket_exist" only looks at the mode | Volker Lendecke | 1 | -1/+1 | |
2009-11-29 | s3: "sys_path_to_bdev" only looks at the devicenumber | Volker Lendecke | 1 | -4/+3 | |
2009-11-29 | s3: "check_log_size" only looks at the size | Volker Lendecke | 1 | -2/+1 | |