summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:idmap_ldap: allow creation of ldap stored mappings for explicitly configur...Michael Adam2011-06-071-1/+1
* s3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ldap_allocate_idMichael Adam2011-06-071-6/+6
* s3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_ldap_allocate_id_internalMichael Adam2011-06-071-3/+3
* Fix bug #8203 - winbindd needs to reset the DC connection if an RPC times out.Jeremy Allison2011-06-071-15/+66
* Fix bug #8175 - smbd deadlock.Jeremy Allison2011-06-071-27/+71
* Add the same fix to the S3 event backend as the previous commit added to the ...Jeremy Allison2011-06-071-1/+14
* struct make "struct shadow_copy_data" its own talloc context (cherry picked f...Volker Lendecke2011-06-074-19/+7
* s3: Remove SHADOW_COPY_DATA typedef (cherry picked from commit 0ec9a90c29b864...Volker Lendecke2011-06-078-11/+19
* s3: Support shadow copy display over SMB2Volker Lendecke2011-06-071-0/+121
* Split the ACE flag mapping between nfs4 and Windows into two separate functio...Jeremy Allison2011-06-071-14/+59
* nfs4_acls: pass ACE_FLAG_INHERITED_ACE down from the clientGregor Beck2011-06-071-0/+3
* nfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the clientGregor Beck2011-06-072-1/+5
* s3-winbind: BUG 8166 - Don't lockout users when offline.Jim McDonough2011-06-071-1/+4
* s3: Safely mark our sconn as smb2 if we have that protocolVolker Lendecke2011-06-071-0/+2
* s3:smbcacls: fix parsing of multiple flagsGregor Beck2011-06-071-1/+6
* Improve documentation for net rpc trustSumit Bose2011-06-071-13/+16
* s3: Use the correct guest_login field in auth_serverVolker Lendecke2011-06-071-1/+1
* s3: Extract the guest_login field in sesssetupVolker Lendecke2011-06-072-4/+18
* s3: Fix wct check in cli_sesssetup_blob_doneVolker Lendecke2011-06-071-1/+1
* Fix bug #6911 - Kerberos authentication from vista to samba fails when securi...Jeremy Allison2011-06-071-3/+25
* Actually make use of the SMBTA_SUBRELEASE define in smb_traffic_analyzer.h. T...Holger Hetterich2011-06-072-1/+12
* Fix bug #7054 - X account flag does not work when pwdlastset is 0.Jeremy Allison2011-06-072-3/+11
* s3-testparm Warn about incorrect use of 'password server'Andrew Bartlett2011-06-071-3/+18
* s3-param Depricate 'password server = foo:12389' syntaxAndrew Bartlett2011-06-071-0/+5
* s3-param Deprecate a number of security parameters for 3.6Andrew Bartlett2011-06-071-5/+11
* Fix bug #8150 - Ban 'dos charset = utf8'Jeremy Allison2011-06-071-1/+39
* Fix bug #8157 - std_pcap_cache_reload() fails to parse a cups printcap file c...Jeremy Allison2011-06-071-8/+5
* Patch for bug #8156 - net ads join fails to use the user's kerberos ticket.Jeremy Allison2011-06-071-10/+27
* s3: Remove two false references to cli->inbuf (cherry picked from commit b1a7...Volker Lendecke2011-06-071-2/+2
* s3: Fix a leftover from fstring removal in cli_stateVolker Lendecke2011-06-071-4/+7
* Fix bug 8133 - strange behavior for the file (whose filename first character ...Jeremy Allison2011-06-071-2/+3
* Optimization. If the attributes passed to can_rename() include both FILE_ATTR...Jeremy Allison2011-06-071-5/+8
* Make protocol version 2 the default protocol, and only run on version 1 if V1...Holger Hetterich2011-06-071-6/+5
* s3-epmapper: Fixed endpoint registration.Andreas Schneider2011-06-071-4/+4
* Fix Bug 8152 - smbd crash in release_ip()Christian Ambach2011-06-072-0/+8
* s3:rpc_server: create lp_ncalrpc_dir() with 0755 before lp_ncalrpc_dir()/np w...Stefan Metzmacher2011-06-071-0/+11
* ncalrpc: Force ncalrpc dir to be mode 755 in all usersAndrew Bartlett2011-06-071-2/+2
* Fix bug #8144 - touch /mnt/newfile fails to set timestamp with CIFS client.Jeremy Allison2011-06-071-10/+15
* VERSION: Bump version up to 3.6.0rc2.Karolin Seeger2011-06-071-1/+1
* Fix the SMB2 showstopper, found by an extended torture test from Volker.Jeremy Allison2011-05-171-3/+25
* Ensure we always write the correct incoming mid into the share modeJeremy Allison2011-05-172-4/+8
* s3-printing: remove cups_pull_comment_location from header fileDavid Disseldorp2011-05-171-4/+0
* s3-printing: Remove obsolete and unused cups_pull_comment_location().Andreas Schneider2011-05-171-157/+0
* s3-spoolss: Get the printer location from cups.Andreas Schneider2011-05-171-2/+33
* s3-printing: Get the location info from cups.Günther Deschner2011-05-1711-32/+84
* s3-includes: no need to globally include libads/ads_status.h.Günther Deschner2011-05-177-1/+10
* s3-includes: finally only include client.h when libsmb is used.Günther Deschner2011-05-1712-3/+15
* s3-build Remove distinct LOCALEDIR subsystemAndrew Bartlett2011-05-1710-28/+9
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-1784-818/+1315
* s3: only include tdb headers where needed.Günther Deschner2011-05-1768-8/+81