Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-18 | lib/util/charset Don't allow invalid 'dos charset = utf8' | Andrew Bartlett | 1 | -0/+6 | |
No DOS client used UTF8, and this creates subtle, difficult to disagnose breakage of schannel (domain membership). Andrew Bartlett | |||||
2011-05-18 | s3-lib Replace StrnCaseCmp() with strncasecmp_m() | Andrew Bartlett | 5 | -31/+31 | |
strncasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett | |||||
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 14 | -18/+18 | |
strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett | |||||
2011-05-18 | s3-net_rpc_printer.c: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 1 | -59/+57 | |
Convert cli_errstr() to nt_errstr() Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-05-13 | s3-net: fix potential crash bug in display_print_driver3(). | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri May 13 18:49:06 CEST 2011 on sn-devel-104 | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_config() to sbcErr. | Andreas Schneider | 1 | -25/+18 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_transaction_*() to sbcErr. | Andreas Schneider | 1 | -37/+35 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_delete_includes() to sbcErr. | Andreas Schneider | 1 | -4/+4 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_set_includes() to sbcErr. | Andreas Schneider | 1 | -6/+11 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_includes() to sbcErr. | Andreas Schneider | 1 | -4/+4 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_delete_parameter() to sbcErr. | Andreas Schneider | 1 | -7/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_parameter() to sbcErr. | Andreas Schneider | 1 | -7/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_set_parameter() to sbcErr. | Andreas Schneider | 1 | -21/+21 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_delete_share() to sbcErr. | Andreas Schneider | 1 | -6/+7 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_share() to sbcErr. | Andreas Schneider | 1 | -8/+8 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_create_share() to smbErr. | Andreas Schneider | 1 | -8/+12 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_share_names() to sbcErr. | Andreas Schneider | 1 | -4/+4 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_drop() to sbcErr. | Andreas Schneider | 1 | -6/+5 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_init() to sbcErr. | Andreas Schneider | 1 | -7/+8 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-08 | s3-utils Set dyn_CONFIGFILE from -c on smbpasswd command line | Andrew Bartlett | 1 | -0/+1 | |
This is similar to the code in popt_common and allows the smb.conf to be re-loaded from this file later in the code (or for Samba4 plugins to attempt to parse the same smb.conf). Andrew Bartlett | |||||
2011-05-06 | s3-includes: no need to globally include libads/ads_status.h. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-05-06 | s3-includes: finally only include client.h when libsmb is used. | Günther Deschner | 2 | -0/+3 | |
Guenther | |||||
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 14 | -0/+14 | |
Guenther | |||||
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 4 | -0/+4 | |
Guenther | |||||
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 5 | -8/+8 | |
2011-05-06 | More const fixes... getting near the end now. | Jeremy Allison | 4 | -12/+12 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 6 00:57:00 CEST 2011 on sn-devel-104 | |||||
2011-05-05 | More simple const fixups. | Jeremy Allison | 1 | -3/+3 | |
2011-05-04 | Fix warning messages caused by addition of null check in fstrcpy macro. | Jeremy Allison | 3 | -10/+10 | |
2011-05-04 | Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1. | Jeremy Allison | 1 | -2/+2 | |
2011-05-02 | s3: remove various references to server side dcerpc structs (which are not ↵ | Günther Deschner | 1 | -1/+0 | |
needed). Guenther | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 2 | -3/+3 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 1 | -1/+1 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 1 | -1/+1 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-28 | s3-libads Pass a struct sockaddr_storage to cldap routines | Andrew Bartlett | 1 | -4/+3 | |
This avoids these routines doing a DNS lookup that has already been done, and ensures that the emulated DNS lookup isn't thrown away. Andrew Bartlett | |||||
2011-04-26 | s3: Use cli_writeall instead of cli_write | Volker Lendecke | 1 | -6/+5 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-26 | s3-utils: Fix Bug #8106. Fix the build of smbget on HP NonStop. | Günther Deschner | 1 | -0/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Apr 26 16:41:17 CEST 2011 on sn-devel-104 | |||||
2011-04-15 | s3-waf: try to fix the non-ldap-but-krb5 build. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-04-15 | s3: Fix bug 8066, wrong output in smbget | Volker Lendecke | 1 | -4/+9 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Apr 15 09:32:55 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | s3: only include smb profiling where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 01:31:39 CEST 2011 on sn-devel-104 | |||||
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 7 | -0/+7 | |
Guenther | |||||
2011-04-13 | s3-build Remove distinct LOCALEDIR subsystem | Andrew Bartlett | 2 | -2/+1 | |
This is no different to the rest of dynconfig, and so should be dealt with there. Andrew Bartlett | |||||
2011-04-12 | s3: Retry the join with the short name | Volker Lendecke | 1 | -0/+5 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-04-08 | s3:net idmap check: fix output of an invalid record | Michael Adam | 1 | -1/+6 | |
Only print the value number for hwm, version and seqnum keys. Pair-Programmed-With: Gregor Beck <gbeck@sernet.de> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Apr 8 17:29:31 CEST 2011 on sn-devel-104 | |||||
2011-04-08 | s3-net: "idmap check" ignore __db_sequence_number__ | Gregor Beck | 1 | -1/+7 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-04-07 | s3:net rpc trust: fix two C++ implicit void * cast warnings | Michael Adam | 1 | -2/+5 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Apr 7 17:52:28 CEST 2011 on sn-devel-104 | |||||
2011-04-07 | s3:net idmap check: fix a couple of c++ implicit void * cast warnings | Michael Adam | 1 | -5/+5 | |
2011-04-07 | s3-net: fix the usage output of "net idmap check" | Gregor Beck | 1 | -4/+5 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-04-06 | s3-net: Add delete op for net trust utility | Sumit Bose | 1 | -53/+159 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-04-06 | s3-net: Add net trust utility | Sumit Bose | 3 | -0/+559 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-04-06 | s3-net: add IPA provision | Sumit Bose | 1 | -20/+119 | |
Signed-off-by: Günther Deschner <gd@samba.org> |