Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 2011-06-09 | 3 | -5/+5 |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_ARRAY isn't standard talloc. | ||||
* | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 2011-06-09 | 2 | -4/+4 |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | ||||
* | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 2011-06-09 | 3 | -4/+4 |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_P isn't standard talloc. | ||||
* | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 2011-06-09 | 3 | -7/+7 |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc. | ||||
* | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 2011-06-09 | 1 | -1/+1 |
| | | | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_REALLOC_ARRAY isn't standard talloc. Andrew Bartlett | ||||
* | s3: Make use of name_resolve_bcast in nmblookup | Volker Lendecke | 2011-06-05 | 1 | -21/+3 |
| | |||||
* | Fix const warnings. | Jeremy Allison | 2011-06-02 | 1 | -1/+1 |
| | | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Jun 2 01:02:53 CEST 2011 on sn-devel-104 | ||||
* | Fix const warning. | Jeremy Allison | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | Fix const warning. | Jeremy Allison | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | s3: fix more -Wunused-but-set-variable build warnings. | Günther Deschner | 2011-06-01 | 1 | -3/+0 |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jun 1 00:29:30 CEST 2011 on sn-devel-104 | ||||
* | s3-utils: fix another -Wunused-but-set-variable build warning. | Günther Deschner | 2011-05-31 | 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 | ||||
* | Improve documentation for net rpc trust | Sumit Bose | 2011-05-30 | 1 | -13/+16 |
| | | | | | | | | | Add man pages entries and fix usage output. Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon May 30 20:05:34 CEST 2011 on sn-devel-104 | ||||
* | s3:net: registry export: close key after recursion returns | Gregor Beck | 2011-05-30 | 1 | -1/+3 |
| | | | | | | | Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 30 18:53:28 CEST 2011 on sn-devel-104 | ||||
* | s3:net registry: polish output of net registry enumerate[_recursive] | Michael Adam | 2011-05-30 | 1 | -11/+15 |
| | | | | | so that net registry enumerate output is as before, and net registry enumerate_recursive is formatted more nicely | ||||
* | s3:net: registry: use recursive implementation for enumerate | Gregor Beck | 2011-05-30 | 1 | -63/+41 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3:net: registry: add new command enumerate_recursive | Gregor Beck | 2011-05-30 | 1 | -0/+107 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3:smbcacls: fix parsing of multiple flags | Gregor Beck | 2011-05-30 | 1 | -1/+6 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3: Use cli_connect_nb in net_rpc_check | Volker Lendecke | 2011-05-28 | 1 | -8/+3 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat May 28 21:57:04 CEST 2011 on sn-devel-104 | ||||
* | s3: Use cli_connect_nb in cli_servertime | Volker Lendecke | 2011-05-28 | 1 | -18/+2 |
| | |||||
* | s3-testparm Warn about incorrect use of 'password server' | Andrew Bartlett | 2011-05-25 | 1 | -4/+4 |
| | | | | | | | This merges master with v3-6-test Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed May 25 05:20:57 CEST 2011 on sn-devel-104 | ||||
* | s3:testparm: don't return an error for a warning message | Stefan Metzmacher | 2011-05-20 | 1 | -1/+0 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri May 20 13:14:39 CEST 2011 on sn-devel-104 | ||||
* | s3-testparm Warn more on incorrect use of 'password server' | Andrew Bartlett | 2011-05-18 | 1 | -2/+17 |
| | |||||
* | lib/util/charset Don't allow invalid 'dos charset = utf8' | Andrew Bartlett | 2011-05-18 | 1 | -0/+6 |
| | | | | | | | No DOS client used UTF8, and this creates subtle, difficult to disagnose breakage of schannel (domain membership). Andrew Bartlett | ||||
* | s3-lib Replace StrnCaseCmp() with strncasecmp_m() | Andrew Bartlett | 2011-05-18 | 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 | ||||
* | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 2011-05-18 | 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 | ||||
* | s3-net_rpc_printer.c: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 2011-05-18 | 1 | -59/+57 |
| | | | | | | Convert cli_errstr() to nt_errstr() Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s3-net: fix potential crash bug in display_print_driver3(). | Günther Deschner | 2011-05-13 | 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 | ||||
* | libsmbconf: Convert smbconf_get_config() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -25/+18 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_transaction_*() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -37/+35 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_delete_includes() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -4/+4 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_set_includes() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -6/+11 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_get_includes() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -4/+4 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_delete_parameter() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -7/+6 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_get_parameter() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -7/+6 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_set_parameter() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -21/+21 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_delete_share() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -6/+7 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_get_share() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -8/+8 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_create_share() to smbErr. | Andreas Schneider | 2011-05-10 | 1 | -8/+12 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_get_share_names() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -4/+4 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_drop() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -6/+5 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libsmbconf: Convert smbconf_init() to sbcErr. | Andreas Schneider | 2011-05-10 | 1 | -7/+8 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3-utils Set dyn_CONFIGFILE from -c on smbpasswd command line | Andrew Bartlett | 2011-05-08 | 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 | ||||
* | s3-includes: no need to globally include libads/ads_status.h. | Günther Deschner | 2011-05-06 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-includes: finally only include client.h when libsmb is used. | Günther Deschner | 2011-05-06 | 2 | -0/+3 |
| | | | | Guenther | ||||
* | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 2011-05-06 | 14 | -0/+14 |
| | | | | Guenther | ||||
* | s3: only include tdb headers where needed. | Günther Deschner | 2011-05-06 | 4 | -0/+4 |
| | | | | Guenther | ||||
* | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 2011-05-06 | 5 | -8/+8 |
| | |||||
* | More const fixes... getting near the end now. | Jeremy Allison | 2011-05-06 | 4 | -12/+12 |
| | | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 6 00:57:00 CEST 2011 on sn-devel-104 | ||||
* | More simple const fixups. | Jeremy Allison | 2011-05-05 | 1 | -3/+3 |
| | |||||
* | Fix warning messages caused by addition of null check in fstrcpy macro. | Jeremy Allison | 2011-05-04 | 3 | -10/+10 |
| |