Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-15 | Add make_default_filesystem_acl() function to be used in following change to ↵ | Jeremy Allison | 2 | -0/+114 | |
acl_xattr and acl_tdb module. | |||||
2010-10-15 | Fix handling of "NULL" DACL. Map to u/g/w - rwx. | Jeremy Allison | 1 | -23/+33 | |
Jeremy. | |||||
2010-10-15 | Fix "force unknown ACL user" to strip out foreign SIDs from POSIX ACLs if ↵ | Jeremy Allison | 1 | -0/+8 | |
they can't be mapped. | |||||
2010-10-15 | Add debug message to get_nt_acl_internal() to see what we got. | Jeremy Allison | 1 | -0/+7 | |
2010-10-15 | Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK. | Jeremy Allison | 1 | -1/+5 | |
Jeremy. | |||||
2010-10-15 | Fix bug #7734 - When creating files with "inherit ACLs" set to true, we ↵ | Jeremy Allison | 2 | -2/+2 | |
neglect to apply appropriate create masks. Jeremy. | |||||
2010-10-15 | Fix bug #7733 - Invalid client DOS attributes on create can cause incorrect ↵ | Jeremy Allison | 1 | -0/+9 | |
unix mode_t to be generated. It turns out a client can send an NTCreateX call for a new file, but specify FILE_ATTRIBUTE_DIRECTORY in the attribute list. Windows silently strips this, but we don't - causing the unix_mode() function to go through the "mode bits for new directory" codepath, instead of the "mode bits for new file" codepath. Jeremy. | |||||
2010-10-15 | heimdal Add missing dependencies on wind. | Jelmer Vernooij | 1 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Oct 15 23:20:22 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | heimdal_build: Allow using system wind. | Jelmer Vernooij | 2 | -47/+67 | |
Please note that to use the system wind library the user explicitly has to specify --bundled-library=!wind . Without that option we will always use the included wind library. | |||||
2010-10-15 | s4:torture/local/dbspeed.c - use LDB result constant | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Oct 15 19:11:32 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | s3-rpc_server: Normalize rpc_pipe_open_interface pipe name. | Andreas Schneider | 1 | -1/+6 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Fri Oct 15 12:15:45 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | s3-rpc_server: Make auth_serversupplied_info const. | Andreas Schneider | 4 | -11/+11 | |
2010-10-15 | s3-winbind: Fixed the build of idmap_rid. | Andreas Schneider | 1 | -0/+1 | |
2010-10-15 | s4-test: fixed a typo in test_kinit.sh | Andrew Tridgell | 1 | -1/+1 | |
too many Ts Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Oct 15 10:14:27 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | s4-test: fixed test_kinit.sh time command test | Andrew Tridgell | 1 | -1/+1 | |
passing -W breaks -k yes | |||||
2010-10-15 | s4-net: exit with a failure when a command is unknown | Andrew Tridgell | 1 | -1/+1 | |
this ensures we don't pass bad tests in 'make test' if they call unknown net commands | |||||
2010-10-15 | script: the --tests option has been replaced by --test-command | Andrew Tridgell | 1 | -1/+0 | |
2010-10-15 | s4-finddcs: better debug messages to help track down DNS problems | Andrew Tridgell | 1 | -1/+12 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-15 | s4-net: fix the dependence on command line ordering | Andrew Tridgell | 1 | -8/+10 | |
this fixes python net commands where you use a '-' option before the command name Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-15 | s4:samdb_msg_add_int* - use "ldb_msg_add_string" rather than ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
"samdb_msg_add_string" "ldb_msg_add_string" is safe here since the integer has already been converted to a string which is "talloc"ed on "mem_ctx". Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Oct 15 09:11:49 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | s4 param: change messaging directory name from messaging to msg | Matthieu Patou | 1 | -1/+1 | |
This saves 6 chars and as in some installation users tends to install samba in directory with very long name they have a problem with the sockets. It will also ease the pain on buildfarms as we tend to have very long environnement name (ie. vampire_dc) in path that are already quite long leading also to errors on unix socket manipulation. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Oct 15 08:15:56 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | s4 dsdb: fix sign problem on PPC and x86 | Matthieu Patou | 1 | -2/+2 | |
In LDAP we used signed intege and groups have the highest bit set (ie. 0x80000002). So it will result with values that are > 2^31 when these value are used on some plateforms (x86 and PPC 64bits in this case) it causes problem with strtol. | |||||
2010-10-15 | s4:lib/registry/util.c - cosmetic - fix indentation, trailing whitespaces | Matthias Dieter Wallnöfer | 1 | -10/+11 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Oct 15 07:27:07 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | s4:lib/registry/util.c - strtoll call - better say explicitly that data is ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
in hex format Template is commit deebc934edb9a0a70e7615b1161d7a60fcb1d78f from Wilco. | |||||
2010-10-15 | s4:ntptr/ntptr_simple_ldb.c - use LDB result constants | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-10-15 | s4:libnet_samsync_ldb.c - use LDB result constants | Matthias Dieter Wallnöfer | 1 | -15/+15 | |
2010-10-15 | s4:lsa RPC server - use LDB result constant | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-10-15 | s4:samldb LDB module - cosmetic - use "ldb" variable rather than ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
"ldb_module_get_ctx" | |||||
2010-10-15 | s4:samdb_create_foreign_security_principal - proof error code of ↵ | Matthias Dieter Wallnöfer | 1 | -3/+6 | |
"samdb_msg_add_string" | |||||
2010-10-15 | s4:dsdb/common/util.c - samdb_msg_add_* calls - proof for more OOM conditions | Matthias Dieter Wallnöfer | 1 | -0/+6 | |
2010-10-15 | s4:dsdb/common/util.c - samdb_msg_add_string - the attribute name doesn't ↵ | Matthias Dieter Wallnöfer | 1 | -4/+3 | |
need to be duplicated This is done internally by the LDB library - look at "ldb_msg_add_empty". | |||||
2010-10-15 | s4:libds/common/flags.h - fix typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-10-15 | s4:dsdb - remove "samdb_msg_add_value" | Matthias Dieter Wallnöfer | 2 | -17/+6 | |
This can be substituted by "ldb_msg_add_value". Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Oct 15 00:21:53 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", ↵ | Matthias Dieter Wallnöfer | 20 | -225/+199 | |
"samdb_result_uint64" and "samdb_result_string" We have ldb_msg_find_attr_as_* calls which do exactly the same. Therefore this reduces only code redundancies. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-14 | s3: Remove smbd_server_conn from construct_reply | Volker Lendecke | 1 | -4/+6 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 14 12:35:07 UTC 2010 on sn-devel-104 | |||||
2010-10-14 | s3: Lift smbd_server_conn from receive_smb_talloc | Volker Lendecke | 1 | -10/+9 | |
2010-10-14 | s3: Lift smbd_server_conn from receive_smb_raw_talloc | Volker Lendecke | 1 | -8/+10 | |
2010-10-14 | s3: Lift smbd_server_conn from receive_smb_raw_talloc_partial_read | Volker Lendecke | 1 | -10/+10 | |
2010-10-14 | s3: Remove some explicit smbd_server_conn refs in process_smb() | Volker Lendecke | 1 | -2/+2 | |
2010-10-14 | s3: Rename "conn" to the more used "sconn" in process_smb() | Volker Lendecke | 1 | -7/+7 | |
2010-10-14 | s4:samldb LDB module - attempt to fix integer handling on big-endian platforms | Matthias Dieter Wallnöfer | 1 | -7/+9 | |
And beside this it's also nicer to use standard LDB functions for type conversions. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Oct 14 08:26:53 UTC 2010 on sn-devel-104 | |||||
2010-10-14 | s4-waf: automatically remove stale C and header files | Andrew Tridgell | 4 | -0/+99 | |
this prevents stale .c and .h files in bin/ from causing build problems Thanks to Thomas Nagy for the example implementation! Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 14 07:44:13 UTC 2010 on sn-devel-104 | |||||
2010-10-14 | s4-heimdal: fixed some trailing commas in heimdal build | Andrew Tridgell | 1 | -3/+3 | |
2010-10-14 | security: ensure the merge of libcli/security doesn't change s3 behaviour | Andrew Tridgell | 1 | -0/+5 | |
Jeremy, you put a #if 0 around this logic in this commit: 8344e945 (Jeremy Allison 2008-10-31 10:51:45 -0700 181) is this still needed? Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 14 03:16:41 UTC 2010 on sn-devel-104 | |||||
2010-10-14 | libcli/security Use static SIDs rather than parsing from strings | Andrew Bartlett | 3 | -6/+7 | |
This should make the security_token_is_*() calls a little faster. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 21 | -740/+615 | |
This should ensure we only have one copy of these core functions in the tree. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | libcli/security Define traditional constants in terms of IDL macros | Andrew Bartlett | 2 | -65/+64 | |
The source3/ code uses these constants in a lot of places, and it will take time and care to rename them, if that is desired. Linking the macros here will at least allow common code to use the IDL based macros, and preserve a documentary link between the constants (other than just their value) Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | libcli/security Move source3/lib/util_seaccess.c into the common code | Andrew Bartlett | 5 | -15/+62 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | s4-acl Merge sec_access_check() with se_access_check() from source3/ | Andrew Bartlett | 3 | -4/+18 | |
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | s3-acl Use uint32_t for counting the ACEs | Andrew Bartlett | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |