summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add delete-ln test now we can correctly delete hardlinks.Jeremy Allison2011-01-281-1/+1
* Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to...Jeremy Allison2011-01-272-9/+12
* libwbclient: bump the libwbclient SOVER 0 -> 1 due to ABI changesMichael Adam2011-01-281-1/+1
* libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols)Michael Adam2011-01-271-3/+10
* libwbclient: remove wbcSetGidHwm() - not implemented any moreMichael Adam2011-01-272-15/+0
* libwbclient: remove wbcSetUidHwm() - not implemented any moreMichael Adam2011-01-272-15/+0
* libwbclient: remove wbcRemoveGidMapping() - not implemented any moreMichael Adam2011-01-272-16/+0
* libwbclient: remove wbcRemoveUidMapping() - not implemented any moreMichael Adam2011-01-272-16/+0
* libwbclient: remove wbcSetGidMapping() - not implemented any moreMichael Adam2011-01-272-16/+0
* libwbclient: remove wbcSetUidMapping() - not implemented any moreMichael Adam2011-01-272-16/+0
* libwbclient: remove two unused definesMichael Adam2011-01-271-4/+0
* wbinfo: remove --remove-gid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-42/+0
* wbinfo: remove --remove-uid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-42/+0
* wbinfo: remove --set-gid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-41/+0
* wbinfo: remove --set-uid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-41/+0
* s3:registry: fix comments in regdb_store_regdb_version()Michael Adam2011-01-271-2/+2
* s4-torture: Reorder the epmapper tests.Andreas Schneider2011-01-271-8/+9
* s4-torture: Added a full epm_Map test.Andreas Schneider2011-01-271-95/+231
* s4-torture: Added a test_Insert for epmapper.Andreas Schneider2011-01-271-0/+46
* s4-torture: Use binding handle in epm_Delete test.Andreas Schneider2011-01-271-3/+18
* s4-torture: Comment out the test_InqObject.Andreas Schneider2011-01-271-0/+6
* s4-torture: Added a clean test_Map_simple.Andreas Schneider2011-01-271-17/+77
* s4-torture: Added a clean test_Lookup_terminate_search.Andreas Schneider2011-01-271-0/+59
* s4-torture: Added a clean test_Lookup_simple.Andreas Schneider2011-01-271-34/+48
* s4-torture: Added test_LookupHandleFree.Andreas Schneider2011-01-271-0/+37
* s4-torture: Start with a clean epm_Insert_noreplace test.Andreas Schneider2011-01-271-29/+48
* s4-selftest: Mark epmapper as knownfail.Andreas Schneider2011-01-271-2/+1
* idl: Added missing endpoint mapper defines.Andreas Schneider2011-01-271-10/+23
* librpc: Added support to accept netbios names.Andreas Schneider2011-01-271-1/+2
* s3-build: remove another leftover of -I../source4.Günther Deschner2011-01-271-1/+1
* Looking into printer driver issues, I ran across some peculiarities inDavid Disseldorp2011-01-271-8/+11
* s3-utils: Fixed a resource leak in net_afs.Andreas Schneider2011-01-271-0/+2
* s3-utils: Fixed a resource leak in smbta-util.Andreas Schneider2011-01-261-0/+1
* s3-utils: Fixed possible resource leak in net_usershare.Andreas Schneider2011-01-261-0/+5
* s3-utils: Fixed possible resource leak in smbget.Andreas Schneider2011-01-261-0/+1
* s3-utils: Fixed possible resource leak in smbfilter.Andreas Schneider2011-01-261-0/+1
* s3-modules: Fixed the for-loop code block.Andreas Schneider2011-01-261-0/+1
* s3-lib: Fixed a missing return value in tldap.Andreas Schneider2011-01-261-0/+1
* errormap: Add unix_to_werror() functionKai Blin2011-01-263-0/+17
* Allow "security = share" with SMB2. We already handle this in smb2/smb2_server.cJeremy Allison2011-01-261-1/+0
* From Metze - make sure we're using the same string length for the hash.Jeremy Allison2011-01-261-1/+1
* s3-winbind: share a common winbind_samlogon_retry_loop().Günther Deschner2011-01-261-168/+147
* Revert "s3: These assignments are overwritten immediately"Günther Deschner2011-01-261-0/+4
* Revert "s3-winbind: fix winbindd_dual_pam_auth_samlogon() for NT4 domains."Günther Deschner2011-01-261-1/+0
* pidl:Typelist: fix perl warnings about recursiv function callsStefan Metzmacher2011-01-261-0/+1
* pidl:Samba3/ServerNDR: correctly initialise ndr_push structStefan Metzmacher2011-01-261-0/+6
* Missed one debug printf of name_hash. Ensure always use %x.Jeremy Allison2011-01-261-2/+2
* Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison2011-01-259-146/+345
* Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison2011-01-259-12/+15
* Add name_hash into the share mode entry struct (as yet only use for renames t...Jeremy Allison2011-01-256-11/+66