Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-26 | s3: fix some build warnings. | Günther Deschner | 2 | -9/+9 | |
Guenther | |||||
2010-04-26 | s3: use generated rap header. | Günther Deschner | 5 | -9/+16 | |
Guenther | |||||
2010-04-26 | s4: use generated rap header. | Günther Deschner | 6 | -6/+6 | |
Guenther | |||||
2010-04-26 | s3: re-run make samba3-idl and add generated header file. | Günther Deschner | 1 | -0/+466 | |
Guenther | |||||
2010-04-26 | rap: add rap idl. | Günther Deschner | 1 | -0/+473 | |
Guenther | |||||
2010-04-26 | s4: rename RAP share_enum_info to share_info. | Günther Deschner | 4 | -28/+28 | |
Guenther | |||||
2010-04-26 | When walking the SMB2 requests queue, ensure the request is still "in flight" | Jeremy Allison | 1 | -1/+10 | |
before examining the details. SMB2 requests stay on the queue until their out.vector has been send, only then are they talloc_free'd. Thanks for Ira Cooper <ira@wakeful.net> for giving me the backtrace showing this. Jeremy. | |||||
2010-04-26 | Fix crash when rescheduling oplock open. | Jeremy Allison | 1 | -0/+9 | |
Jeremy. | |||||
2010-04-26 | s3: Implement "net rpc user setprimarygroup" | Volker Lendecke | 1 | -0/+59 | |
2010-04-26 | s4-ddb: don't create partitions with the UNINSTANT flag set | Andrew Tridgell | 1 | -1/+14 | |
these partitions and not on the server we are replicating from. Also check for deleted partitions. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-26 | s4-drs: allow getncchanges requests to non WRIT_REP partitions for extended ops | Andrew Tridgell | 1 | -1/+2 | |
Needed for RID allocation Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-26 | s4-drs: don't send uninstantiated objects in getncchanges | Andrew Tridgell | 1 | -0/+5 | |
This includes deleted partitions Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-26 | s4-drepl: don't send an UpdateRefs unless its a plain replication | Andrew Tridgell | 1 | -1/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-26 | build: cope with realname for install of non-python libs | Andrew Tridgell | 2 | -2/+8 | |
this fixes the install of mit_samba.so | |||||
2010-04-26 | s4-drs: make links to foreign partitions non-fatal | Andrew Tridgell | 1 | -8/+6 | |
DN links outside the set of partitions we are replication should be allowed. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-26 | build: automatically run autogen-waf.sh when needed | Andrew Tridgell | 1 | -4/+2 | |
2010-04-26 | s4-heimdalbuild: remove LIBNETIF dependency from HEIMDAL_GSSAPI | Andrew Tridgell | 1 | -1/+1 | |
this avoids the s3compat layer from getting duplicate interfaces code | |||||
2010-04-26 | build: normalise paths in unique source checking | Andrew Tridgell | 1 | -1/+1 | |
2010-04-26 | build: a library is only empty if it has no deps | Andrew Tridgell | 1 | -3/+3 | |
2010-04-26 | build: use option_group() not add_option_group() | Andrew Tridgell | 1 | -1/+1 | |
option_group() ensures we don't end up with duplicate groups | |||||
2010-04-26 | build: cope with duplicates in source lists | Andrew Tridgell | 1 | -2/+5 | |
2010-04-25 | s3: async_domain_request is no longer used | Volker Lendecke | 2 | -67/+0 | |
2010-04-25 | s3: Convert add_trusted_domains() to wb_domain_request_send() | Volker Lendecke | 1 | -22/+19 | |
2010-04-25 | s3: Simplify trustdom_state | Volker Lendecke | 1 | -10/+5 | |
Don't store information explicitly as boolean flags that can be easily retrieved from the domain when it's actually needed. | |||||
2010-04-25 | s3: Make "struct trustdom_state" its own talloc context | Volker Lendecke | 1 | -14/+9 | |
2010-04-25 | libwbclient: Talloc is no longer used | Volker Lendecke | 2 | -3/+0 | |
2010-04-24 | Revert "tsocket: not all systems have IPV6_V6ONLY" | Stefan Metzmacher | 1 | -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 | |||||
2010-04-24 | lib/replace/wscript: make sure IPV6_V6ONLY is available for IPv6 support | Stefan Metzmacher | 1 | -0/+8 | |
We really on IPV6_V6ONLY being supported. metze | |||||
2010-04-24 | lib/replace: make sure IPV6_V6ONLY is available for IPv6 support | Stefan Metzmacher | 1 | -0/+8 | |
We really on IPV6_V6ONLY being supported. metze | |||||
2010-04-24 | lib/replace/wscript: add replacement for IPV6_V6ONLY on linux systems with ↵ | Stefan Metzmacher | 1 | -0/+19 | |
broken headers This is needed on SLES8. metze | |||||
2010-04-24 | lib/replace: add replacement for IPV6_V6ONLY on linux systems with broken ↵ | Stefan Metzmacher | 2 | -0/+51 | |
headers This is needed on SLES8. metze | |||||
2010-04-24 | buildtools/wafsamba: inline defines during configure into the tests | Stefan Metzmacher | 1 | -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 | |||||
2010-04-24 | buildtools/wafsamba: make sure we create bin/default/ before trying to ↵ | Stefan Metzmacher | 1 | -0/+1 | |
create symlinks in it metze | |||||
2010-04-24 | s4 dns: Allow to specify static grant entries to be added to the dynamicaly ↵ | Matthieu Patou | 1 | -3/+17 | |
generated named.conf.update Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-04-24 | s4-smbd: Fix compiler warning in prefork smbd. | Tim Potter | 1 | -1/+1 | |
My first patch in a while... Tim. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-04-24 | lib/zlib/wscript: fix system zlib detection | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2010-04-24 | Revert "nsswitch: Fix a memleak in wbinfo" | Volker Lendecke | 1 | -2/+0 | |
This reverts commit a97f2a0a9c0f1c148a0152202296bb078103b40c. This was not a memleak, it was a valgrind false positive. We store "details" in a static. | |||||
2010-04-24 | s3: sendto_domain() is lo longer used | Volker Lendecke | 2 | -30/+0 | |
2010-04-24 | s3: Simplify (bool != True) to !bool | Volker Lendecke | 1 | -1/+1 | |
2010-04-24 | Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system. | Jeremy Allison | 5 | -17/+112 | |
Seems to work but needs more tests (to be added). Jeremy. | |||||
2010-04-23 | When sending the initial async response, this is never part of a chain. | Jeremy Allison | 1 | -1/+1 | |
Get the reply flags correct. Jeremy. | |||||
2010-04-23 | Don't free the entire tevent_req on cancel, only the part we need (the ↵ | Jeremy Allison | 1 | -9/+12 | |
immediate event). Jeremy. | |||||
2010-04-23 | libwbclient: Test WBC_CHANGE_PASSWORD_LEVEL_RESPONSE | Volker Lendecke | 1 | -5/+75 | |
2010-04-23 | s3: Allow pdb password change using WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP | Volker Lendecke | 1 | -0/+15 | |
2010-04-23 | s3: init_dc_connection() can't init for internal domains | Volker Lendecke | 1 | -0/+4 | |
This fixes a crash in winbindd_dual_pam_chng_pswd_auth_crap when given global_sam_name() in the domain field | |||||
2010-04-23 | libwbclient: Actually copy something in wbcChangeUserPasswordEx | Volker Lendecke | 1 | -8/+8 | |
The length argument for memcpy was initialized to 0 and not initialized | |||||
2010-04-23 | s3: replace some data_blob_talloc by data_blob_const | Volker Lendecke | 1 | -8/+4 | |
2010-04-23 | libwbclient: Remove some pointless BAIL_ON_WBC_ERROR macro calls | Volker Lendecke | 1 | -12/+12 | |
2010-04-23 | s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async API | Volker Lendecke | 5 | -47/+133 | |
2010-04-23 | s3-smbd: group print relate data in own structure | Simo Sorce | 8 | -21/+52 | |