Age | Commit message (Expand) | Author | Files | Lines |
2012-05-25 | s3:smbd: move global smbd_msg_state to smbXsrv_connection | Stefan Metzmacher | 3 | -18/+21 |
2012-05-25 | s3:smbd: move global koplocks to smbd_server_connection | Stefan Metzmacher | 3 | -4/+20 |
2012-05-25 | s3:smbd: pass smbd_server_connection to should_notify_deferred_opens() | Stefan Metzmacher | 3 | -3/+3 |
2012-05-25 | s3:smbd: move global oplocks vars to smbd_server_connection | Stefan Metzmacher | 3 | -16/+21 |
2012-05-25 | s3:smbd: remove unused get_number_of_exclusive_open_oplocks() | Stefan Metzmacher | 2 | -10/+0 |
2012-05-25 | s3:smbd/signing: use smbd_server_connection as talloc parent for its smb1 sig... | Stefan Metzmacher | 1 | -2/+2 |
2012-05-24 | s3-passdb: Fix negative SID->uid/gid/both cache handling | Ira Cooper | 1 | -0/+14 |
2012-05-24 | s3:smbd: remove global 'smbd_server_conn' !!! | Stefan Metzmacher | 6 | -42/+63 |
2012-05-24 | s3:smbd: only call file_init_global() in the parent smbd | Stefan Metzmacher | 2 | -2/+6 |
2012-05-24 | s3:smbd/files: split file_init_global() out of file_init() | Stefan Metzmacher | 2 | -13/+35 |
2012-05-24 | s3:smbd: remove unused var in smbXsrv_connection_init_tables() | Stefan Metzmacher | 1 | -2/+0 |
2012-05-24 | s3-smbldap: Add API for external callback to perform LDAP bind in smbldap | Alexander Bokovoy | 2 | -1/+21 |
2012-05-24 | s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard() | Stefan Metzmacher | 4 | -1/+6 |
2012-05-24 | s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path() | Stefan Metzmacher | 4 | -8/+13 |
2012-05-24 | s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection' | Stefan Metzmacher | 4 | -23/+63 |
2012-05-24 | s3:smbd/files: work without sconn->file_bmap and assign fsp->fnum = -1 | Stefan Metzmacher | 1 | -23/+39 |
2012-05-24 | s3:smbd/files: fix error path and correctly cleanup | Stefan Metzmacher | 1 | -7/+7 |
2012-05-24 | s3-configure: Fix configure version information. | Ira Cooper | 1 | -4/+4 |
2012-05-23 | s3:rpc_server/dfs: pass allow_broken_path=true to create_junction() | Stefan Metzmacher | 1 | -2/+4 |
2012-05-23 | s3:smbd/proto.h: remove unused resolve_dfspath() prototype | Stefan Metzmacher | 1 | -5/+0 |
2012-05-23 | s3:smbd/files: remove unused VALID_FNUM() | Stefan Metzmacher | 1 | -2/+0 |
2012-05-23 | s3:smb2_server: make use of nt_status_np_pipe() | Stefan Metzmacher | 3 | -3/+13 |
2012-05-23 | s3:smbd: use nt_status_np_pipe for smb1 | Stefan Metzmacher | 3 | -7/+28 |
2012-05-23 | s3:smbd: add nt_status_np_pipe() | Stefan Metzmacher | 2 | -0/+12 |
2012-05-23 | gse: Use the smb_gss_oid_equal wrapper. | Andreas Schneider | 2 | -20/+4 |
2012-05-23 | krb5samba: Add smb_gss_oid_equal wrapper. | Andreas Schneider | 1 | -0/+1 |
2012-05-23 | s3-autoconf: fix typo after migrating DNS resolver code to lib/addns | Alexander Bokovoy | 1 | -1/+1 |
2012-05-23 | Introduce system MIT krb5 build with --with-system-mitkrb5 option. | Alexander Bokovoy | 9 | -19/+21 |
2012-05-23 | s3-passdb: add unixid_from_uid/unixid_from_gid/unixid_from_both API | Alexander Bokovoy | 3 | -1/+54 |
2012-05-23 | s4-resolve: Remove dependency on libroken | Simo Sorce | 1 | -1/+1 |
2012-05-23 | Move source3/libads/dns.c to lib/addns | Simo Sorce | 9 | -977/+9 |
2012-05-23 | s3-ads-dns: Avoid unnecessary dependencies | Simo Sorce | 3 | -12/+11 |
2012-05-23 | s3-ads-dns: Break dependency on lp_parm | Simo Sorce | 7 | -33/+69 |
2012-05-23 | s3-ad-dns: Use more standard uint and booleans defs | Simo Sorce | 1 | -35/+35 |
2012-05-23 | s3:smbd: use reply_force_doserror(req, ERRSRV, ERRbaduid) on SMBulogoff | Stefan Metzmacher | 1 | -0/+5 |
2012-05-23 | Second part of fix for bug 8953 - winbind can hang as nbt_getdc() has no time... | Herb Lewis | 1 | -0/+1 |
2012-05-22 | Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout. | Jeremy Allison | 4 | -2/+15 |
2012-05-22 | s3:smbd: remove unused 'connection_struct->used' | Michael Adam | 3 | -4/+0 |
2012-05-22 | Added torture test for bug #8910. Test remove_duplicate_addrs2(). | Jeremy Allison | 4 | -2/+108 |
2012-05-21 | s3: Fix vfs_xattr_tdb.c | Volker Lendecke | 1 | -1/+1 |
2012-05-21 | s3:smb2_ioctl: Fix Coverity ID 701771 Uninitialized scalar variable | Stefan Metzmacher | 1 | -0/+10 |
2012-05-19 | Move the set_write_time() call to after get_existing_share_mode_lock() return... | Jeremy Allison | 1 | -3/+15 |
2012-05-18 | Raise the debug level from 1 to 5 in get_share_mode_lock_internal() | Jeremy Allison | 1 | -1/+2 |
2012-05-18 | s3:smbd: allow creating new spnego sessions only with a 0 vuid | Stefan Metzmacher | 1 | -0/+5 |
2012-05-18 | s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETED | Stefan Metzmacher | 1 | -1/+1 |
2012-05-18 | s3:idmap_cache: improve checks for format of value string in idmap_cache_find... | Michael Adam | 1 | -0/+15 |
2012-05-18 | s3:idmap_cache: add common exit point to idmap_cache_find_sid2unixid() | Michael Adam | 1 | -12/+10 |
2012-05-18 | s3:idmap_cache: improve debug messages in idmap_cache_find_sid2unixid() | Michael Adam | 1 | -5/+24 |
2012-05-18 | s3: Revert the serverid changes, they need more work | Volker Lendecke | 11 | -262/+46 |
2012-05-18 | build: Move generated files out of the normal build tree | Andrew Bartlett | 3 | -85/+94 |