summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* build: Remove unused samba_cv_sysquotas_file variable from autoconf configureAndrew Bartlett2012-09-261-3/+0
* build: Add waf configure support for non-linux quotasAndrew Bartlett2012-09-261-1/+38
* s3:smb2_create: don't take 'state->te' as indication for "was_deferred" (bug ...Stefan Metzmacher2012-09-261-1/+4
* samba_dnsupdate: Move to using tmpfile/rename to keep the dns_hosts_file cons...Andrew Bartlett2012-09-261-1/+1
* selftest: Remove invalid security=share and rename secshare to simpleserverAndrew Bartlett2012-09-261-3/+3
* Fix bug #9213 - Bad ASN.1 NegTokenInit packet can cause invalid free.Jeremy Allison2012-09-261-0/+4
* lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett2012-09-262-2/+0
* s3: Factor out calculate_open_access_flagsVolker Lendecke2012-09-261-15/+31
* s3: Slightly simplify smbd_smb2_request_process_negprotVolker Lendecke2012-09-251-5/+3
* s3: Fix some blank line endingsVolker Lendecke2012-09-251-6/+6
* s3: Fix a typoVolker Lendecke2012-09-251-1/+1
* pysmbd: Fix cut&paste errorsVolker Lendecke2012-09-251-2/+3
* s3: Slightly simplify is_stat_openVolker Lendecke2012-09-251-3/+2
* s3: Make is_stat_open() a bit more readableVolker Lendecke2012-09-251-4/+7
* s3: Fix indentation of if-expressionsVolker Lendecke2012-09-251-2/+3
* client: Fix talloc_stackframe() free order assertion in developer modeAndrew Bartlett2012-09-251-0/+1
* Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in ...Jeremy Allison2012-09-251-0/+7
* build: Fix detection of quotas on macosAndrew Bartlett2012-09-241-1/+1
* s3-pylibsmb: Use Py_RETURN_NONEVolker Lendecke2012-09-241-9/+4
* s3:winbindd fix a compiler warningChristian Ambach2012-09-241-1/+1
* s3:printing only do printing_subsystem_update when printing is enabledChristian Ambach2012-09-231-1/+4
* s3-pylibsmb: Add get_oplock_breakVolker Lendecke2012-09-231-0/+120
* s3-pylibsmb: Factor out py_tevent_cond_signalVolker Lendecke2012-09-231-3/+9
* s3-pylibsmb: Reduce the number of warningsVolker Lendecke2012-09-231-14/+32
* s3: Convert cli_oplock_break_waiter to smbXcliVolker Lendecke2012-09-231-5/+18
* s3: Add "readdir" to pylibsmbVolker Lendecke2012-09-231-0/+72
* s3: Fix some nonempty line endingsVolker Lendecke2012-09-231-4/+4
* s3-pylibsmb: move py_tevent_req_wait_exc up in the fileChristian Ambach2012-09-231-19/+19
* s3-pylibsmb: Factor out py_tevent_cond_waitVolker Lendecke2012-09-231-14/+19
* build: Remove unused define UNIXWAREAndrew Bartlett2012-09-231-2/+1
* lib/replace: Remove unused nap and therefore the SCO defineAndrew Bartlett2012-09-231-2/+1
* build: Make waf configure match autoconf for HPUX ACLsAndrew Bartlett2012-09-231-0/+1
* build: Rework waf STAT_ST_BLOCKSIZE to match autoconf, with 512 as the defaultAndrew Bartlett2012-09-231-6/+13
* lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAMAndrew Bartlett2012-09-231-5/+0
* build: Remove unused IRIX and IRIX6 definesAndrew Bartlett2012-09-231-6/+1
* s3:vfs_fake_acls fix a compiler warningChristian Ambach2012-09-231-1/+1
* s3:winbindd fix a compiler warningChristian Ambach2012-09-221-1/+1
* s3:smbd:smb2: initialize variable in vfs_default_durable_reconnect()Michael Adam2012-09-221-1/+1
* s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only writtenMichael Adam2012-09-226-8/+0
* s3:smb2_lock: let smbd_smb2_create_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-14/+2
* s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-18/+0
* s3:smb2_notify: make use of tevent_req_defer_callback() instead of custom tev...Stefan Metzmacher2012-09-221-34/+1
* s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()Stefan Metzmacher2012-09-221-2/+1
* s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-26/+3
* s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()Stefan Metzmacher2012-09-221-2/+6
* s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...Michael Adam2012-09-222-51/+3
* s3:smbd:smb2: add check for session_status for compound requestsMichael Adam2012-09-221-3/+3
* s3:smb2_server: do the req->next_status check before the signing checksStefan Metzmacher2012-09-221-15/+15
* s3:smb2_server: reset req->last_session_id and req->last_tid after using itStefan Metzmacher2012-09-221-0/+4
* s3: Compound requests should continue processing.Ira Cooper2012-09-221-3/+2