summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | r23198: cherry pick more patches from SAMBA_3_0Gerald Carter2007-05-295-14/+17
| |
* | r23197: merge some libsmbclient changes (name changes and formatting only)Gerald Carter2007-05-293-16/+29
| |
* | r23196: Cherry pick patches from SAMBA_3_0:Gerald Carter2007-05-2934-721/+1242
|\| | | | | | | | | | | | | | | | | * Move aclocal.m4 and replace with m4 directory * Merge VL's require-membership-of changes to winbindd_pam.c and associated changes to token_util.c * Fix warnings from tdb_pack/unpack in printing.c * merge ndr fixes and wkssvc service * formating merges to decrease the diff between branches
| * r23195: Add void *private_data to brl_forallVolker Lendecke2007-05-295-30/+39
| |
| * r23194: cherry pick two fixes from SAMBA_3_0_26 Gerald Carter2007-05-292-6/+10
| | | | | | | | | | * strptime() failure check * make legcacy sid/uid/gid calls static
| * r23192: Remove fallback to looking up group mappings by the Gerald Carter2007-05-291-17/+1
| | | | | | | | Unix name after discussion with Simo.
| * r23186: Checkin on behalf of Tridge:Volker Lendecke2007-05-291-57/+57
| | | | | | | | Change notify.tdb to use dbwrap
| * r23185: Try to fix the IRIX build, also add the forgotten file_id.c in .26Volker Lendecke2007-05-292-3/+4
| |
| * r23184: Checkin for Tridge: Add a speed test to tdbtoolVolker Lendecke2007-05-291-2/+52
| |
| * r23183: Check in a change made by Tridge:Volker Lendecke2007-05-2923-313/+365
| | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the internal explicit dev/ino file id representation by a "struct file_id". This is necessary as cluster file systems and NFS don't necessarily assign the same device number to the shared file system. With this structure in place we can now easily add different schemes to map a file to a unique 64-bit device node. Jeremy, you might note that I did not change the external interface of smb_share_modes.c. Volker
| * r23173: Convert sessionid.tdb to ctdb. The 3.0.26 patch is a bit larger becauseVolker Lendecke2007-05-281-53/+118
| | | | | | | | it brings across the tdb-based list_sessions
| * r23172: Change shutdown_other_smbds to use connections_traverse instead ofVolker Lendecke2007-05-282-11/+13
| | | | | | | | session_traverse.
| * r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-05-288-163/+162
| |
| * r23170: Add map_nt_error_from_tdb()Volker Lendecke2007-05-282-2/+45
| |
| * r23169: Merge 535 of Tridge's bzr tree:Volker Lendecke2007-05-271-2/+5
| | | | | | | | | | store the right data after cleaning lock records. This fixes RAW-BENCH-LOCK after a recovery on a cluster
| * r23168: Move the lp_max_connections() into service.c.Volker Lendecke2007-05-275-27/+26
| |
| * r23167: Remove an unused parameterVolker Lendecke2007-05-275-5/+6
| |
| * r23166: Bring samba.org's iniparser copy in sync with the upstream version 2.17.Lars Müller2007-05-2719-588/+652
| |
| * r23165: Convert brlock.tdb to dbwrapVolker Lendecke2007-05-272-38/+52
| |
| * r23164: Minor cosmetic checkinVolker Lendecke2007-05-271-2/+2
| |
| * r23163: Convert locking.tdb to dbwrapVolker Lendecke2007-05-272-91/+110
| |
| * r23162: Make use of messaging_send_bufVolker Lendecke2007-05-271-4/+2
| |
| * r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead recordVolker Lendecke2007-05-272-0/+5
| | | | | | | | optimization.
| * r23156: Install the smb_share_modes.h header file.Lars Müller2007-05-261-0/+1
| |
| * r23155: Rename INSTALLPERMS to INSTALLPERMS_BIN to differenciate clearer fromLars Müller2007-05-261-32/+32
| | | | | | | | INSTALLPERMS_DATA.
| * r23154: Add INSTALLPERMS_DATA set to 0644 to install the header files with thisLars Müller2007-05-261-3/+4
| | | | | | | | permission set instead of 0755.
| * r23151: Re-arrange the logic so it looks identical to theJeremy Allison2007-05-261-8/+14
| | | | | | | | | | | | | | "file existed" case above. This has no functional change but is easier to see that it's doing the same thing. Jeremy.
| * r23150: Fix Samba3 in the build farm again. In the case where theJeremy Allison2007-05-261-0/+17
| | | | | | | | | | | | | | | | | | | | file was being created and we go into the race condition check, we were testing for compatible open modes, but were not breaking oplocks in the same way as if the file existed. This meant that we weren't going into the code path that sets fsp->oplock = FAKE_LEVEL_II_OPLOCK if the client didn't ask for an oplock on file create. We need to do this as internally it's what Windows does. Jeremy.
| * r23148: Fix old old bug in cli_smbwrite() (not incrementingJeremy Allison2007-05-251-1/+1
| | | | | | | | | | data being sent). Patch from mnix@wanm.com.au. Jeremy.
| * r23147: Patch #4566 from jacob berkman <jberkman@novell.com>. Pass password ↵Jeremy Allison2007-05-251-1/+2
| | | | | | | | | | | | data to krb5_prompter. Jeremy.
| * r23128: Fix typo.Günther Deschner2007-05-241-1/+1
| | | | | | | | Guenther
| * r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner2007-05-246-75/+672
| | | | | | | | | | | | | | netr_DsRGetDCNameEx2) and add new ds request and reply flags, also add some more WERROR codes. Guenther
| * r23122: Fix bug #4655. We marshall the enumdataex correctly,Jeremy Allison2007-05-241-17/+48
| | | | | | | | | | | | | | | | but W2K3 doesn't follow our rules when sending data to us. Ensure we look for the data at the correct offsets when reading the data. Too late for 3.0.25a - don't merge. Jeremy.
| * r23121: Fix Bug #2727 and let pam_smbpass at least link and dlopen correctly ↵Günther Deschner2007-05-245-7/+7
| | | | | | | | | | | | | | | | again. Thanks to Bartlomiej Solarz-Niesluchowski <Bartlomiej.Solarz-Niesluchowski@wit.edu.pl>. Guenther
| * r23117: Factor out local messaging.Volker Lendecke2007-05-246-416/+492
| | | | | | | | | | | | This removes message_block / message_unblock. I've talked to Jeremy and Günther, giving them my reasons why I believe they have no effect. Neither could come up with a counter-argument, so they go :-)
| * r23116: Fix typo, found by Karolin SeegerVolker Lendecke2007-05-241-1/+1
| |
| * r23112: Trim down the message.c API slightly: The messages_pending_for_pid ↵Volker Lendecke2007-05-244-116/+106
| | | | | | | | | | | | | | | | | | | | | | is now replaced by MSG_FLAG_LOWPRIORITY or'ed into the msg_type. To enable this, changed the msg_type definitions to hexadecimal. This way we could theoretically add the MSG_FLAG_NODUPLICATES again, but I would rather not do this, because that one is racy and can't be guaranteed at all.
| * r23109: Redo the change from r22772 I accidentially undid in r23108.Michael Adam2007-05-241-0/+4
| | | | | | | | Michael
| * r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.Michael Adam2007-05-241-5/+6
| | | | | | | | Fixing build of ldb for instance on some systems without dlfcn.h.
| * r23107: Fix renames on file descriptors that are supposed to overwrite theJeremy Allison2007-05-241-3/+4
| | | | | | | | | | target. Needs merging for 3.0.25a (sorry). Jeremy.
| * r23106: Use lchown for symlinks.Jeremy Allison2007-05-241-2/+11
| | | | | | | | Jeremy.
| * r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison2007-05-2312-3/+128
| | | | | | | | Jeremy.
| * r23100: Implement the delete on close semantics I've just tested forJeremy Allison2007-05-235-29/+119
| | | | | | | | | | | | in Samba4 smbtorture. Fix rename on an open file handle. Needed for 3.0.25a. Jeremy.
| * r23098: Fix the case of the #include statements so this module can be built on aJames Peach2007-05-231-2/+2
| | | | | | | | case-sensitive filesystem.
| * r23097: Add a new configure option to disable building SWAT (it is still ↵James Peach2007-05-232-2/+17
| | | | | | | | | | | | built by default).
| * r23096: Make the lock failure message prettier.James Peach2007-05-231-4/+4
| |
| * r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach2007-05-238-9/+69
| |
| * r23094: Update the iconv detection to handle cross-compiles better. If we areJames Peach2007-05-232-89/+106
| | | | | | | | | | cross-compiling, we accept the first iconv library that we find (with a warning).
| * r23093: Allow modules with the same name but different types.James Peach2007-05-231-3/+11
| |
| * r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does notVolker Lendecke2007-05-233-1/+112
| | | | | | | | | | | | use the credential chain and only works over netlogon, but it would allow multiple outstanding auth requests for a single workstation account.