summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* build: automatically run autogen-waf.sh when neededAndrew Tridgell2010-04-261-4/+2
|
* s4-heimdalbuild: remove LIBNETIF dependency from HEIMDAL_GSSAPIAndrew Tridgell2010-04-261-1/+1
| | | | this avoids the s3compat layer from getting duplicate interfaces code
* build: normalise paths in unique source checkingAndrew Tridgell2010-04-261-1/+1
|
* build: a library is only empty if it has no depsAndrew Tridgell2010-04-261-3/+3
|
* build: use option_group() not add_option_group()Andrew Tridgell2010-04-261-1/+1
| | | | option_group() ensures we don't end up with duplicate groups
* build: cope with duplicates in source listsAndrew Tridgell2010-04-261-2/+5
|
* s3: async_domain_request is no longer usedVolker Lendecke2010-04-252-67/+0
|
* s3: Convert add_trusted_domains() to wb_domain_request_send()Volker Lendecke2010-04-251-22/+19
|
* s3: Simplify trustdom_stateVolker Lendecke2010-04-251-10/+5
| | | | | Don't store information explicitly as boolean flags that can be easily retrieved from the domain when it's actually needed.
* s3: Make "struct trustdom_state" its own talloc contextVolker Lendecke2010-04-251-14/+9
|
* libwbclient: Talloc is no longer usedVolker Lendecke2010-04-252-3/+0
|
* Revert "tsocket: not all systems have IPV6_V6ONLY"Stefan Metzmacher2010-04-241-2/+2
| | | | | | | | | This reverts commit 63fc3978089df403d7e63462593784ff3d05e6e7. We now don't support IPv6 when IPV6_V6ONLY isn't available, as we rely on the behavior. metze
* lib/replace/wscript: make sure IPV6_V6ONLY is available for IPv6 supportStefan Metzmacher2010-04-241-0/+8
| | | | | | We really on IPV6_V6ONLY being supported. metze
* lib/replace: make sure IPV6_V6ONLY is available for IPv6 supportStefan Metzmacher2010-04-241-0/+8
| | | | | | We really on IPV6_V6ONLY being supported. metze
* lib/replace/wscript: add replacement for IPV6_V6ONLY on linux systems with ↵Stefan Metzmacher2010-04-241-0/+19
| | | | | | | | broken headers This is needed on SLES8. metze
* lib/replace: add replacement for IPV6_V6ONLY on linux systems with broken ↵Stefan Metzmacher2010-04-242-0/+51
| | | | | | | | headers This is needed on SLES8. metze
* buildtools/wafsamba: inline defines during configure into the testsStefan Metzmacher2010-04-241-7/+4
| | | | | | | | | | | | There 2 reasons for this change: - This is how autoconf tests work and it makes config.log much more useful - The waf c preprocessor ignored changes in bin/default/__confdefs.h when using waf configure -C, because is outside of the configure tests project path and handled like a system header. Many thanks to ita for pointing out the fix. metze
* buildtools/wafsamba: make sure we create bin/default/ before trying to ↵Stefan Metzmacher2010-04-241-0/+1
| | | | | | create symlinks in it metze
* s4 dns: Allow to specify static grant entries to be added to the dynamicaly ↵Matthieu Patou2010-04-241-3/+17
| | | | | | generated named.conf.update Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-smbd: Fix compiler warning in prefork smbd.Tim Potter2010-04-241-1/+1
| | | | | | | | My first patch in a while... Tim. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* lib/zlib/wscript: fix system zlib detectionStefan Metzmacher2010-04-241-0/+3
| | | | metze
* Revert "nsswitch: Fix a memleak in wbinfo"Volker Lendecke2010-04-241-2/+0
| | | | | | | This reverts commit a97f2a0a9c0f1c148a0152202296bb078103b40c. This was not a memleak, it was a valgrind false positive. We store "details" in a static.
* s3: sendto_domain() is lo longer usedVolker Lendecke2010-04-242-30/+0
|
* s3: Simplify (bool != True) to !boolVolker Lendecke2010-04-241-1/+1
|
* Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison2010-04-245-17/+112
| | | | | | Seems to work but needs more tests (to be added). Jeremy.
* When sending the initial async response, this is never part of a chain.Jeremy Allison2010-04-231-1/+1
| | | | | | Get the reply flags correct. Jeremy.
* Don't free the entire tevent_req on cancel, only the part we need (the ↵Jeremy Allison2010-04-231-9/+12
| | | | | | immediate event). Jeremy.
* libwbclient: Test WBC_CHANGE_PASSWORD_LEVEL_RESPONSEVolker Lendecke2010-04-231-5/+75
|
* s3: Allow pdb password change using WINBINDD_PAM_CHNG_PSWD_AUTH_CRAPVolker Lendecke2010-04-231-0/+15
|
* s3: init_dc_connection() can't init for internal domainsVolker Lendecke2010-04-231-0/+4
| | | | | This fixes a crash in winbindd_dual_pam_chng_pswd_auth_crap when given global_sam_name() in the domain field
* libwbclient: Actually copy something in wbcChangeUserPasswordExVolker Lendecke2010-04-231-8/+8
| | | | The length argument for memcpy was initialized to 0 and not initialized
* s3: replace some data_blob_talloc by data_blob_constVolker Lendecke2010-04-231-8/+4
|
* libwbclient: Remove some pointless BAIL_ON_WBC_ERROR macro callsVolker Lendecke2010-04-231-12/+12
|
* s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async APIVolker Lendecke2010-04-235-47/+133
|
* s3-smbd: group print relate data in own structureSimo Sorce2010-04-238-21/+52
|
* Allow smb2 create requests to be cancelled.Jeremy Allison2010-04-236-32/+98
| | | | Jeremy.
* Fix bug #7384 - dptr_Close has a bitmap leak.Ira Cooper2010-04-231-3/+1
| | | | | | | s3: Fix to dptr_Close This fixes a bitmap "leak" in dptr_Close by making it use the same internal routines the rest of the code does.
* At simo's request return struct tevent_req *treq -> treq. For consistency :-(.Jeremy Allison2010-04-231-80/+80
|
* Rename - no functional change. Stop all variables being called "req".Jeremy Allison2010-04-231-130/+129
| | | | | | | | tevent_req -> treq struct smb_request -> smb1req struct smbd_smb2_request -> smb2req Jeremy.
* s3-spoolss: Added a winreg_get_printer function.Andreas Schneider2010-04-232-0/+279
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg_create_printer function.Andreas Schneider2010-04-232-0/+341
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg_update_printer function.Andreas Schneider2010-04-232-0/+385
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg_get_driver_list function.Simo Sorce2010-04-232-0/+94
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg_del_driver function.Simo Sorce2010-04-232-0/+105
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg_get_driver function.Simo Sorce2010-04-232-0/+281
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added a winreg_add_driver function.Simo Sorce2010-04-232-0/+246
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Move info_ctr conversion to a public helper.Simo Sorce2010-04-232-6/+25
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Fixed winreg_delete_printer_key if key is NULL or emtpy.Andreas Schneider2010-04-231-7/+11
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Add date and version winreg helpers.Simo Sorce2010-04-231-0/+129
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-spoolss: Added more winreg hepler functions.Andreas Schneider2010-04-231-0/+20
| | | | Signed-off-by: Günther Deschner <gd@samba.org>