summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warning about unused label with no sendfile.Jeremy Allison2009-05-111-1/+2
* Pass also sername to check password scriptSimo Sorce2009-05-091-4/+12
* Do not call SMB_VFS_GET_REAL_FILENAME if the name is mangledVolker Lendecke2009-05-091-6/+11
* s3: Fix chained sesssetupAndX/tconn messagesTim Prouty2009-05-081-0/+7
* Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison2009-05-081-0/+4
* Expand the comment explaining why user_in_group_sid isJeremy Allison2009-05-081-1/+6
* s3:smbd: fix posix acls when setting an ACL without explicit ACE for the owne...Stefan Metzmacher2009-05-081-3/+18
* s3:smbd: fix the fix for mapped IPv4 address handling in release_ip().Michael Adam2009-05-081-2/+2
* s3: make release_ip() call (ctdb) cope with IPv4 mapped addressesMichael Adam2009-05-081-1/+8
* s3-samr: disable check for ACB_DISABLED in check_oem_password().Günther Deschner2009-05-081-1/+4
* s3-samr: rework check_oem_password() to take a struct samu, not to return one.Günther Deschner2009-05-081-39/+27
* s3-printing: simplify print_queue helper functions and return WERROR.Günther Deschner2009-05-061-10/+7
* s3: Fix trans2 path to use case-insensitive stat optimizationtprouty2009-05-052-6/+51
* Fix bug 6302: Give the VFS a chance to read from 0-byte filesVolker Lendecke2009-05-051-8/+9
* Fix bug #6315 smbd crashes doing vfs_full_audit on IPC$ close event.Jeremy Allison2009-05-041-3/+44
* Increase debug level of "create_connection_server_info failed" messageVolker Lendecke2009-05-041-1/+1
* s3-printing: Fix driver upload for Xerox 4110 PS printer driver.Günther Deschner2009-05-041-0/+2
* Fix notify_onelevel: notify is not necessarily enabledVolker Lendecke2009-04-301-0/+4
* s3:vfs: untangle logic for loading and probing modules in vfs_init_custom()Michael Adam2009-04-291-11/+23
* s3:smbd/service: switch load_registry_service/shares to use loadparm routinesMichael Adam2009-04-291-70/+3
* Revert "Do not use the file system GET_REAL_FILENAME for mangled names"Volker Lendecke2009-04-231-23/+7
* Fix profile acls in some corner casesSimo Sorce2009-04-221-3/+18
* Avoid duplicate acesSimo Sorce2009-04-221-7/+48
* s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner2009-04-211-4/+4
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-202-3/+3
* Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett2009-04-207-20/+350
|\
| * Do not use the file system GET_REAL_FILENAME for mangled namesVolker Lendecke2009-04-201-7/+23
| * Make "struct policy" private to srv_lsa_hnd.cVolker Lendecke2009-04-191-1/+1
| * Fix bug found by Tim Prouty, logging off and then re-using a vuid can cause s...Jeremy Allison2009-04-161-0/+11
| * Add notify_onelevel.tdbVolker Lendecke2009-04-163-0/+300
| * Rename notify_context->db to db_recursiveVolker Lendecke2009-04-161-9/+12
| * Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-151-3/+3
* | Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-142-3/+5
|/
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-142-11/+11
* Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2009-04-141-2/+2
* Use convert_string_talloc, thanks Andrew!Volker Lendecke2009-04-131-1/+1
* We have to deny a level 2 oplock if kernel oplocks are enabledVolker Lendecke2009-04-121-0/+6
* Add "netbios retarget"Volker Lendecke2009-04-121-0/+93
* write_data already guarantees everything was writtenVolker Lendecke2009-04-121-9/+6
* Extract and print the server name type the client connects toVolker Lendecke2009-04-121-7/+7
* Fix some nonempty blank linesVolker Lendecke2009-04-111-4/+4
* Fix a memleak in an unlikely error path in change_notify_create()Volker Lendecke2009-04-111-0/+1
* Use talloc_tos() for a temp convert_string_allocate()Volker Lendecke2009-04-111-3/+3
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2009-04-094-148/+74
|\
| * s3 oplocks: Add back procid_str to debug messageTim Prouty2009-04-071-2/+3
| * s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett2009-04-071-8/+0
| * s3 onefs: Simplify level 2 oplock self-contentionTim Prouty2009-04-061-74/+5
| * s3 oplocks: Refactor level II oplock contentionTim Prouty2009-04-061-57/+53
| * Fix smbd crash for close_on_completionVolker Lendecke2009-04-051-0/+4
| * Use cluster-aware procid_is_me instead of comparing pid'sVolker Lendecke2009-04-031-2/+2