summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2009-06-25s3-samr: refactor _samr_SetDomainInfo().Günther Deschner1-25/+72
2009-06-25s3-samr: refactor _samr_QueryDomainInfo().Günther Deschner1-213/+322
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty36-658/+1142
2009-06-24s3: Convert is_visible_file to use talloc_asprintf instead of mallocTim Prouty1-14/+15
2009-06-24s3:smbd: send SMB2 interim responses for async callsStefan Metzmacher5-0/+25
2009-06-24s3:smbd: add support for async interim SMB2 responses and prepare SMB2 cancelStefan Metzmacher2-1/+157
2009-06-24s3:smbd: keep a list of outstanding SMB2 requestsStefan Metzmacher2-28/+69
2009-06-24s3:smbd: add smbd_smb2_send_oplock_break()Stefan Metzmacher2-0/+93
2009-06-24s3:smbd: the SMB2-COMPOUND test shows that the related vs. unrelated flags is...Stefan Metzmacher1-0/+7
2009-06-24Only set the password if there is oneVolker Lendecke1-4/+8
2009-06-24s3-printing: eliminate another non sec_initial_uid using security check.Günther Deschner1-1/+1
2009-06-24s3-spoolss: restructure _spoolss_EndDocPrinter().Günther Deschner1-30/+32
2009-06-23s3-lsa: Fix error path in _lsa_EnumAccountRights.Günther Deschner1-2/+11
2009-06-23s3-eventlog: implement _eventlog_ReportEventW().Günther Deschner1-6/+77
2009-06-22s3: forward MSG_DEBUG from smbd parent to all childrenAravind Srinivasan4-14/+59
2009-06-22s3-libnet: fix libnet_unjoin_remove_machine_acct() when called without ads st...Günther Deschner1-1/+7
2009-06-20Add tldap paged searches, together with two helper routinesVolker Lendecke4-0/+345
2009-06-20Reorganize retrieving errors and server-sent controlsVolker Lendecke3-93/+72
2009-06-20Move asn1_load_nocopy() to lib/util/asn1.cVolker Lendecke1-7/+0
2009-06-20Move asn1_blob() to lib/util/asn1.cVolker Lendecke1-13/+0
2009-06-20Add tldap_supports_controlVolker Lendecke2-0/+12
2009-06-20Add tldap_entry_has_attrvalueVolker Lendecke2-0/+22
2009-06-20tldap control supportVolker Lendecke2-9/+128
2009-06-20Prepare control supportVolker Lendecke4-58/+90
2009-06-20Fix setting passwords in pdb_adsVolker Lendecke1-6/+7
2009-06-20Fix empty linesVolker Lendecke1-3/+0
2009-06-20talloc_tos() aborts if it can not get a stackframeVolker Lendecke1-3/+0
2009-06-19Fix coverity #729. Resource leak in error path.Jeremy Allison1-1/+4
2009-06-19Fix coverity #740. Resource leak in error paths. We shouldJeremy Allison1-3/+2
2009-06-19Fix coverity #900. Resource leak.Jeremy Allison1-0/+5
2009-06-19Fix coverity #920. Possible NULL deref.Jeremy Allison1-0/+4
2009-06-19Fix coverity #676. Forward NULL.Jeremy Allison1-0/+6
2009-06-19s3: fix make test with external libtalloc or libtdb.Michael Adam1-4/+13
2009-06-19s3:build: build talloctort only when using the internal liballocMichael Adam2-3/+8
2009-06-19s3:build: build the tdb tools only when using the internal libtdbMichael Adam2-4/+18
2009-06-19s3:build: remove LIBTDB_OBJ from TDBTORTURE_OBJ collectionMichael Adam1-1/+1
2009-06-19s3:build: check for availability of external libtdb and use it if availableMichael Adam1-18/+34
2009-06-19s3:build: link libtalloc statically if using internal libtallocMichael Adam1-0/+1
2009-06-19Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough6-18/+50
2009-06-19Add a missing talloc_move() in tldap_search_recvVolker Lendecke1-1/+1
2009-06-19Fix Coverity IDs 922 and 933Volker Lendecke2-3/+6
2009-06-19Add tiny tldap testVolker Lendecke2-1/+37
2009-06-19Add tldap_fetch_rootdseVolker Lendecke2-0/+138
2009-06-19Make tevent_req_is_ldap_error publicVolker Lendecke2-1/+3
2009-06-19Add tldap_context_[gs]etattrVolker Lendecke2-0/+81
2009-06-19s3:dmapi: prefer dmapi libs from gpfs over system libsBjörn Jacke1-4/+4
2009-06-18Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke5-8/+28
2009-06-18acl_group_override() doesn't need to call stat. Pass thisJeremy Allison1-28/+17
2009-06-18Add some const to the stat struct in the dosmode calls.Jeremy Allison8-102/+72
2009-06-18Replace the boilerplate calls to :Jeremy Allison6-270/+154