summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Collapse)AuthorAgeFilesLines
* s3: Pass procid_self() explicitly to messaging_ctdbd_connection()Volker Lendecke2010-07-054-11/+17
|
* s3: Remove an unused variable -- thanks, metze!Volker Lendecke2010-07-041-2/+1
|
* s3: Replace register_message_flags() with serverid_register_msg_flags()Volker Lendecke2010-07-041-0/+52
| | | | | | | message_send_all is now done by walking the serverid.tdb, not the connections.tdb anymore. Günther, Simo, please check!
* s3: Use msg_ctx->id in messagingVolker Lendecke2010-07-042-5/+6
| | | | This removes some references to procid_self() deep inside the code
* s3: Pass the new server_id through reinit_after_forkVolker Lendecke2010-07-041-1/+2
|
* s3: Re-initialize the server_id in messaging_reinitVolker Lendecke2010-07-042-4/+7
|
* s3: Remove serverid_[de]register_selfVolker Lendecke2010-07-041-21/+5
| | | | This removes some deep references to procid_self()
* s3: ALWAYS run make test before checkin ....Volker Lendecke2010-07-041-2/+2
|
* s3: Slight reshaping of server_exists_parseVolker Lendecke2010-07-041-4/+6
| | | | Doing a copy and then do the compare is a bit pointless, use memcmp
* s3-registry: avoid using registry_value union.Günther Deschner2010-07-021-20/+48
| | | | | | Just pull and push data as is. Guenther
* s3-libads: only include libds flags where needed.Günther Deschner2010-07-011-0/+1
| | | | Guenther
* s3: Make some routines static in smbldapVolker Lendecke2010-06-281-2/+2
|
* s3-registry: Convert registry key delimiter from slash to backslash.Andreas Schneider2010-06-251-6/+6
| | | | | | | This is needed to support keynames containing a '/' like TCP/IP. Which is used in serveral standard paths. Signed-off-by: Michael Adam <obnox@samba.org>
* Fix bug 7528 - Solaris with NIS autohome.Jeremy Allison2010-06-221-0/+3
| | | | | | Ensure entries containing "\n" are stripped. Jeremy.
* tldap: Fix a type-punned warningVolker Lendecke2010-06-211-1/+1
|
* s3: Fix some enum/int mixup warningsVolker Lendecke2010-06-211-53/+53
|
* s3: Fix a type-punned warningVolker Lendecke2010-06-211-2/+2
|
* s3:fix an outdated comment.Michael Adam2010-06-211-5/+2
|
* s3-tdb: Added missing out of memory check in rename_file_with_suffix().Andreas Schneider2010-06-161-0/+4
|
* s3:lib make server contexts genericSimo Sorce2010-06-101-0/+69
| | | | Pair-programmed-with: Andreas Schneider <asn@samba.org>
* s3: fix calculation of st_blocks in init_stat_ex_from_statBjörn Jacke2010-06-091-1/+1
| | | | | | | this is just relevant for the very rare systems that don't have the st_blocks struct member. This is a fixup of the fix for bug 7474. Thanks to Joachim Schmitz for spotting this!
* s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in ↵Günther Deschner2010-06-081-1/+1
| | | | | | | | | | netdomjoin-gui. Patch from Buchan Milne <bgmilne@mandriva.org>. Thanks! Guenther
* s3: fix build on platforms without st_blocks and st_blksize stat struct membersBjörn Jacke2010-06-071-0/+9
| | | | This fixes bug 7474.
* s3-lsa: Fix static list of luids in our privileges implementation.Günther Deschner2010-06-071-9/+9
| | | | | | The high/low order changed while moving to LSA defines. Found by torture test. Guenther
* s3-privileges: use LUID defines from lsa IDL.Günther Deschner2010-06-072-15/+15
| | | | Guenther
* s3-security: use shared "Standard access rights.".Günther Deschner2010-06-032-3/+3
| | | | Guenther
* s3-security: move ALL_SECURITY_INFORMATION to the only user.Günther Deschner2010-06-031-0/+7
| | | | Guenther
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-1/+1
| | | | Guenther
* s3-security: use shared SECINFO_SACL define.Günther Deschner2010-06-031-1/+1
| | | | Guenther
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-031-1/+1
| | | | Guenther
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-031-1/+1
| | | | Guenther
* s3: remove unused librpc/ndr/sid.c.Günther Deschner2010-06-031-0/+1
| | | | Guenther
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-313-0/+3
| | | | Guenther
* s3:lib s3:lib move get_global_sam_name to util_names.cAndrew Bartlett2010-05-282-13/+13
| | | | | | | | | This doesn't really belong in util_sid.c, and has much more in common with the other functions in util_names.c Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:lib split out global workgroup and netbios name functions.Andrew Bartlett2010-05-282-42/+73
| | | | | | | | Having these in their own file allows easier selective inclusion. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:registry: rename lib/util_reg_api.c to registry/reg_util_marshalling.cMichael Adam2010-05-251-215/+0
|
* s3:registry: move prototype registry_create_admin_token() to new header ↵Michael Adam2010-05-251-0/+1
| | | | | | reg_util_token.h and use it only where necessary.
* s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam2010-05-251-0/+1
| | | | And use them only where needed.
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-2110-120/+120
| | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett2010-05-211-2/+2
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-registry: support REG_DWORD_BIG_ENDIAN.Günther Deschner2010-05-201-1/+3
| | | | | | | Just treat it as a REG_DWORD for now. Long term all these checks will need to pass away, once we get a real registry... Guenther
* s3-registry: support REG_QWORD.Günther Deschner2010-05-201-1/+16
| | | | Guenther
* s3-rpc_client: move protos to init_samr.hGünther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-rpc_client: move protos to cli_samr.hGünther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-pidfile: set the close on exec flag for the created pidfiles.Günther Deschner2010-05-181-0/+3
| | | | Guenther
* s3-secdesc: move SEC_DESC_HEADER_SIZE to its only user.Günther Deschner2010-05-181-0/+2
| | | | Guenther
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-182-35/+35
| | | | Guenther
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-182-10/+10
| | | | Guenther
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-183-13/+13
| | | | Guenther