summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
* r23223: Convert a leftover direct tdb access to sessionid.tdbVolker Lendecke2007-05-291-12/+13
|
* r23222: share_mode_forall() is only for counting and status display stuff, soVolker Lendecke2007-05-291-1/+1
| | | | traverse_read is enough here
* r23221: Fix a bad merge, avoid a memory leak and tdb lock problemVolker Lendecke2007-05-291-0/+1
|
* r23220: Add traverse_read to dbwrapVolker Lendecke2007-05-294-1/+47
|
* r23219: Two warningsVolker Lendecke2007-05-292-2/+3
|
* r23218: merge a const warningGerald Carter2007-05-291-1/+1
|
* r23217: Use the enum lsa_SidType declaration from the autogenerated lsa.hGerald Carter2007-05-293-14/+2442
|
* r23216: sync comment with SAMBA_3_0Gerald Carter2007-05-291-1/+1
|
* r23215: missed merged for sec_desc changesGerald Carter2007-05-291-1/+1
|
* r23214: Merge signature change for get_printer_snum() from SAMBA_3_0.Gerald Carter2007-05-291-35/+38
| | | | | Does not include change from snum to struct share_pararms. Just decreases the diff.
* r23213: Merge printer_info6 support from SAMBA_3_0Gerald Carter2007-05-291-0/+68
| | | | (TODO check svn annotate in SAMBA_3_0 for release notes)
* r23212: merge from SAMBA_3_0: Use pipe_user rather than global current_userGerald Carter2007-05-291-54/+29
|
* r23211: merge security descriptor data structure changes from SAMBA_3_0Gerald Carter2007-05-2921-191/+246
|
* r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but ↵Günther Deschner2007-05-296-45/+45
| | | | | | | | | | were using netr_GetDcAnyName all the time (which is the correct thing to do). Fix the naming and opcode mixup in all branches. Guenther
* r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzrVolker Lendecke2007-05-295-1/+144
| | | | | | | | | | branch, please check if it fulfils your needs. Two changes: The validation is not done inside the brlock.c traverse_fn, it's done as a separate routine. Secondly, this patch does not call the checker routines in smbcontrol directly but depends on a running smbd.
* r23203: sync a few comments from SAMBA_3_0Gerald Carter2007-05-291-3/+3
|
* r23202: fix compile error from missed mergeGerald Carter2007-05-291-1/+1
|
* r23201: minor patches to make test and pythong examples from SAMBA-3_0Gerald Carter2007-05-295-7/+19
|
* r23200: More merge's:Gerald Carter2007-05-292-6/+11
| | | | | * A little const * Metze's fix for GSS-SPNEGO against Win2k3
* r23199: merge ldap_rename2_s() fix from SAMBA_3_0Gerald Carter2007-05-291-1/+2
|
* 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-2930-703/+1226
|\ | | | | | | | | | | | | | | | | * 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.