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