Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | r23198: cherry pick more patches from SAMBA_3_0 | Gerald Carter | 2007-05-29 | 5 | -14/+17 | |
| | | ||||||
* | | r23197: merge some libsmbclient changes (name changes and formatting only) | Gerald Carter | 2007-05-29 | 3 | -16/+29 | |
| | | ||||||
* | | r23196: Cherry pick patches from SAMBA_3_0: | Gerald Carter | 2007-05-29 | 34 | -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_forall | Volker Lendecke | 2007-05-29 | 5 | -30/+39 | |
| | | ||||||
| * | r23194: cherry pick two fixes from SAMBA_3_0_26 | Gerald Carter | 2007-05-29 | 2 | -6/+10 | |
| | | | | | | | | | | * strptime() failure check * make legcacy sid/uid/gid calls static | |||||
| * | r23192: Remove fallback to looking up group mappings by the | Gerald Carter | 2007-05-29 | 1 | -17/+1 | |
| | | | | | | | | Unix name after discussion with Simo. | |||||
| * | r23186: Checkin on behalf of Tridge: | Volker Lendecke | 2007-05-29 | 1 | -57/+57 | |
| | | | | | | | | Change notify.tdb to use dbwrap | |||||
| * | r23185: Try to fix the IRIX build, also add the forgotten file_id.c in .26 | Volker Lendecke | 2007-05-29 | 2 | -3/+4 | |
| | | ||||||
| * | r23184: Checkin for Tridge: Add a speed test to tdbtool | Volker Lendecke | 2007-05-29 | 1 | -2/+52 | |
| | | ||||||
| * | r23183: Check in a change made by Tridge: | Volker Lendecke | 2007-05-29 | 23 | -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 because | Volker Lendecke | 2007-05-28 | 1 | -53/+118 | |
| | | | | | | | | it brings across the tdb-based list_sessions | |||||
| * | r23172: Change shutdown_other_smbds to use connections_traverse instead of | Volker Lendecke | 2007-05-28 | 2 | -11/+13 | |
| | | | | | | | | session_traverse. | |||||
| * | r23171: Convert connections.tdb to dbwrap | Volker Lendecke | 2007-05-28 | 8 | -163/+162 | |
| | | ||||||
| * | r23170: Add map_nt_error_from_tdb() | Volker Lendecke | 2007-05-28 | 2 | -2/+45 | |
| | | ||||||
| * | r23169: Merge 535 of Tridge's bzr tree: | Volker Lendecke | 2007-05-27 | 1 | -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 Lendecke | 2007-05-27 | 5 | -27/+26 | |
| | | ||||||
| * | r23167: Remove an unused parameter | Volker Lendecke | 2007-05-27 | 5 | -5/+6 | |
| | | ||||||
| * | r23166: Bring samba.org's iniparser copy in sync with the upstream version 2.17. | Lars Müller | 2007-05-27 | 19 | -588/+652 | |
| | | ||||||
| * | r23165: Convert brlock.tdb to dbwrap | Volker Lendecke | 2007-05-27 | 2 | -38/+52 | |
| | | ||||||
| * | r23164: Minor cosmetic checkin | Volker Lendecke | 2007-05-27 | 1 | -2/+2 | |
| | | ||||||
| * | r23163: Convert locking.tdb to dbwrap | Volker Lendecke | 2007-05-27 | 2 | -91/+110 | |
| | | ||||||
| * | r23162: Make use of messaging_send_buf | Volker Lendecke | 2007-05-27 | 1 | -4/+2 | |
| | | ||||||
| * | r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead record | Volker Lendecke | 2007-05-27 | 2 | -0/+5 | |
| | | | | | | | | optimization. | |||||
| * | r23156: Install the smb_share_modes.h header file. | Lars Müller | 2007-05-26 | 1 | -0/+1 | |
| | | ||||||
| * | r23155: Rename INSTALLPERMS to INSTALLPERMS_BIN to differenciate clearer from | Lars Müller | 2007-05-26 | 1 | -32/+32 | |
| | | | | | | | | INSTALLPERMS_DATA. | |||||
| * | r23154: Add INSTALLPERMS_DATA set to 0644 to install the header files with this | Lars Müller | 2007-05-26 | 1 | -3/+4 | |
| | | | | | | | | permission set instead of 0755. | |||||
| * | r23151: Re-arrange the logic so it looks identical to the | Jeremy Allison | 2007-05-26 | 1 | -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 the | Jeremy Allison | 2007-05-26 | 1 | -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 incrementing | Jeremy Allison | 2007-05-25 | 1 | -1/+1 | |
| | | | | | | | | | | data being sent). Patch from mnix@wanm.com.au. Jeremy. | |||||
| * | r23147: Patch #4566 from jacob berkman <jberkman@novell.com>. Pass password ↵ | Jeremy Allison | 2007-05-25 | 1 | -1/+2 | |
| | | | | | | | | | | | | data to krb5_prompter. Jeremy. | |||||
| * | r23128: Fix typo. | Günther Deschner | 2007-05-24 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx, | Günther Deschner | 2007-05-24 | 6 | -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 Allison | 2007-05-24 | 1 | -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 Deschner | 2007-05-24 | 5 | -7/+7 | |
| | | | | | | | | | | | | | | | | again. Thanks to Bartlomiej Solarz-Niesluchowski <Bartlomiej.Solarz-Niesluchowski@wit.edu.pl>. Guenther | |||||
| * | r23117: Factor out local messaging. | Volker Lendecke | 2007-05-24 | 6 | -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 Seeger | Volker Lendecke | 2007-05-24 | 1 | -1/+1 | |
| | | ||||||
| * | r23112: Trim down the message.c API slightly: The messages_pending_for_pid ↵ | Volker Lendecke | 2007-05-24 | 4 | -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 Adam | 2007-05-24 | 1 | -0/+4 | |
| | | | | | | | | Michael | |||||
| * | r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h. | Michael Adam | 2007-05-24 | 1 | -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 the | Jeremy Allison | 2007-05-24 | 1 | -3/+4 | |
| | | | | | | | | | | target. Needs merging for 3.0.25a (sorry). Jeremy. | |||||
| * | r23106: Use lchown for symlinks. | Jeremy Allison | 2007-05-24 | 1 | -2/+11 | |
| | | | | | | | | Jeremy. | |||||
| * | r23105: Add lchown to the vfs layer. We need this in the POSIX code. | Jeremy Allison | 2007-05-23 | 12 | -3/+128 | |
| | | | | | | | | Jeremy. | |||||
| * | r23100: Implement the delete on close semantics I've just tested for | Jeremy Allison | 2007-05-23 | 5 | -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 a | James Peach | 2007-05-23 | 1 | -2/+2 | |
| | | | | | | | | case-sensitive filesystem. | |||||
| * | r23097: Add a new configure option to disable building SWAT (it is still ↵ | James Peach | 2007-05-23 | 2 | -2/+17 | |
| | | | | | | | | | | | | built by default). | |||||
| * | r23096: Make the lock failure message prettier. | James Peach | 2007-05-23 | 1 | -4/+4 | |
| | | ||||||
| * | r23095: Support systems that have their PAM headers in /usr/include/pam. | James Peach | 2007-05-23 | 8 | -9/+69 | |
| | | ||||||
| * | r23094: Update the iconv detection to handle cross-compiles better. If we are | James Peach | 2007-05-23 | 2 | -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 Peach | 2007-05-23 | 1 | -3/+11 | |
| | | ||||||
| * | r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does not | Volker Lendecke | 2007-05-23 | 3 | -1/+112 | |
| | | | | | | | | | | | | use the credential chain and only works over netlogon, but it would allow multiple outstanding auth requests for a single workstation account. |