summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-09-23build: list sources of subsystem LIBCLI_SAMR directly in the definitionMichael Adam1-3/+1
2013-09-23build: list sources of library libcli_lsa3 directly in the definitionMichael Adam1-3/+1
2013-09-23build: list sources of cli_spoolss directly in the definition.Michael Adam1-4/+2
2013-09-23build: list source of subsystem PASSCHANGE directly in definition and remove ...Michael Adam1-5/+2
2013-09-23build: list source of subsystem SERVER_MUTEX directly in its definitionMichael Adam1-4/+2
2013-09-23build: list source of subsystem AVAHI directly in its definition.Michael Adam1-3/+1
2013-09-23build: list LIB_SRC files directly in samba3core.Michael Adam1-32/+36
2013-09-23build: define a subsystem TDB_LIB from TDB_LIB_SRC and depend on in sin samba...Michael Adam1-9/+10
2013-09-23build: list winbindd sources in definition and remove vars=locals()Michael Adam1-91/+86
2013-09-23build: make TDB_VALIDATE its own subsystem and have winbindd depend on itMichael Adam1-4/+8
2013-09-23build: LIBAFS depends on LIBAFS_SETTOKENMichael Adam1-5/+4
2013-09-23build: list sources directly in def of LIBAFS_SETTOKEN subsystem and remove v...Michael Adam1-5/+2
2013-09-23build: list sources directly in the definition of LIBAFS subsystem and remove...Michael Adam1-5/+2
2013-09-23build: list sources directly in definition of SAMBA_VERSION, and remove vars=...Michael Adam1-5/+2
2013-09-23build: list sources directly in smbldap library and remove vars=locals()Michael Adam1-4/+1
2013-09-23build: list sources of nmbd directly in the definition and remove vars=locals()Michael Adam1-18/+13
2013-09-23build: list sources of smbclient directly in the definitionMichael Adam1-6/+3
2013-09-23build: list sources directly in the netapi library and remove vars=locals()Michael Adam1-21/+16
2013-09-23build: fix spacing in definition of "idmap_ldap" moduleMichael Adam1-1/+1
2013-09-23build: fix spacing in the definition of the "idmap_autorid" targetMichael Adam1-1/+1
2013-09-23build: remove vars=locals() from the nss_info library: there is no need for thisMichael Adam1-1/+0
2013-09-23build: remove vars=locals() from the IDMAP_HASH subsystem: there is no need f...Michael Adam1-2/+1
2013-09-23build: clean the idmap sybsystems/modules definitionsMichael Adam1-33/+13
2013-09-23build: remove vars=locals() from the IDMAP_AD subsystem: there is no need for...Michael Adam1-1/+0
2013-09-23build: reorganize idmap_rw and idmap_tdb int subsystems with proper dependenciesMichael Adam1-7/+13
2013-09-21Fix bug 10162 - POSIX ACL mapping failing when setting DENY ACE's from Windows.Daniel Liberman1-1/+1
2013-09-20s3-rpc: remove unused source3/librpc/rpc/rpc_common.cGünther Deschner3-218/+0
2013-09-20s3-rpc: use dcerpc_default_transport_endpoint function.Günther Deschner3-10/+33
2013-09-20s3-rpc: use ndr_interface_name() instead of get_pipe_name_from_syntax() in DE...Günther Deschner4-20/+36
2013-09-20s3-rpc: use table->name directly in DEBUG contexts.Günther Deschner2-5/+4
2013-09-19s3-rpc_srv: remove unused schannel calls from srv_pipe.cGünther Deschner1-116/+0
2013-09-19s3-rpc_cli: remove unused schannel calls from cli_pipe.cGünther Deschner1-76/+0
2013-09-19s3-rpc_cli: remove unused schannel calls from dcerpc_helpers.cGünther Deschner2-127/+0
2013-09-19s3-rpc: use gensec for schannel footer processing.Günther Deschner1-32/+3
2013-09-19s3-rpc_srv: use gensec for schannel bind.Günther Deschner1-2/+7
2013-09-19s3-rpc_cli: use gensec for schannel bind.Günther Deschner1-9/+13
2013-09-19s3-auth: register schannel gensec module in auth_generic_prepare() as well.Günther Deschner1-1/+4
2013-09-19s3-rpc_cli: allow to pass down a netlogon CredentialState struct to gensec.Günther Deschner1-1/+4
2013-09-19s3-auth: also load schannel module from auth_generic_client_prepare().Günther Deschner1-1/+2
2013-09-18s3: libsmb - 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison1-3/+4
2013-09-17s3: libsmb : Bug 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison1-1/+9
2013-09-17s3: libsmb SMB2 wrapper layer. cli_smb2_get_ea_list_path() failed to close fi...Jeremy Allison1-0/+4
2013-09-17s3-rpc_server: fix typo in DEBUG statement.Günther Deschner1-1/+1
2013-09-17s3: libsmb : The short name length is only a one byte field.Jeremy Allison1-1/+1
2013-09-17s3:torture: add PROTOCOL_SMB3_02 handlingStefan Metzmacher1-0/+3
2013-09-12smbd: Properly protect against invalid lock dataVolker Lendecke1-0/+6
2013-09-11Fix is_legal_name() to not emit character conversion error messages.Jeremy Allison1-12/+8
2013-09-11smbd: Convert br_lck->lock_data to tallocVolker Lendecke1-26/+29
2013-09-11smbd: Move "struct byte_range_lock" definition to brlock.cVolker Lendecke2-9/+11
2013-09-11smbd: Add brl_fsp access functionVolker Lendecke4-6/+15