Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Tiny simplification to dom_sid_string_buf | Volker Lendecke | 1 | -2/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue May 31 23:16:31 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:doc: clean up the example section of the idmap_tdb manpage | Michael Adam | 1 | -22/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 19:47:45 CEST 2011 on sn-devel-104 | |||||
2011-05-31 | winbindd.8: Use new idmap syntax for smbconfoptions | Luk Claes | 1 | -8/+5 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
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 | replace: remove waring if IOV_MAX is not defined | Björn Jacke | 1 | -2/+0 | |
as discussed on samba-techincal we currelty don't rely on it and we don't want to flood this warning message during compile. Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue May 31 18:36:53 CEST 2011 on sn-devel-104 | |||||
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:doc: document "idmap gid" as deprecated. | Michael Adam | 1 | -8/+5 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 11:39:38 CEST 2011 on sn-devel-104 | |||||
2011-05-31 | s3:doc: document "idmap uid" as deprecated. | Michael Adam | 1 | -7/+5 | |
2011-05-31 | s3:doc: remove the documentation of "idmap alloc backend", which has been ↵ | Michael Adam | 1 | -14/+0 | |
removed | |||||
2011-05-31 | s3:doc: document "idmap backend" as deprecated. | Michael Adam | 1 | -33/+2 | |
2011-05-31 | s3:doc: update documentation of the "idmap config FOO : BAR" familiy of ↵ | Michael Adam | 1 | -20/+83 | |
parameters | |||||
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 | libcli/util Remove ntstatus_check_dos_mapping | Andrew Bartlett | 3 | -46/+0 | |
This has been set to true since the global loadparm was removed in 2008, and removes an #ifdef SAMBA_BUILD == 4 Andrew Bartlett | |||||
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 | 4 | -37/+41 | |
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 | s4-libcli Merge error map order with source3 errmap_unix.c | Andrew Bartlett | 1 | -26/+28 | |
This makes it easier to see what the actual differences here are. 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 | winbindd.8: Fix typo | Luk Claes | 1 | -1/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 02:56:52 CEST 2011 on sn-devel-104 | |||||
2011-05-31 | idmap_tdb.8: Remove reference to idmap uid and idmap gid options as fallback | Luk Claes | 1 | -3/+0 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_tdb.8: Remove references to alloc backend | Luk Claes | 1 | -19/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_tdb.8: Use new idmap syntax in examples | Luk Claes | 1 | -8/+5 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_ldap.8: Remove reference to idmap uid and idmap gid options as fallback | Luk Claes | 1 | -3/+0 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_ldap.8: Backend is not only used for searching | Luk Claes | 1 | -2/+2 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_ldap.8: Remove references to idmap alloc backend | Luk Claes | 1 | -50/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_ldap.8: Rework example to use new idmap syntax | Luk Claes | 1 | -10/+7 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_tdb2.8: Remove mentioning of deprecated idmap uid and idmap gid ↵ | Luk Claes | 1 | -3/+0 | |
options as fallback Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_tdb2.8: Avoid confusion with idmap uid and idmap gid options | Luk Claes | 1 | -1/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_tdb2.8: Remove part about alloc backend | Luk Claes | 1 | -19/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_tdb2.8: Use new syntax in example | Luk Claes | 1 | -3/+2 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> |