summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:libsmb: get rid of cli_has_async_callsLuk Claes2012-05-2812-76/+76
* s3:libsmb: get rid of cli_negprotLuk Claes2012-05-2812-41/+30
* s3:libsmb: get rid of cli_state_disconnectLuk Claes2012-05-285-14/+4
* s3:libsmb: get rid of cli_state_server_time_zoneLuk Claes2012-05-287-24/+20
* s3:libsmb: get rid of cli_state_security_modeLuk Claes2012-05-284-10/+4
* s3:libsmb: get rid of cli_state_server_gss_blobLuk Claes2012-05-283-7/+1
* s3:libsmb: get rid of cli_state_server_challengeLuk Claes2012-05-283-11/+5
* s3:libsmb: get rid of cli_state_encryption_onLuk Claes2012-05-285-13/+6
* s3:libsmb: get rid of cli_state_max_requestsLuk Claes2012-05-283-8/+2
* s3:libsmb: get rid of cli_state_server_session_keyLuk Claes2012-05-283-10/+4
* s3:libsmb: get rid of cli_state_capabilitiesLuk Claes2012-05-2815-30/+24
* s3:libsmb: get rid of cli_state_protocolLuk Claes2012-05-2811-30/+26
* s3:libsmb: get rid of cli_state_remote_nameLuk Claes2012-05-2819-55/+59
* s3:libsmb: get rid of cli_state_*_sockaddrLuk Claes2012-05-288-20/+13
* s3:libsmb: get rid of cli_sockoptLuk Claes2012-05-283-59/+50
* s3:libsmb: remove unused (un)set_pending functionsLuk Claes2012-05-284-14/+3
* Avoid all(), as it's not available in Python 2.4.Jelmer Vernooij2012-05-271-1/+5
* build: Remove all references to libuuidAndrew Bartlett2012-05-275-58/+3
* build: Add option to specify where gettext is (/usr/local by default)Andriy Syrovenko2012-05-271-1/+5
* Eliminate dependency on an external uuid library.Andriy Syrovenko2012-05-275-24/+11
* s3-build: Remove build of libaddns.a from the autoconf buildAndrew Bartlett2012-05-262-75/+0
* s3-utils: Use ads_do_search_retry in net ads searchAndrew Bartlett2012-05-261-1/+1
* s3-libads: Use a reducing page size to try and cope with a slow LDAP serverAndrew Bartlett2012-05-264-2/+14
* s3-winbindd: Always map the LDAP error code to an NTSTATUSAndrew Bartlett2012-05-261-4/+20
* s3-libads: Map LDAP_TIMELIMIT_EXCEEDED as NT_STATUS_IO_TIMEOUTAndrew Bartlett2012-05-261-0/+3
* dns_hosts_file: move to a separate subsystemAlexander Bokovoy2012-05-253-7/+9
* s3-configure.in: when ADS support is disabled, unset HAVE_GSSAPIAlexander Bokovoy2012-05-251-0/+1
* s3:selftest: run smbtorture3 CLEANUP3 in the s3dc:local environmentStefan Metzmacher2012-05-251-0/+4
* s3: Test whether get_share_mode_lock cleans up stale processesVolker Lendecke2012-05-255-2/+181
* s3: Do not check the PIDs is parse_share_modesVolker Lendecke2012-05-251-42/+0
* Ensure we only return NT_STATUS_DELETE_PENDING if the share modes are valid.Jeremy Allison2012-05-251-3/+20
* s3: Check for serverid_exists in close_directoryVolker Lendecke2012-05-251-0/+3
* s3: Check for serverid_exists in close_remove_share_modeVolker Lendecke2012-05-251-0/+3
* s3: Be less picky on stale share mode entriesVolker Lendecke2012-05-251-1/+3
* s3: Check for serverid_exists in find_oplock_typesVolker Lendecke2012-05-251-0/+18
* s3: Check for serverid_exists in rename_share_filenameVolker Lendecke2012-05-251-0/+4
* s3: Check for serverid_exists in smb_posix_unlinkVolker Lendecke2012-05-251-0/+3
* s3: Check for serverid_exists in open_mode_checkVolker Lendecke2012-05-251-0/+5
* s3: Check for serverid_exists in notify_deferred_opensVolker Lendecke2012-05-251-2/+8
* Fix an invalid state only reachable on server crash/abort.Jeremy Allison2012-05-251-0/+11
* s3: Add "share_mode_stale_pid"Volker Lendecke2012-05-252-0/+33
* Fix bug #8373 - Can't join XP Pro workstations to 3.6.1 DC.Jeremy Allison2012-05-252-5/+11
* 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
* move VERSION to alpha22Andrew Bartlett2012-05-251-2/+2
* WHATSNEW: update for alpha21, and mark as releaseAndrew Bartlett2012-05-252-9/+9
* wintest: s3fs is now the default in provisionAndrew Bartlett2012-05-251-2/+1