summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | r23004: Fix the build of the Tru64 ACL vfs module.Michael Adam2007-05-181-6/+6
| | | | | | | | | | | | | | | | (This is r22918 in SAMBA_3_0.) Where the heck did that smb_acl_permset_t come from? I can't remember, but I am sure this built once... Michael
* | r23003: - Fix but #4634. Type of the size parameter to getpeername was wrong.Derrell Lipman2007-05-181-1/+1
| |
* | r23000: merge from SAMBA_4_0:Stefan Metzmacher2007-05-181-1/+1
| | | | | | | | | | | | only if the output of which has a leading '/' the output is useful... metze
* | r22994: Fix HP/UX compiler flags by Don McCall. Lets see how the other HP/UXVolker Lendecke2007-05-181-1/+2
| | | | | | | | boxes like this. Thanks, Don!
* | r22981: Do not prompt for password on sec=none for mount.cifs (and allow guestSteve French2007-05-171-2/+5
| | | | | | | | option to pass to kernel code so it can know when to retry)
* | r22980: Add in misc frees that valgrind noticed for mount.cifs.cSteve French2007-05-171-15/+23
| |
* | r22978: Don't use current_user to prep the security ctx in change_to_user Gerald Carter2007-05-171-7/+15
| | | | | | | | | | | | since any SID/uid/gid translation calls will reset the struct when popping the security ctx. This should fix the standalone server configuration issues reported by David Rankin (thanks for the logs).
* | r22977: Trim noise by removing redundant WARNING log message thatGerald Carter2007-05-171-4/+0
| | | | | | | | | | would flood at log level 2. We know when we're using the legacy mapping code anyways since it will log an informative msg.
* | r22975: BUG 4616: Don't return a dns or forest name when replying to the Gerald Carter2007-05-171-7/+7
| | | | | | | | DsDGetPrimaryRoleInfo() and configured for security = domain.
* | r22973: Apparently, 3.0.25 broke smb4k badly ;-)Alexander Bokovoy2007-05-171-2/+6
| | | | | | | | | | | | | | | | smb4k uses 'net rap server domain' to list servers in domain. Previously we just ignored all arguments in net_rap_server() but now we don't as 'net rap server name' has added an explicit check on arguments. Allow 'net rap server domain' to aid smb4k. Any other arguments will cause help message.
* | r22957: Use 1 for pointer, instead of casting to a 32-bit valueJeremy Allison2007-05-171-2/+2
| | | | | | | | | | from (potentially) a 64-bit pointer. Jeremy.
* | r22956: Fix security=server (bug #4622). Volker's patchJeremy Allison2007-05-161-11/+0
| | | | | | | | | | (slightly truncated by me). Will be in 3.0.25a. Jeremy.
* | r22954: More messaging_registerVolker Lendecke2007-05-165-27/+32
| |
* | r22951: Merge Volkers's logic fix from r22930. Only readJeremy Allison2007-05-161-2/+3
| | | | | | | | | | the rest of the data if there is any. Jeremy.
* | r22949: Merge modified and extended winbindd cache validation code Michael Adam2007-05-161-40/+787
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from 3_0. (Essentially r22845 and r22847). Original log: (r22845) Modified and extended the winbindd cache validation code: * Replaced signal catching/longjmp magic by a fork: Let the child do the actual validation of the entries. Exit code and signals are intercepted by waitpid. * Fix logic so that also encounter of an unknown key in the tdb leads to an error. * Extended status of validation is kept in a (as yet simple) stuct and communicated over a pipe from child to parent. * Added two validation_ functions for two new keys. The call of winbindd_validate_cache is still commented out in the winbindd main loop. But I am currently testing it and so far it seems to work fine. The next step in my plan is to generalize the validation mechanism to a tdb_open_log_validate function in lib/util_tdb.c. There ist nothing very special about the cache tdb here, and this might be useful elsewhere... Michael
* | r22948: sync lib/tdb/ with SAMBA_3_0Stefan Metzmacher2007-05-1619-480/+3498
| | | | | | | | metze
* | r22947: HP-UX acl implementation. Taken from 3_0 (r22529).Michael Adam2007-05-161-56/+1137
| | | | | | | | Michael
* | r22946: remove reference to backup_tdb()Stefan Metzmacher2007-05-163-31/+6
| | | | | | | | metze
* | r22945: merge 22009 from SAMBA_3_0 + some warning fixes for new code:Stefan Metzmacher2007-05-1646-298/+280
| | | | | | | | | | | | | | | | change TDB_DATA from char * to unsigned char * and fix all compiler warnings in the users metze
* | r22943: More message_register -> messaging_registerVolker Lendecke2007-05-163-60/+102
| |
* | r22942: Some message_register -> messaging_register conversionsVolker Lendecke2007-05-163-42/+75
| |
* | r22941: merge -r22511 from 3_0Günther Deschner2007-05-161-3/+0
| | | | | | | | Guenther
* | r22940: Merge from 3_0:Günther Deschner2007-05-165-104/+292
| | | | | | | | | | | | | | * generic LDAP range retrieval searches * tweaks for winbindd_ads.c Guenther
* | r22939: Merge -r22468 from 3_0.Günther Deschner2007-05-161-2/+0
| | | | | | | | Guenther
* | r22938: merge 22007 and 22008 from SAMBA_3_0Stefan Metzmacher2007-05-162-6/+5
| | | | | | | | | | | | use tdb helper functions metze
* | r22937: merge 21999 from SAMBA_3_0Stefan Metzmacher2007-05-161-6/+6
| | | | | | | | | | | | remove useless casts metze
* | r22936: merge 21973:21989 from SAMBA_3_0Stefan Metzmacher2007-05-1618-297/+201
| | | | | | | | | | | | (use helper functions to create TDB_DATA elements) metze
* | r22935: merge 21972 from SAMBA_3_0Stefan Metzmacher2007-05-161-22/+39
| | | | | | | | metze
* | r22934: Change smbcontrol to use messaging_register instead of message_registerVolker Lendecke2007-05-163-25/+87
| |
* | r22933: Remove precompiled headers on clean.Michael Adam2007-05-161-2/+5
| | | | | | | | (This ports r22416 from 3_0)
* | r22932: Use the same symbol in sizeof and cast for talloc.Michael Adam2007-05-161-1/+1
| |
* | r22931: Fix logic in detection of the need to replace dlopen and friends.Michael Adam2007-05-161-6/+7
| | | | | | | | | | | | | | Originally, dlfcn.o was only added to LIBREPLACEOBJ if dlopen was found in libdl but header dlfcn.h was not appropriate. Michael
* | r22928: Use better success error code.Günther Deschner2007-05-161-8/+8
| | | | | | | | Guenther
* | r22927: Fix Tru64 build (krb5 detection code)Michael Adam2007-05-161-1/+1
| |
* | r22926: Don't use <=0, use < 0 to allow keepalives to propagate up.Jeremy Allison2007-05-161-1/+1
| | | | | | | | Jeremy.
* | r22924: Fix the build by correctly processing readXJeremy Allison2007-05-161-21/+25
| | | | | | | | | | errors in the direct read case. Jeremy.
* | r22923: Fix runaway smbd now receive_smb_raw() returns a ssize_t not a BOOL.Jeremy Allison2007-05-161-1/+1
| | | | | | | | Jeremy.
* | r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-05-1610-91/+281
| | | | | | | | | | | | with the Apple guys and Linux kernel guys. Still looking at how to do writeX as there's no recvfile(). Jeremy.
* | r22917: - Fixes bug 4599. A missing <code>if</code> statement forced ↵Derrell Lipman2007-05-153-4/+91
| | | | | | | | | | | | | | | | | | | | | | | | subseqeuent attempts to set attributes to fail. - I also noticed that missing attributes were setting an invalid return string by getxattr(), e.g. if there was not group, the return string had "GROUP:;" instead of excluding the GROUP attribute entirely as it should. The big problem with the way it was, is that the string could not then be passed to setxattr() and parsed.
* | r22911: Pass a messaging_context to message_send_allVolker Lendecke2007-05-158-12/+22
| |
* | r22910: Make message_send_pid static to messages.cVolker Lendecke2007-05-153-35/+38
| |
* | r22909: Change prototype of dump_data(), so that it takes unsigned char *Michael Adam2007-05-1536-167/+167
| | | | | | | | | | | | | | | | | | | | instead of char *, which matches what samba4 has. Fix all the callers to prevent compiler warnings. This essentially ports r22001 from SAMBA_3_0 to SAMBA_3_0_26. There are a few additional type cast corrections.
* | r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke2007-05-158-28/+16
| |
* | r22906: Some more message_send_pidVolker Lendecke2007-05-152-47/+73
| |
* | r22905: cli_send_mailslot had a message_send_pid insideVolker Lendecke2007-05-152-10/+16
| |
* | r22904: Fix indent.Günther Deschner2007-05-151-1/+1
| | | | | | | | Guenther
* | r22903: Now that we have the on-disc trustdomaincache with type flags we can ↵Günther Deschner2007-05-151-3/+6
| | | | | | | | | | | | | | | | | | better decide whether it's worth to register a krb5 ticket gain handler while users logon offline. Guenther
* | r22902: Add an event_context and a messaging_context to nmbd. Not used yet.Volker Lendecke2007-05-152-8/+52
| |
* | r22901: When an AD account has UF_DONT_REQUIRE_PREAUTH set we need to ↵Günther Deschner2007-05-151-0/+8
| | | | | | | | | | | | | | | | fallback to ntlm in the kerberized PAM_AUTH. Guenther
* | r22900: Convert profile/ to messaging_send_pid/messaging_registerVolker Lendecke2007-05-153-13/+29
| |