Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> | |||||
2011-05-31 | winbindd.8: Use new syntax in example | Luk Claes | 1 | -2/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | wbinfo.1: Avoid confusion with idmap uid option | 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_autorid.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_autorid.8: Use new syntax in autorid backend examples | Luk Claes | 1 | -6/+4 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_rid.8: Use new syntax in rid backend example | Luk Claes | 1 | -3/+2 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_nss.8: Use new syntax for nss backend | Luk Claes | 1 | -3/+2 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_hash.8: Use new syntax for hash backend | Luk Claes | 1 | -3/+2 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_adex.8: Use new syntax in adex backend example | Luk Claes | 1 | -3/+2 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-31 | idmap_ad.8: use new syntax in ad backend example | Luk Claes | 1 | -3/+2 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
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 | |
2011-05-31 | s3:groupdb/proto.h: add _GROUPDB_PROTO_H_ guard | Michael Adam | 1 | -0/+5 | |