summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-09Add support for autogen to take a --version-file argumentTim Prouty2-2/+26
2008-10-09Ensure we handle signals correctly during the async calls.Jeremy Allison1-2/+2
Jeremy.
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison20-107/+68
Jeremy.
2008-10-09Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke1-3/+3
2008-10-09mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton1-36/+46
The manpage for /bin/mount specifies that the return code should be a positive integer (actually, it's a bitfield). Clean up the return codes from mount.cifs to make them match the expected return values from /bin/mount. This necessary for proper integration with autofs. This is the third attempt at this patch. The changes here are minor, just changing some return's from main() into exit() calls for consistency's sake. Signed-off-by: Jeff Layton <jlayton@redhat.com>
2008-10-09mount.cifs: have uppercase_string return success on NULL pointerJeff Layton1-2/+2
We currently don't attempt to uppercase the device portion of the mount string if there isn't a prefixpath. Fix that by making uppercase_string return success without doing anything on a NULL pointer. Signed-off-by: Jeff Layton <jlayton@redhat.com>
2008-10-09wbclient: add wbcLookupDomainControllerEx call.Günther Deschner2-1/+159
Guenther
2008-10-09wbclient: add wbcGuidToString and wbcStringToGuid helper functions.Günther Deschner3-0/+129
Guenther
2008-10-09wbclient: add wbcGuid structure.Günther Deschner1-0/+13
Guenther
2008-10-09wbclient: add my copyright.Günther Deschner1-0/+1
Guenther
2008-10-09krb5-locator: fix dsgetdcname caller.Günther Deschner1-5/+22
Guenther
2008-10-09wbinfo: fix dsgetdcname caller.Günther Deschner1-3/+11
Guenther
2008-10-09s3-winbindd: use new, richer structures in WINBINDD_DSGETDCNAME implementation.Günther Deschner1-21/+40
Guenther
2008-10-09Remove a pointless level of indirectionVolker Lendecke3-12/+1
2008-10-09Fix a typoVolker Lendecke1-1/+1
2008-10-09build: add "make test_wbpad" for checking winbind 32/64bit structure padding.Günther Deschner2-0/+86
Guenther
2008-10-09s3-winbindd: add dsgetdcname request and reply to winbind structure.Günther Deschner1-0/+17
Guenther
2008-10-08For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison5-2/+52
to specific bits every time a security descriptor is set. The S4 torture suite proves that generic bits are not returned when querying an ACL set using them (ie. only the specific bits are stored on disk). Jeremy.
2008-10-08Fixed "might be uninitialized" warningTim Prouty1-2/+2
2008-10-08Deal with inheritance from parent directory when setting WindowsJeremy Allison3-1/+20
ACLs. Jeremy.
2008-10-08Fix bug #5814 - Winbindd dumping core in a strange manner while doing ↵Jeremy Allison1-0/+23
"rescan_trusted_domain". From analysis by hargagan <shargagan@novell.com> : "The winbindd_child_died() is also getting called from process_loop() in case of SIGCHLD signal. In this case it doesn't make the timeout_handler to NULL for the first request. It then initiate a new request using schedule_async_request() which installs a new timeout handler for the same request. In such a case, for a badly unresponsive system both the timeout handler can be called. For the first call the "private_data" will be cleared and for another call the timeout handler will be detecting the double free. So, for such a case as well, the winbindd_child_died() should make the timeout_handler to NULL." Jeremy.
2008-10-08Remove unused CHECK_FSP macroVolker Lendecke2-19/+2
2008-10-08Remove duplicate copy of manual page.Jelmer Vernooij1-83/+0
2008-10-08fix libclinbtsrcdir variable.Jelmer Vernooij3-8/+8
2008-10-08Add manpage for nmblookup, move nmblookup closer to nbt library.Jelmer Vernooij4-17/+237
2008-10-08Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij13-55/+53
2008-10-08Fix subunit files location after cherrypicks.Jelmer Vernooij8-1/+2
2008-10-07Fix const warning.Jeremy Allison1-1/+1
Jeremy.
2008-10-07Update vfs version as I've added a const to the security_descriptor paramter ↵Jeremy Allison13-54/+52
in fset_nt_acl(). Need to watch the build farm to make sure I haven't broken the AIX or Solaris ACL modules. Jeremy.
2008-10-08Fix path apparently gone wrong by cherrypick.Jelmer Vernooij1-0/+0
2008-10-08Move all subunit files to lib directory.Jelmer Vernooij8-2/+3
2008-10-08Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij36-275/+906
2008-10-08Fix syntax errors in minschema.Jelmer Vernooij1-20/+16
2008-10-08Import tests for subunit python module.Jelmer Vernooij6-0/+854
2008-10-08Move subunit helper utility to specific subunit directory.Jelmer Vernooij2-1/+1
2008-10-08Allow 'make testenv-dc', 'make testenv-member', etc.Jelmer Vernooij1-0/+3
2008-10-08Print proper error if include file can't be found.Jelmer Vernooij1-0/+4
2008-10-07Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison4-160/+175
Remove some unused calls from vfs_acl_xattr. Test for SD's on existing files. Jeremy.
2008-10-07Changed variable name from f19086872ec734fff3f2119712ff24117bec4e5e to match ↵Tim Prouty1-19/+19
v3-[23]-test
2008-10-06Fixed build warning "passing arg from incompatible pointer type"Tim Prouty1-1/+3
The fix explicitly makes the conversion from timeval to time_t using the existing time utility functions. Compiling modules/vfs_smb_traffic_analyzer.c modules/vfs_smb_traffic_analyzer.c: In function `smb_traffic_analyzer_send_data': modules/vfs_smb_traffic_analyzer.c:173: warning: passing arg 1 of `localtime' from incompatible pointer type
2008-10-06Fixed "declaration shadows global declaration" warnings.Tim Prouty1-19/+19
The patch simply uses a more descriptive variable name for tcp_seq. ../lib/socket_wrapper/socket_wrapper.c:753: warning: declaration of 'tcp_seq' shadows a global declaration /usr/include/netinet/tcp.h:40: warning: shadowed declaration is here ../lib/socket_wrapper/socket_wrapper.c: In function `swrap_marshall_packet': ../lib/socket_wrapper/socket_wrapper.c:919: warning: declaration of 'tcp_seq' shadows a global declaration /usr/include/netinet/tcp.h:40: warning: shadowed declaration is here
2008-10-06Set default trust kvno to -1Andrew Bartlett1-1/+1
2008-10-06Fix cross-realm authentication in Samba4's KDC.Andrew Bartlett1-3/+5
2008-10-06Allow the PAC to be passed along during cross-realm authenticationAndrew Bartlett1-18/+16
2008-10-06Use the trust password version as kvno for trusts in Kerberos.Andrew Bartlett1-0/+7
2008-10-06Start implementing AD-style trusted domains in Samba4's NETLOGON serverAndrew Bartlett1-2/+50
2008-10-06Store trusted domain passwords in the LSA serverAndrew Bartlett1-4/+64
2008-10-06Make RPC-LSA test for enumeration conditions more strictAndrew Bartlett1-3/+14
2008-10-06Add in secure channel type used by AD trustsAndrew Bartlett1-3/+5
2008-10-06Clarify use of manual parsers in trustInOutBlob (drsblobs.idl)Andrew Bartlett1-4/+6