summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug 6875 - trans2 FIND_FIRST2 response --> FIND_FIRST2 Data -> Fille Attr...Jeremy Allison2010-01-131-0/+14
* Fix bug 6880 - cannot list workgroup servers reported by Alban Browaeys <prah...Jeremy Allison2010-01-131-5/+14
* Fix bug 6867 - trans2findnext returns reply_nterror(req, ntstatus) In a direc...Jeremy Allison2010-01-131-12/+16
* s3: Fix crash in pam_winbind, another reference to freed memory.Bo Yang2010-01-131-3/+7
* Fix bug 6829 - smbclient does not show special characters properly. All succe...Jeremy Allison2010-01-132-0/+5
* Fix bug 6828 - infinite timeout occurs when byte lock held outside of samba J...Jeremy Allison2010-01-131-8/+18
* s3: Don't fail authentication when one or some group of require-membership-of...Bo Yang2010-01-131-2/+23
* s3:packaging: Adapt directory name.Karolin Seeger2010-01-131-2/+2
* cifs.upcall: do a brute-force search for KRB5 credcacheJeff Layton2010-01-131-46/+138
* cifs.upcall: make using ip address conditional on new optionJeff Layton2010-01-132-27/+50
* cifs.upcall: switch to getopt_longJeff Layton2010-01-131-1/+7
* cifs.upcall: fix IPv6 addrs sent to upcall to have colon delimitersJeff Layton2010-01-131-4/+29
* cifs.upcall: use ip address passed by kernel to get server's hostnameJeff Layton2010-01-131-12/+56
* cifs.upcall: clean up flag handlingJeff Layton2010-01-131-10/+10
* cifs.upcall: try getting a "cifs/" principal and fall back to "host/"Jeff Layton2010-01-132-14/+18
* cifs.upcall: declare a structure for holding decoded argsJeff Layton2010-01-131-30/+33
* cifs.upcall: formatting cleanupJeff Layton2010-01-131-47/+37
* cifs.upcall: clean up logging and add debug messagesJeff Layton2010-01-131-32/+47
* Attempt to fix the build -- jlayton, please check!Volker Lendecke2010-01-131-1/+1
* cifs.upcall: use pid value from kernel to determine KRB5CCNAME to useJeff Layton2010-01-131-12/+75
* s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_authVolker Lendecke2010-01-131-7/+8
* s3/aio: Correctly handle aio_error() and errno.Olaf Flebbe2010-01-131-35/+26
* Fix bug 6811 - pam_winbind references freed memory. s3: Fix reference to free...Bo Yang2010-01-131-3/+4
* WHATSNEW: Start WHATSNEW for 3.3.10.Karolin Seeger2010-01-131-2/+46
* VERSION: Raise version number up to 3.3.10.Karolin Seeger2010-01-131-1/+1
* WHATSNEW: Update changes.samba-3.3.9Karolin Seeger2009-10-121-0/+1
* WHATSNEW. Update changes since 3.3.8.Karolin Seeger2009-10-121-0/+5
* s3:wbc_sid: Fix build.Karolin Seeger2009-10-121-2/+2
* s3: Fix a memleak reported by dmarkey (cherry picked from commit 5aeb954ba938...Volker Lendecke2009-10-121-0/+4
* s3:smbclient: Fix bug 6606 (reported as 6744) in 3.3Volker Lendecke2009-10-121-20/+168
* Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with rec...Jeremy Allison2009-10-121-2/+7
* Fix bug 6769 - symlink unlink does nothing. Jeremy.Jeremy Allison2009-10-123-27/+85
* s3:mount.cifs: make "mount.cifs -V" print the version, not usage.Michael Adam2009-10-121-5/+28
* Revert "cifs mount did not properly display version string when no other para...Jeff Layton2009-10-121-8/+0
* WHATSNEW: Add more coherent explanation for bug #6680.Karolin Seeger2009-10-081-2/+2
* s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner2009-10-085-18/+45
* WHATSNEW: List major enhancements.Karolin Seeger2009-10-081-1/+2
* WHATSNEW: Update release notes.Karolin Seeger2009-10-081-2/+11
* s3-{u}mount.cifs: remove unrequired dependency on popt.Günther Deschner2009-10-081-4/+4
* s3:winbind: Only ever handle one event after a select callVolker Lendecke2009-10-081-2/+6
* Fix bug 6776 - Running overlapping Byte Lock test will core dump Samba daemon...Jeremy Allison2009-10-081-137/+214
* s3:smbd: Fix bug 6690, wrong error checkAndrew Klosterman2009-10-081-1/+1
* s3:winbindd_cm: don't invalidate the whole connection when just samr gave ACC...Stefan Metzmacher2009-10-081-1/+12
* s3:rpc_server: we need to make a copy of my_name in serverinfo_to_SamInfo3()Günther Deschner2009-10-081-1/+1
* s3-rpc_client: fix rpccli_set_timeout to cope with abstract transport.Günther Deschner2009-10-081-3/+7
* s3:winbind: Fix an uninitialized variable (cherry picked from commit 0724649a...Volker Lendecke2009-10-081-1/+1
* s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working.Günther Deschner2009-10-083-5/+63
* s3-winbindd: add cm_connect_lsa_tcp().Günther Deschner2009-10-083-0/+63
* s3-rpc_client: fix non initialized structure in rpccli_lsa_lookup_sids_noalloc.Günther Deschner2009-10-081-0/+2
* s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.Günther Deschner2009-10-082-17/+82