summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Add "share_mode_stale_pid"Volker Lendecke2012-05-252-0/+33
* s3:smbd: move global smbd_msg_state to smbXsrv_connectionStefan Metzmacher2012-05-253-18/+21
* s3:smbd: move global koplocks to smbd_server_connectionStefan Metzmacher2012-05-253-4/+20
* s3:smbd: pass smbd_server_connection to should_notify_deferred_opens()Stefan Metzmacher2012-05-253-3/+3
* s3:smbd: move global oplocks vars to smbd_server_connectionStefan Metzmacher2012-05-253-16/+21
* s3:smbd: remove unused get_number_of_exclusive_open_oplocks()Stefan Metzmacher2012-05-252-10/+0
* s3:smbd/signing: use smbd_server_connection as talloc parent for its smb1 sig...Stefan Metzmacher2012-05-251-2/+2
* s3-passdb: Fix negative SID->uid/gid/both cache handlingIra Cooper2012-05-241-0/+14
* s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher2012-05-246-42/+63
* s3:smbd: only call file_init_global() in the parent smbdStefan Metzmacher2012-05-242-2/+6
* s3:smbd/files: split file_init_global() out of file_init()Stefan Metzmacher2012-05-242-13/+35
* s3:smbd: remove unused var in smbXsrv_connection_init_tables()Stefan Metzmacher2012-05-241-2/+0
* s3-smbldap: Add API for external callback to perform LDAP bind in smbldapAlexander Bokovoy2012-05-242-1/+21
* s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()Stefan Metzmacher2012-05-244-1/+6
* s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()Stefan Metzmacher2012-05-244-8/+13
* s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'Stefan Metzmacher2012-05-244-23/+63
* s3:smbd/files: work without sconn->file_bmap and assign fsp->fnum = -1Stefan Metzmacher2012-05-241-23/+39
* s3:smbd/files: fix error path and correctly cleanupStefan Metzmacher2012-05-241-7/+7
* s3-configure: Fix configure version information.Ira Cooper2012-05-241-4/+4
* s3:rpc_server/dfs: pass allow_broken_path=true to create_junction()Stefan Metzmacher2012-05-231-2/+4
* s3:smbd/proto.h: remove unused resolve_dfspath() prototypeStefan Metzmacher2012-05-231-5/+0
* s3:smbd/files: remove unused VALID_FNUM()Stefan Metzmacher2012-05-231-2/+0
* s3:smb2_server: make use of nt_status_np_pipe()Stefan Metzmacher2012-05-233-3/+13
* s3:smbd: use nt_status_np_pipe for smb1Stefan Metzmacher2012-05-233-7/+28
* s3:smbd: add nt_status_np_pipe()Stefan Metzmacher2012-05-232-0/+12
* gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2012-05-232-20/+4
* krb5samba: Add smb_gss_oid_equal wrapper.Andreas Schneider2012-05-231-0/+1
* s3-autoconf: fix typo after migrating DNS resolver code to lib/addnsAlexander Bokovoy2012-05-231-1/+1
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-239-19/+21
* s3-passdb: add unixid_from_uid/unixid_from_gid/unixid_from_both APIAlexander Bokovoy2012-05-233-1/+54
* s4-resolve: Remove dependency on librokenSimo Sorce2012-05-231-1/+1
* Move source3/libads/dns.c to lib/addnsSimo Sorce2012-05-239-977/+9
* s3-ads-dns: Avoid unnecessary dependenciesSimo Sorce2012-05-233-12/+11
* s3-ads-dns: Break dependency on lp_parmSimo Sorce2012-05-237-33/+69
* s3-ad-dns: Use more standard uint and booleans defsSimo Sorce2012-05-231-35/+35
* s3:smbd: use reply_force_doserror(req, ERRSRV, ERRbaduid) on SMBulogoffStefan Metzmacher2012-05-231-0/+5
* Second part of fix for bug 8953 - winbind can hang as nbt_getdc() has no time...Herb Lewis2012-05-231-0/+1
* Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison2012-05-224-2/+15
* s3:smbd: remove unused 'connection_struct->used'Michael Adam2012-05-223-4/+0
* Added torture test for bug #8910. Test remove_duplicate_addrs2().Jeremy Allison2012-05-224-2/+108
* s3: Fix vfs_xattr_tdb.cVolker Lendecke2012-05-211-1/+1
* s3:smb2_ioctl: Fix Coverity ID 701771 Uninitialized scalar variableStefan Metzmacher2012-05-211-0/+10
* Move the set_write_time() call to after get_existing_share_mode_lock() return...Jeremy Allison2012-05-191-3/+15
* Raise the debug level from 1 to 5 in get_share_mode_lock_internal()Jeremy Allison2012-05-181-1/+2
* s3:smbd: allow creating new spnego sessions only with a 0 vuidStefan Metzmacher2012-05-181-0/+5
* s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETEDStefan Metzmacher2012-05-181-1/+1
* s3:idmap_cache: improve checks for format of value string in idmap_cache_find...Michael Adam2012-05-181-0/+15
* s3:idmap_cache: add common exit point to idmap_cache_find_sid2unixid()Michael Adam2012-05-181-12/+10
* s3:idmap_cache: improve debug messages in idmap_cache_find_sid2unixid()Michael Adam2012-05-181-5/+24
* s3: Revert the serverid changes, they need more workVolker Lendecke2012-05-1811-262/+46