summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lib: Convert copy_smb_filename to use cp_smb_filenameVolker Lendecke2013-04-171-33/+1
* lib: Add cp_smb_filenameVolker Lendecke2013-04-172-0/+41
* Bug 9807 - wbinfo: fix segfault in wbinfo_pam_logonDavid Disseldorp2013-04-171-4/+3
* Cleanup. Remove unused function dptr_DirCacheAdd(). Make DirCacheAdd() static.Jeremy Allison2013-04-162-12/+3
* Add a test that shows the difference between Windows and Samba with respect t...Richard Sharpe2013-04-163-1/+540
* smbd: Fix an error return in change_dir_owner_to_parentVolker Lendecke2013-04-151-1/+1
* samba-tool - MX records cannot be deleted (part2)Guenter Kukkukk2013-04-141-1/+1
* samba-tool - MX records cannot be deleted (error in called C-program)Guenter Kukkukk2013-04-141-1/+1
* ntdb: remove --disable-ntdb.Rusty Russell2013-04-133-19/+1
* source4/cluster and source4/ntvfs: convert to dbwrap, add ntdb option.Rusty Russell2013-04-128-178/+155
* Samba3-HOWTO: mention NTDB.Rusty Russell2013-04-121-27/+32
* schannel_store.tdb: make it schannel_store.ntdb if 'use ntdb'.Rusty Russell2013-04-121-1/+1
* libcli/auth: convert to dbwrap.Rusty Russell2013-04-123-39/+37
* secrets: use lpcfg_private_db_path() convenience helper.Rusty Russell2013-04-121-3/+1
* lib/param: lpcfg_private_db_path()Rusty Russell2013-04-122-0/+42
* source4/scripting/python/samba/samba3: handle ntdb files.Rusty Russell2013-04-122-49/+53
* autoconf: build in NTDB.Rusty Russell2013-04-123-100/+138
* Remove dependency on detection of HAVE_DIRFD for use of fdopendir().Jeremy Allison2013-04-121-3/+1
* Remove the "Ugly hack" that was the second use of dirfd().Jeremy Allison2013-04-121-13/+5
* In the struct smb_Dir destructor, use the fsp back pointer to release resources.Jeremy Allison2013-04-121-10/+13
* Maintain a back-pointer to the fsp in struct smb_Dir when opening with FDOPEN...Jeremy Allison2013-04-121-1/+5
* libsmbclient: Use async cli_full_connection in python connection setupVolker Lendecke2013-04-121-2/+9
* libsmbclient: Make cli_full_connection asyncVolker Lendecke2013-04-112-50/+199
* libsmbclient: Make cli_tree_connect asyncVolker Lendecke2013-04-111-14/+109
* libsmbclient: Make cli_raw_tcon asyncVolker Lendecke2013-04-111-15/+83
* libsmbclient: Streamline cli_openx a bitVolker Lendecke2013-04-111-3/+1
* libsmbclient: Use tevent_req_poll_ntstatus in cli_openxVolker Lendecke2013-04-111-2/+1
* libsmbclient: Streamline cli_tcon_andx a bitVolker Lendecke2013-04-111-3/+1
* libsmbclient: Use tevent_req_poll_ntstatus in cli_tcon_andxVolker Lendecke2013-04-111-2/+1
* libsmbclient: Make cli_start_connection asyncVolker Lendecke2013-04-111-18/+102
* libsmbclient: Remove unused cli_connect_sockVolker Lendecke2013-04-111-32/+0
* libsmbclient: Add async cli_connect_nbVolker Lendecke2013-04-111-24/+94
* libsmbclient: Avoid a talloc_strdup in cli_connect_nbVolker Lendecke2013-04-111-4/+2
* libsmbclient: Make cli_connect_sock asyncVolker Lendecke2013-04-111-40/+126
* libsmbclient: Remove unused sync wrappersVolker Lendecke2013-04-111-201/+0
* libsmbclient: Add async cli_session_setupVolker Lendecke2013-04-112-42/+223
* libsmbclient: Remove unused cli_session_setup_ntlmssp()Volker Lendecke2013-04-111-29/+0
* libsmbclient: Add async cli_session_setup_ntlmsspVolker Lendecke2013-04-111-24/+146
* libsmbclient: Factor out cli_session_setup_get_accountVolker Lendecke2013-04-111-9/+17
* libsmbclient: Slightly simplify cli_session_setup_spnegoVolker Lendecke2013-04-111-3/+3
* libsmbclient: Factor out cli_session_setup_get_principalVolker Lendecke2013-04-111-36/+49
* libsmbclient: Avoid a data copyVolker Lendecke2013-04-111-9/+5
* libsmbclient: Fix a leak on talloc_tos()Volker Lendecke2013-04-111-1/+3
* Ensure we test the dirsort module in make test.Jeremy Allison2013-04-111-0/+1
* Remove unneeded initializations (we already talloc_zero).Jeremy Allison2013-04-111-5/+0
* Remove the use of dirfd inside the vfs_dirsort.c.Jeremy Allison2013-04-111-9/+23
* Convert mtime from a time_t to a struct timespec.Jeremy Allison2013-04-111-15/+26
* Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().Jeremy Allison2013-04-111-0/+5
* Clean error paths in opendir and fd_opendir by only setting handle data on su...Jeremy Allison2013-04-111-10/+13
* Protect open_and_sort_dir() from the directory changing size.Jeremy Allison2013-04-111-9/+15