summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-05-25s3:smbd/signing: use smbd_server_connection as talloc parent for its smb1 sig...Stefan Metzmacher1-2/+2
2012-05-24s3-passdb: Fix negative SID->uid/gid/both cache handlingIra Cooper1-0/+14
2012-05-24s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher6-42/+63
2012-05-24s3:smbd: only call file_init_global() in the parent smbdStefan Metzmacher2-2/+6
2012-05-24s3:smbd/files: split file_init_global() out of file_init()Stefan Metzmacher2-13/+35
2012-05-24s3:smbd: remove unused var in smbXsrv_connection_init_tables()Stefan Metzmacher1-2/+0
2012-05-24s3-smbldap: Add API for external callback to perform LDAP bind in smbldapAlexander Bokovoy2-1/+21
2012-05-24s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()Stefan Metzmacher4-1/+6
2012-05-24s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()Stefan Metzmacher4-8/+13
2012-05-24s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'Stefan Metzmacher4-23/+63
2012-05-24s3:smbd/files: work without sconn->file_bmap and assign fsp->fnum = -1Stefan Metzmacher1-23/+39
2012-05-24s3:smbd/files: fix error path and correctly cleanupStefan Metzmacher1-7/+7
2012-05-24s3-configure: Fix configure version information.Ira Cooper1-4/+4
2012-05-23s3:rpc_server/dfs: pass allow_broken_path=true to create_junction()Stefan Metzmacher1-2/+4
2012-05-23s3:smbd/proto.h: remove unused resolve_dfspath() prototypeStefan Metzmacher1-5/+0
2012-05-23s3:smbd/files: remove unused VALID_FNUM()Stefan Metzmacher1-2/+0
2012-05-23s3:smb2_server: make use of nt_status_np_pipe()Stefan Metzmacher3-3/+13
2012-05-23s3:smbd: use nt_status_np_pipe for smb1Stefan Metzmacher3-7/+28
2012-05-23s3:smbd: add nt_status_np_pipe()Stefan Metzmacher2-0/+12
2012-05-23gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2-20/+4
2012-05-23krb5samba: Add smb_gss_oid_equal wrapper.Andreas Schneider1-0/+1
2012-05-23s3-autoconf: fix typo after migrating DNS resolver code to lib/addnsAlexander Bokovoy1-1/+1
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy9-19/+21
2012-05-23s3-passdb: add unixid_from_uid/unixid_from_gid/unixid_from_both APIAlexander Bokovoy3-1/+54
2012-05-23s4-resolve: Remove dependency on librokenSimo Sorce1-1/+1
2012-05-23Move source3/libads/dns.c to lib/addnsSimo Sorce9-977/+9
2012-05-23s3-ads-dns: Avoid unnecessary dependenciesSimo Sorce3-12/+11
2012-05-23s3-ads-dns: Break dependency on lp_parmSimo Sorce7-33/+69
2012-05-23s3-ad-dns: Use more standard uint and booleans defsSimo Sorce1-35/+35
2012-05-23s3:smbd: use reply_force_doserror(req, ERRSRV, ERRbaduid) on SMBulogoffStefan Metzmacher1-0/+5
2012-05-23Second part of fix for bug 8953 - winbind can hang as nbt_getdc() has no time...Herb Lewis1-0/+1
2012-05-22Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison4-2/+15
2012-05-22s3:smbd: remove unused 'connection_struct->used'Michael Adam3-4/+0
2012-05-22Added torture test for bug #8910. Test remove_duplicate_addrs2().Jeremy Allison4-2/+108
2012-05-21s3: Fix vfs_xattr_tdb.cVolker Lendecke1-1/+1
2012-05-21s3:smb2_ioctl: Fix Coverity ID 701771 Uninitialized scalar variableStefan Metzmacher1-0/+10
2012-05-19Move the set_write_time() call to after get_existing_share_mode_lock() return...Jeremy Allison1-3/+15
2012-05-18Raise the debug level from 1 to 5 in get_share_mode_lock_internal()Jeremy Allison1-1/+2
2012-05-18s3:smbd: allow creating new spnego sessions only with a 0 vuidStefan Metzmacher1-0/+5
2012-05-18s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETEDStefan Metzmacher1-1/+1
2012-05-18s3:idmap_cache: improve checks for format of value string in idmap_cache_find...Michael Adam1-0/+15
2012-05-18s3:idmap_cache: add common exit point to idmap_cache_find_sid2unixid()Michael Adam1-12/+10
2012-05-18s3:idmap_cache: improve debug messages in idmap_cache_find_sid2unixid()Michael Adam1-5/+24
2012-05-18s3: Revert the serverid changes, they need more workVolker Lendecke11-262/+46
2012-05-18build: Move generated files out of the normal build treeAndrew Bartlett3-85/+94
2012-05-18build: Move generated version.h to a waf-invisible locationAndrew Bartlett2-2/+2
2012-05-18Fix the waf build with the new "cleans up stale processes" test.Jeremy Allison1-0/+1
2012-05-17s3: Check for serverid_exists in close_directoryVolker Lendecke1-0/+3
2012-05-17s3: Check for serverid_exists in close_remove_share_modeVolker Lendecke1-0/+3
2012-05-17s3: Be less picky on stale share mode entriesVolker Lendecke1-1/+3