summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-26build: automatically run autogen-waf.sh when neededAndrew Tridgell1-4/+2
2010-04-26s4-heimdalbuild: remove LIBNETIF dependency from HEIMDAL_GSSAPIAndrew Tridgell1-1/+1
2010-04-26build: normalise paths in unique source checkingAndrew Tridgell1-1/+1
2010-04-26build: a library is only empty if it has no depsAndrew Tridgell1-3/+3
2010-04-26build: use option_group() not add_option_group()Andrew Tridgell1-1/+1
2010-04-26build: cope with duplicates in source listsAndrew Tridgell1-2/+5
2010-04-25s3: async_domain_request is no longer usedVolker Lendecke2-67/+0
2010-04-25s3: Convert add_trusted_domains() to wb_domain_request_send()Volker Lendecke1-22/+19
2010-04-25s3: Simplify trustdom_stateVolker Lendecke1-10/+5
2010-04-25s3: Make "struct trustdom_state" its own talloc contextVolker Lendecke1-14/+9
2010-04-25libwbclient: Talloc is no longer usedVolker Lendecke2-3/+0
2010-04-24Revert "tsocket: not all systems have IPV6_V6ONLY"Stefan Metzmacher1-2/+2
2010-04-24lib/replace/wscript: make sure IPV6_V6ONLY is available for IPv6 supportStefan Metzmacher1-0/+8
2010-04-24lib/replace: make sure IPV6_V6ONLY is available for IPv6 supportStefan Metzmacher1-0/+8
2010-04-24lib/replace/wscript: add replacement for IPV6_V6ONLY on linux systems with br...Stefan Metzmacher1-0/+19
2010-04-24lib/replace: add replacement for IPV6_V6ONLY on linux systems with broken hea...Stefan Metzmacher2-0/+51
2010-04-24buildtools/wafsamba: inline defines during configure into the testsStefan Metzmacher1-7/+4
2010-04-24buildtools/wafsamba: make sure we create bin/default/ before trying to create...Stefan Metzmacher1-0/+1
2010-04-24s4 dns: Allow to specify static grant entries to be added to the dynamicaly g...Matthieu Patou1-3/+17
2010-04-24s4-smbd: Fix compiler warning in prefork smbd.Tim Potter1-1/+1
2010-04-24lib/zlib/wscript: fix system zlib detectionStefan Metzmacher1-0/+3
2010-04-24Revert "nsswitch: Fix a memleak in wbinfo"Volker Lendecke1-2/+0
2010-04-24s3: sendto_domain() is lo longer usedVolker Lendecke2-30/+0
2010-04-24s3: Simplify (bool != True) to !boolVolker Lendecke1-1/+1
2010-04-24Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison5-17/+112
2010-04-23When sending the initial async response, this is never part of a chain.Jeremy Allison1-1/+1
2010-04-23Don't free the entire tevent_req on cancel, only the part we need (the immedi...Jeremy Allison1-9/+12
2010-04-23libwbclient: Test WBC_CHANGE_PASSWORD_LEVEL_RESPONSEVolker Lendecke1-5/+75
2010-04-23s3: Allow pdb password change using WINBINDD_PAM_CHNG_PSWD_AUTH_CRAPVolker Lendecke1-0/+15
2010-04-23s3: init_dc_connection() can't init for internal domainsVolker Lendecke1-0/+4
2010-04-23libwbclient: Actually copy something in wbcChangeUserPasswordExVolker Lendecke1-8/+8
2010-04-23s3: replace some data_blob_talloc by data_blob_constVolker Lendecke1-8/+4
2010-04-23libwbclient: Remove some pointless BAIL_ON_WBC_ERROR macro callsVolker Lendecke1-12/+12
2010-04-23s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async APIVolker Lendecke5-47/+133
2010-04-23s3-smbd: group print relate data in own structureSimo Sorce8-21/+52
2010-04-23Allow smb2 create requests to be cancelled.Jeremy Allison6-32/+98
2010-04-23Fix bug #7384 - dptr_Close has a bitmap leak.Ira Cooper1-3/+1
2010-04-23At simo's request return struct tevent_req *treq -> treq. For consistency :-(.Jeremy Allison1-80/+80
2010-04-23Rename - no functional change. Stop all variables being called "req".Jeremy Allison1-130/+129
2010-04-23s3-spoolss: Added a winreg_get_printer function.Andreas Schneider2-0/+279
2010-04-23s3-spoolss: Added a winreg_create_printer function.Andreas Schneider2-0/+341
2010-04-23s3-spoolss: Added a winreg_update_printer function.Andreas Schneider2-0/+385
2010-04-23s3-spoolss: Added a winreg_get_driver_list function.Simo Sorce2-0/+94
2010-04-23s3-spoolss: Added a winreg_del_driver function.Simo Sorce2-0/+105
2010-04-23s3-spoolss: Added a winreg_get_driver function.Simo Sorce2-0/+281
2010-04-23s3-spoolss: Added a winreg_add_driver function.Simo Sorce2-0/+246
2010-04-23s3-spoolss: Move info_ctr conversion to a public helper.Simo Sorce2-6/+25
2010-04-23s3-spoolss: Fixed winreg_delete_printer_key if key is NULL or emtpy.Andreas Schneider1-7/+11
2010-04-23s3-spoolss: Add date and version winreg helpers.Simo Sorce1-0/+129
2010-04-23s3-spoolss: Added more winreg hepler functions.Andreas Schneider1-0/+20