summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2010-06-03s3-security: use shared SECINFO_DACL define.Günther Deschner16-41/+39
2010-06-03s3-security: use shared SECINFO_SACL define.Günther Deschner8-14/+13
2010-06-03s3-security: use shared SECINFO_GROUP define.Günther Deschner13-29/+28
2010-06-03s3-security: use shared SECINFO_OWNER define.Günther Deschner13-29/+28
2010-06-03s3-security: remove some more shared secdesc defines.Günther Deschner2-13/+3
2010-06-02Ensure we remove SMB2 cancel requests from the active queueJeremy Allison1-0/+1
2010-06-02Fix a crash bug found by Ira Cooper <samba@ira.wakeful.net>.Jeremy Allison1-4/+5
2010-06-03s3: remove unused librpc/ndr/sid.c.Günther Deschner6-63/+4
2010-06-02Move to using a DATA_BLOB inside of struct aio_extra, not a char *.Jeremy Allison1-16/+16
2010-06-02s3-selftest: Fix blackbox smbclient s3 tests during make selftest.Günther Deschner2-7/+7
2010-06-02s3: Allow previous password to be stored and use it to check ticketsMatthieu Patou4-41/+137
2010-06-02s3: Add vfs_linux_xfs_sgidVolker Lendecke3-0/+112
2010-06-02s3-waf: Fix up smbclient dependenciesKai Blin1-3/+2
2010-06-02s3-waf: Fixed dependencies of the the krbclient subsystem.Kai Blin1-0/+1
2010-06-02s3-waf: Fixed dependencies of the the avahi subsystem.Andreas Schneider1-0/+1
2010-06-01SMB2: Fix rename on Windows 7.Ira Cooper1-8/+0
2010-06-01Don't use sigev_value.sival_int to just store the mid, use sigev_value.sival_...Jeremy Allison1-38/+26
2010-06-01s3-eventlog: try to pass RPC-EVENTLOG during make test as non-root.Günther Deschner1-5/+22
2010-06-01s3-vfs: Send the share name instead of the path in smb_traffic_analyzer.Holger Hetterich1-2/+5
2010-06-01s3-waf: Fix the buildKai Blin1-1/+2
2010-06-01s3: remove unused prototype for lp_idmap_domains().Michael Adam1-1/+0
2010-06-01s3-waf: Add check for dirent.d_off memberKai Blin1-0/+4
2010-06-01s3:winbindd: make sure we only call static_init_idmap onceStefan Metzmacher1-7/+18
2010-06-01s3:winbind Ensure we always init idmap_passdb before we use itAndrew Bartlett1-0/+4
2010-06-01s3:idmap Use idmap.idl defined structures and constantsAndrew Bartlett1-24/+1
2010-06-01s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_infoAndrew Bartlett10-34/+34
2010-06-01s3:param Put 'server_role' functions in another file.Andrew Bartlett4-86/+117
2010-06-01s3:param Add helper function to get at Gobals.iDomainMasterAndrew Bartlett2-0/+13
2010-06-01s3-waf: Check for device major and minor macrosKai Blin1-0/+8
2010-06-01s3-waf: Add check for asm/types.hKai Blin1-0/+2
2010-05-31s3-waf: Check if compiler supports LL suffixKai Blin1-0/+6
2010-05-31s3-waf: Check for broken nisplus include filesKai Blin1-0/+3
2010-05-31s3-smbd: remove unused sconn from token_contains_name().Günther Deschner1-1/+0
2010-05-31s3:winbindd move reinit_after_fork() back out of winbindd_register_handlersAndrew Bartlett1-12/+12
2010-05-31s3:winbind Make state->mem_ctx a talloc child of stateAndrew Bartlett1-1/+1
2010-05-31s3:winbind tidy up connecting the winbind sockets.Andrew Bartlett3-49/+20
2010-05-31Revert "s3:winbindd Split helper functions to allow s3compat to call them"Andrew Bartlett2-30/+22
2010-05-31s3-netlogon: Fix crash bug in _netr_NetrEnumerateTrustedDomains().Günther Deschner1-18/+11
2010-05-31s3:smbd map_username() doesn't need sconn anymoreSimo Sorce7-19/+12
2010-05-31s3:smbd user_ok doesn't need sconn anymoreSimo Sorce1-7/+6
2010-05-31s3:smbd user_in_list() doesn't need sconn anymoreSimo Sorce3-8/+6
2010-05-31s3:smbd user_in_network() doesn't need sconn anymoreSimo Sorce3-9/+7
2010-05-31s3:smbd make yp cache local.Simo Sorce3-20/+8
2010-05-31s3-waf: Fix build after ntlmssp_sign.c movedKai Blin1-1/+2
2010-05-31s3-netlogon: use LSA in _netr_NetrEnumerateTrustedDomains.Günther Deschner1-18/+66
2010-05-31s3-netlogon: use SAMR in _netr_ServerAuthenticate3.Günther Deschner1-33/+73
2010-05-31s3-samr: give the system user a free pass for _samr_QueryUserInfo{2} level 18.Günther Deschner1-0/+5
2010-05-31s3-auth: add "system" bool flag to auth_serversupplied_info.Günther Deschner2-1/+11
2010-05-31s3-netlogon: use SAMR in _netr_ServerPasswordSet{2}.Günther Deschner1-111/+165
2010-05-31s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.Andrew Bartlett4-647/+3