Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/util/charset Add tests for convert_string_talloc_handle() | Andrew Bartlett | 2011-03-30 | 2 | -0/+2 |
| | | | | | | | Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Mar 30 13:02:47 CEST 2011 on sn-devel-104 | ||||
* | lib/util Move base64 functions into lib/util/base64.c | Andrew Bartlett | 2011-03-30 | 1 | -29/+2 |
| | | | | Andrew Bartlett | ||||
* | s4:lib/policy/gp_ldap.c - make more use of LDB result constants | Matthias Dieter Wallnöfer | 2011-03-30 | 1 | -13/+13 |
| | | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Mar 30 09:33:38 CEST 2011 on sn-devel-104 | ||||
* | s4:lib/registry/registry.h - align a copyright line in header comment | Matthias Dieter Wallnöfer | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | s4:smb_server/smb/trans2.c - "talloc_move" isn't strictly necessary here | Matthias Dieter Wallnöfer | 2011-03-30 | 1 | -1/+1 |
| | | | | | | Since the "set" will be free'd afterwards "talloc_steal" is enough. Reviewed-by: Tridge | ||||
* | Ensure convert_string_XXX is always called with a valid converted_size pointer. | Jeremy Allison | 2011-03-29 | 9 | -13/+26 |
| | | | | | | | Preparation for cleaning up this API. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 29 21:01:49 CEST 2011 on sn-devel-104 | ||||
* | ldb: detect eof on ldif files | Andrew Tridgell | 2011-03-29 | 2 | -0/+20 |
| | | | | | | | use feof() to detect parsing errors in ldif files Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 29 08:24:04 CEST 2011 on sn-devel-104 | ||||
* | s4-dsdb: allow modification of linked attribute targets with relax | Andrew Tridgell | 2011-03-29 | 1 | -1/+2 |
| | | | | | | this is used to help recover a corrupt database. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-cmdline: moved loadparm init after fault setup | Andrew Tridgell | 2011-03-29 | 1 | -2/+1 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-param: set a default logfile | Andrew Tridgell | 2011-03-29 | 1 | -0/+5 |
| | | | | | | setup a logfile for when one is not specified in smb.conf Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-fsmo: say which role is being transferred | Andrew Tridgell | 2011-03-29 | 1 | -4/+4 |
| | | | | this is particularly useful for "samba-tool fsmo transfer --role=all" | ||||
* | s4-fsmo: samba-tool fsmo transfer now gets full error code | Andrew Tridgell | 2011-03-29 | 1 | -2/+2 |
| | | | | | | We now wait for the transfer to succeed or fail Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-dsdb: perform FSMO transfers asynchronously | Andrew Tridgell | 2011-03-29 | 2 | -26/+43 |
| | | | | | | | this gives the administrator a proper error message on the command line Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-fsmo: make rootDSE modify for FSMO transfer async | Andrew Tridgell | 2011-03-29 | 1 | -12/+50 |
| | | | | | | this gives the ldap client the error code from the transfer Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-fsmo: nicer error messages on failed FSMO transfers | Andrew Tridgell | 2011-03-29 | 1 | -5/+12 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-drs: default hostname in samba-tool drs command | Andrew Tridgell | 2011-03-29 | 1 | -2/+2 |
| | | | | | | default to our hostname Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-dsdb: only allow administrators to trigger FSMO role transfers | Andrew Tridgell | 2011-03-29 | 1 | -0/+8 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-fsmo: samba-tool fsmo takes a URL, not a hostname | Andrew Tridgell | 2011-03-29 | 2 | -5/+5 |
| | | | | | | better to call the option --url Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | Fix inspired by work done by David Disseldorp for bug #8040 - smbclient ↵ | Jeremy Allison | 2011-03-28 | 1 | -4/+10 |
| | | | | | | | | | segfaults when a Cyrillic netbios name or workgroup is configured. Change msrpc_gen to return NTSTATUS and ensure everywhere this is used it is correctly checked to return that status. Jeremy. | ||||
* | lib/util/charset rename iconv_convenience to iconv_handle | Andrew Bartlett | 2011-03-25 | 7 | -21/+21 |
| | | | | | | This better reflects what this structure is Andrew Bartlett | ||||
* | libcli: created smb_constants.h | Andrew Tridgell | 2011-03-25 | 1 | -12/+1 |
| | | | | | | this starts the (long!) process of moving some of the SMB constants into common files. This just moves the FLAGS2_ defines, which are needed for common string routines (for FLAGS2_UNICODE_STRINGS) | ||||
* | charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵ | Andrew Tridgell | 2011-03-24 | 19 | -44/+38 |
| | | | | | | | | | convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104 | ||||
* | librpc: bring more librpc prototypes in common. | Günther Deschner | 2011-03-23 | 1 | -13/+0 |
| | | | | Guenther | ||||
* | fault: fixed call to fault_setup() to use new syntax | Andrew Tridgell | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | s4:python bindings - handle NULL returns from "loadparm_init_global" | Matthias Dieter Wallnöfer | 2011-03-22 | 3 | -0/+17 |
| | | | | | | | Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Mar 22 19:52:57 CET 2011 on sn-devel-104 | ||||
* | s4:param/loadparm.c - check for OOM | Matthias Dieter Wallnöfer | 2011-03-22 | 1 | -0/+3 |
| | | | | | | Return NULL if the loadparm context hasn't been allocated Reviewed-by: Jelmer | ||||
* | s4:auth/system_session.c - check for OOM | Matthias Dieter Wallnöfer | 2011-03-22 | 1 | -0/+2 |
| | | | | Reviewed-by: Jelmer | ||||
* | s4:ntvfs/posix: name->dos.attrib isn't initialized in pvfs_access_check_create() | Stefan Metzmacher | 2011-03-22 | 1 | -1/+1 |
| | | | | | | | | | | That's why we have the 'container' parameter to indicate the caller wants to create a directory. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Mar 22 17:39:11 CET 2011 on sn-devel-104 | ||||
* | s4:ntvfs/posix: grant SEC_STD_DELETE if the parent grants SEC_DIR_DELETE_CHILD | Stefan Metzmacher | 2011-03-21 | 1 | -10/+58 |
| | | | | metze | ||||
* | pyldb: minor fixup, fix a memory leak | Matthieu Patou | 2011-03-20 | 1 | -2/+3 |
| | | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Mar 20 12:13:50 CET 2011 on sn-devel-104 | ||||
* | pyldb: add more tests for control manipulation | Matthieu Patou | 2011-03-20 | 1 | -0/+4 |
| | |||||
* | dsdb: read acl, sd can be null and ret == LDB_SUCCESS | Matthieu Patou | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | dsdb: acl_read fix a missed talloc_steal | Matthieu Patou | 2011-03-20 | 1 | -0/+1 |
| | |||||
* | upgradeprovision: Fix typo | Matthieu Patou | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | ldb:fix control parsing for dirsync | Matthieu Patou | 2011-03-20 | 1 | -2/+3 |
| | |||||
* | rpc_server/remote: Add missing prototype. | Jelmer Vernooij | 2011-03-19 | 1 | -0/+1 |
| | |||||
* | lib/registry/tests: Fix prototypes. | Jelmer Vernooij | 2011-03-19 | 4 | -4/+4 |
| | |||||
* | source4/: Fix prototypes for all functions in various subsystems. | Jelmer Vernooij | 2011-03-19 | 10 | -0/+19 |
| | |||||
* | source4/lib: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 6 | -0/+12 |
| | |||||
* | source4/torture: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 7 | -0/+8 |
| | |||||
* | source4/auth: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 6 | -1/+17 |
| | |||||
* | source4/param: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 4 | -1/+8 |
| | |||||
* | source4/auth/ntlm: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 7 | -0/+13 |
| | |||||
* | source4/auth/gensec: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 7 | -1/+11 |
| | |||||
* | source4/winbind: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 3 | -0/+7 |
| | |||||
* | source4/torture/ndr: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 14 | -0/+14 |
| | |||||
* | source4/kdc: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 6 | -1/+13 |
| | |||||
* | source4/ntvfs: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 7 | -0/+14 |
| | |||||
* | source4/rpc_server: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 6 | -0/+7 |
| | |||||
* | source4/dsdb/samdb: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 4 | -2/+4 |
| |