Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-01 | s3-param Make lp_statedir() const | Andrew Bartlett | 2 | -6/+6 | |
This disables % substitutions in the 'state dir' parameter. This is used all over the codebase, and need to be internally consistent between all the Samba tasks. Andrew Bartlett | |||||
2011-06-01 | s3-param Make lp_lockdir() const | Andrew Bartlett | 2 | -2/+2 | |
This disables % substitutions in the 'lock dir' parameter. This is used all over the codebase, and needs to be internally consistent for the life of the process, as they determine the location of our locking databases. Andrew Bartlett | |||||
2011-06-01 | s3-param Make lp_smb_passwd_file() and lp_private_dir() const | Andrew Bartlett | 2 | -4/+4 | |
This disables % substitutions in the 'smb passwd file' and 'private dir' parameters. These are used all over the codebase, and need to be internally consistent for the life of the process, as they determine the location of secrets.tdb, as well as the passdb databases. Andrew Bartlett | |||||
2011-06-01 | s3-param Make lp_smb_ports() const | Andrew Bartlett | 2 | -2/+2 | |
It makes no sense to have a % substiution in the 'smb ports' parameter. Andrew Bartlett | |||||
2011-06-01 | s3-param Make charset parameters const | Andrew Bartlett | 2 | -6/+6 | |
This removes the dangerous ability for these parameters to change based on % substitutions. Andrew Bartlett | |||||
2011-06-01 | s3-param Make lp_passwordserver() const. | Andrew Bartlett | 2 | -2/+2 | |
This means that it no longer takes % substituations, and so the documentation for this behaviour is removed from the smb.conf manpage. (This mode is only useful in security=server, which is already marked as deprecated in 3.6). Andrew Bartlett | |||||
2011-06-01 | s3-param prepare for some lp_ functions to return const | Andrew Bartlett | 2 | -2/+2 | |
2011-06-01 | Remove the char * argument from the SMB_VFS_GETWD() call. Now always | Jeremy Allison | 7 | -26/+27 | |
returns malloc'ed memory. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Jun 1 04:06:12 CEST 2011 on sn-devel-104 | |||||
2011-06-01 | Change sys_getcd() to take no arguments and always return malloc'ed memory ↵ | Jeremy Allison | 5 | -20/+50 | |
(or NULL). Part of the efforts to remove PATH_MAX on modern systems. | |||||
2011-06-01 | Add check for the getcwd function being able to take NULL,0 arguments. | Jeremy Allison | 2 | -0/+21 | |
2011-06-01 | Split the ACE flag mapping between nfs4 and Windows | Jeremy Allison | 1 | -14/+59 | |
into two separate functions rather than trying to do it inline. Allows us to carefully control what flags are mapped to what in one place. Modification to bug #8191 - vfs_gpfs dosn't honor ACE_FLAG_INHERITED_ACE | |||||
2011-06-01 | s3:idmap_ldap: allow creation of ldap stored mappings for explicitly ↵ | Michael Adam | 1 | -1/+1 | |
configured domains. After the preparations, this is achieved by using idmap_ldap_allocate_id_internal() as get_new_id rw method instead of idmap_ldap_allocate_id(). | |||||
2011-06-01 | s3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ldap_allocate_id | Michael Adam | 1 | -6/+6 | |
This is in preparation of allowing allocating ldap based domain-specific configs. | |||||
2011-06-01 | s3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_ldap_allocate_id_internal | Michael Adam | 1 | -3/+3 | |
This is in preparation of allowing allocating ldap based domain-specific configs. | |||||
2011-06-01 | s3: fix more -Wunused-but-set-variable build warnings. | Günther Deschner | 4 | -10/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jun 1 00:29:30 CEST 2011 on sn-devel-104 | |||||
2011-05-31 | struct make "struct shadow_copy_data" its own talloc context | Volker Lendecke | 4 | -19/+7 | |
2011-05-31 | s3: Remove SHADOW_COPY_DATA typedef | Volker Lendecke | 8 | -11/+19 | |
2011-05-31 | s3: Mark sockets in error state writable | Volker Lendecke | 1 | -0/+23 | |
Without this patch, when a socket only has a write event pending, we will never detect an error condition. I've seen winbind doing 12:19:13.659964 gettimeofday({1306837153, 659984}, NULL) = 0 <0.000016> 12:19:13.660109 poll([{fd=35, events=POLLOUT}, {fd=32, events=POLLIN|POLLHUP}], 2, 9996) = 1 ([{fd=35, revents=POLLERR|POLLHUP}]) <0.000015> 12:19:13.660253 gettimeofday({1306837153, 660269}, NULL) = 0 <0.000013> 12:19:13.660298 poll([{fd=35, events=POLLOUT}, {fd=32, events=POLLIN|POLLHUP}], 2, 9996) = 1 ([{fd=35, revents=POLLERR|POLLHUP}]) <0.000015> for a while when trying to connect to a DC when the socket had died already. Volker Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue May 31 20:59:10 CEST 2011 on sn-devel-104 | |||||
2011-05-31 | s3:passdb: add GPL/copyright header to machine_sid.h | Michael Adam | 1 | -0/+21 | |
2011-05-31 | s3:nmbd: add _NMBD_NMBD_H_ guard to nmbd.h | Michael Adam | 1 | -0/+5 | |
2011-05-31 | s3:nmbd: add GPL/Copyright header to nmbd.h | Michael Adam | 1 | -0/+20 | |
2011-05-31 | s3:rpc_server: add _RPC_SERVER_SRV_ACCESS_CHECK_H_ guard to srv_access_check.h | Michael Adam | 1 | -0/+5 | |
2011-05-31 | s3:rpc_server: add GPL/Copyright header to rpc_server/srv_access_check.h | Michael Adam | 1 | -0/+29 | |
2011-05-31 | s3: add _LIB_IDMAP_CACHE_H_ guard to lib/idmap_cache.h | Michael Adam | 1 | -0/+5 | |
2011-05-31 | s3: add GPL/Copyright header to lib/idmap_cache.h | Michael Adam | 1 | -0/+20 | |
2011-05-31 | s3:librpc: remove unused file librpc/ndr/util.h | Michael Adam | 1 | -4/+0 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 15:19:46 CEST 2011 on sn-devel-104 | |||||
2011-05-31 | s3:winbindd_nrd: include ../librpc/ndr/libndr.h instead of librpc/ndr/util.h | Michael Adam | 1 | -1/+1 | |
2011-05-31 | s3:libads/ndr: include ../librpc/ndr/libndr.h instead of librpc/ndr/util.h | Michael Adam | 1 | -1/+1 | |
2011-05-31 | s3: Support shadow copy display over SMB2 | Volker Lendecke | 1 | -0/+121 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue May 31 12:53:10 CEST 2011 on sn-devel-104 | |||||
2011-05-31 | s3:lib/eventlog/proto.h: add _LIB_EVENTLOG_PROTO_H_ guard | Michael Adam | 1 | -0/+5 | |
2011-05-31 | s3:lib/eventlog/proto.h: add GPL/Copyright header | Michael Adam | 1 | -0/+22 | |
2011-05-31 | s3-libsmb remove ldap_err2string() as common nterrs[] has the constants | Andrew Bartlett | 1 | -6/+0 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue May 31 08:58:00 CEST 2011 on sn-devel-104 | |||||
2011-05-31 | s3-build Don't allow undefined symbols in pam_smbpass.so | Andrew Bartlett | 1 | -0/+1 | |
2011-05-31 | s3-utils: fix another -Wunused-but-set-variable build warning. | Günther Deschner | 1 | -3/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue May 31 05:18:42 CEST 2011 on sn-devel-104 | |||||
2011-05-31 | s3-libsmb: fix build warning of cli_qfilename(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-05-31 | s3-build Put memcache in a standalone library | Andrew Bartlett | 1 | -2/+7 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue May 31 04:08:08 CEST 2011 on sn-devel-104 | |||||
2011-05-31 | s3-lib Move source3-specific malloc replacements into a seperate file | Andrew Bartlett | 4 | -145/+179 | |
This will make it easier to create a dep tree for otherwise simple libraries. Andrew Bartlett | |||||
2011-05-31 | lib/util Move sys_memalign into lib/util/system.c | Andrew Bartlett | 2 | -37/+0 | |
2011-05-31 | s3-smbd Fix conn_msg.c: Cannot return in a void function | Andrew Bartlett | 1 | -1/+1 | |
2011-05-31 | s3-lib Improve indentation of errmap_unix | Andrew Bartlett | 1 | -36/+36 | |
This also makes it easier to compare and contrast with the source4 version, because the differences here matter, and need to be resolved with care. Andrew Bartlett | |||||
2011-05-31 | s3-lib: Use ARRAY_SIZE() to walk the error mapping tables | Andrew Bartlett | 1 | -6/+4 | |
This gives a constant termination condition, and may help the compiler. Andrew Bartlett | |||||
2011-05-31 | s3:libgpo/gpo_proto.h: add _LIBGPO_GPO_PROTO_H_ guard | Michael Adam | 1 | -0/+5 | |
2011-05-31 | s3:libgpo/gpo_proto.h: add GPL/Copyright header | Michael Adam | 1 | -0/+19 | |
2011-05-31 | s3:libads/kerberos_proto.h: add _LIBADS_KERBEROS_PROTO_H_ guard | Michael Adam | 1 | -0/+5 | |
2011-05-31 | s3:libads/kerberos_proto.h: add GPL/Copyright header | Michael Adam | 1 | -0/+29 | |
2011-05-31 | s3:libads/ads_proto.h: add _LIBADS_ADS_PROTO_H_ guard | Michael Adam | 1 | -0/+5 | |
2011-05-31 | s3:libads/ads_proto.h: add GPL/Copyright header | Michael Adam | 1 | -0/+31 | |
2011-05-31 | s3:nmbd/nmbd_proto.h: add GPL/Copyright header | Michael Adam | 1 | -0/+25 | |
2011-05-31 | s3:winbindd/idmap_proto.h: add _WINBINDD_IDMAP_PROTO_H_ guard | Michael Adam | 1 | -0/+4 | |
2011-05-31 | s3:winbindd/idmap_proto.h: add GPL/Copyright header | Michael Adam | 1 | -0/+25 | |