summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r21145: Convert some int to BOOL in pam_winbind (only in 3_0).Günther Deschner2007-02-051-13/+13
| | | | | | | | Guenther
| * r21144: Create more accurate warning message when the pam_winbind chauthtok hasGünther Deschner2007-02-051-12/+76
| | | | | | | | | | | | received NT_STATUS_PASSWORD_RESTRICTION. Guenther
| * r21143: Fix wrong check for pam error codes for getpwnam and lookup winbindGünther Deschner2007-02-051-13/+26
| | | | | | | | | | | | | | | | requests in pam_winbind (Bug #4094). Inspired by fix from Lars Heete. Guenther
| * r21133: - Apply patch from ages ago, which should allow following ↵Derrell Lipman2007-02-031-10/+27
| | | | | | | | | | | | | | | | \\server\share\path DFS referrals. This doesn't appear to break anything in the non-DFS case, but I don't have an environment to test DFS referrals. Need confirmation from OP that this solves the problem.
| * r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.Derrell Lipman2007-02-032-12/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | - Should fix bug 4115 (but needs confirmation from OP). If the kerberos use flag is set in the context, then also pass it to smbc_attr_server for use by cli_full_connection() - Should fix bug 4309 (but needs confirmation from OP). We no longer send a keepalive packet unconditionally. Instead, we assume (yes, possibly incorrectly, but it's the best guess we can make) that if the connection is on port 139, it's netbios and otherwise, it isn't. If netbios is in use, we send a keepalive packet. Otherwise, we check that the connection is alive using getpeername().
| * r21131: Some notify fixesVolker Lendecke2007-02-032-1/+16
| |
| * r21130: Don't mix SAFE_FREE() and TALLOC_FREE().Gerald Carter2007-02-031-1/+1
| |
| * r21129: Fix from Martin Zielinski <mz@seh.de> - ensureJeremy Allison2007-02-031-0/+10
| | | | | | | | | | | | the hand marshalled container size is a multiple of 4 bytes for RPC alignment. Jeremy.
| * r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison2007-02-023-4/+35
| | | | | | | | | | | | | | | | Vista sends the NTLMv2 blob by default in the tconX packet. Make sure we save off the workgroup the user was logged into on the client in the sessionsetupX and re-use it for the NTLMv2 calc. Jeremy.
| * r21127: Add a mitigating comment ;-))Volker Lendecke2007-02-021-0/+8
| |
| * r21123: Make notify_fsp() static to notify.c.Volker Lendecke2007-02-023-60/+72
| | | | | | | | Volker
| * r21122: Simplify code in pam_winbind a bit.Günther Deschner2007-02-021-23/+20
| | | | | | | | Guenther
| * r21121: Fix error message, based on RAW-NOTIFYVolker Lendecke2007-02-021-1/+1
| |
| * r21120: Make notify a bit more robust: Delete the notify records if we ↵Volker Lendecke2007-02-021-14/+34
| | | | | | | | | | | | | | | | | | | | | | | | figured out that the process holding it is not around anymore. Tridge, please review this and possibly also include it in 4. We can discuss the error message for "unknown target" from messaging_send, INVALID_HANDLE seemed to be most appropriate to me. Volker
| * r21117: Add rpccli_samr_chgpasswd_user to rpcclient for testing.Günther Deschner2007-02-011-0/+55
| | | | | | | | Guenther
| * r21116: Fix the build -- sorry!Volker Lendecke2007-02-011-4/+8
| |
| * r21115: notify_internal.c needs to remove the table entry if a process has ↵Volker Lendecke2007-02-015-47/+74
| | | | | | | | | | | | | | | | | | | | | | crashed. So it needs the specific error message. Make messages.c return NTSTATUS and specificially NT_STATUS_INVALID_HANDLE if sending to a non-existent process. Volker
| * r21114: Fix 'net usershare': Adding "guest_ok=y" required a correct acl. Set theVolker Lendecke2007-02-011-4/+6
| | | | | | | | | | | | | | | | default if "" is set. And fix the calculation for too man shares. Thanks to Karolin Seeger <ks@sernet.de> Volker
| * r21113: Increment vfs version, thanks to metze for pointing it outVolker Lendecke2007-02-011-1/+2
| |
| * r21112: fix const compile warningGerald Carter2007-02-011-2/+2
| |
| * r21111: Reorganize the change notify params a bit. We now have the per-shareVolker Lendecke2007-02-013-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | parameters change notify = [yes]/no # do we do it at all kernel change notify = [yes]/no # enable/disable inotify Those who want FAM need to say change notify = yes vfs objects = notify_fam Volker
| * r21110: Fix kinit with Heimdal (Bug #4226).Günther Deschner2007-02-013-13/+54
| | | | | | | | Guenther
| * r21109: Send notify_fam.c through the VFS. Lets see how the build farm likes ↵Volker Lendecke2007-02-013-14/+38
| | | | | | | | | | | | this. Volker
| * r21108: Send sys_notify_watch through the VFS, FAM is nextVolker Lendecke2007-02-017-11/+42
| |
| * r21107: Adapt notify_fam.c to the new infrastructure. This works in my test, ↵Volker Lendecke2007-02-011-76/+90
| | | | | | | | | | | | | | | | | | | | | | but does not survive the raw-notify test just because famd is too slow. Events are coming in too late and are thus unsyncronized. Now to get that through the VFS. Volker
| * r21106: We neither need a account lockout policy handler nor a check domainGünther Deschner2007-02-011-1/+2
| | | | | | | | | | | | | | online handler for internal (local SAM, BUILTIN) childs. Jeremy, please check. Guenther
| * r21104: Rename struct watch_context to struct inotify_watch_contextVolker Lendecke2007-02-011-8/+9
| |
| * r21101: Remove "unused" warning from Jerry's code. We stillJeremy Allison2007-01-311-1/+0
| | | | | | | | | | have a build failure in 3.0.24 in event_add_timed ? Jeremy
| * r21100: Add the RPC hack fix to adddriver as well as adddriverex.Jeremy Allison2007-01-311-0/+9
| | | | | | | | | | Thanks to Martin Zielinski <mz@seh.de>. Jeremy.
| * r21099: Protect ourselves from null pointer deref. This isn'tJeremy Allison2007-01-311-0/+6
| | | | | | | | | | | | | | the correct fix for the Vista bug, but it needed as protection against invalid RPC. Thanks to Martin Zielinski <mz@seh.de> for pointing this out. Jeremy.
| * r21098: When get_dc_name_via_netlogon() in get_dcs() fails to find a trusted DCGünther Deschner2007-01-311-2/+2
| | | | | | | | | | | | we may not just assume that we look for our own realm's dcs next. Guenther
| * r21097: Ensure that when manipulating UNIX permissions viaJeremy Allison2007-01-311-14/+57
| | | | | | | | | | | | | | the UNIX extensions we use the correct mask/force mask settings for new and existing files/directories. Bug reported by Juran David <ext-david.juran@nokia.com>. Jeremy.
| * r21096: Fix formatting.Jeremy Allison2007-01-311-2/+2
| | | | | | | | Jeremy
| * r21093: Remove the hash and dnotify backends. Disabling FAM for this ↵Volker Lendecke2007-01-319-790/+8
| | | | | | | | | | | | | | | | checkin, I'm working on that right now. Volker
| * r21092: Ok, that's the one that activates the Samba4 notify backend.Volker Lendecke2007-01-315-46/+118
| | | | | | | | | | | | Now to clean up / fix lots of stuff. Volker
| * r21091: Fix the build without inotifyVolker Lendecke2007-01-311-0/+4
| |
| * r21090: Add some helper routinesVolker Lendecke2007-01-313-0/+60
| |
| * r21089: Do notifies on renameVolker Lendecke2007-01-311-0/+44
| |
| * r21088: Apply some constVolker Lendecke2007-01-311-1/+1
| |
| * r21087: Make the param list of notify_fname match notify_triggerVolker Lendecke2007-01-314-16/+18
| |
| * r21084: Make the Samba4 files compile in Samba3, not activated yet.Volker Lendecke2007-01-317-44/+98
| | | | | | | | Volker
| * r21083: Actually make it static... :-)Volker Lendecke2007-01-311-1/+1
| |
| * r21082: Make canonicalize_path static to service.c -- we do have ↵Volker Lendecke2007-01-314-59/+31
| | | | | | | | conn->connectpath
| * r21081: Add forgotten functionVolker Lendecke2007-01-311-0/+11
| |
| * r21080: ReformattingVolker Lendecke2007-01-311-37/+68
| |
| * r21079: Minimizing diff: Adopt the Samba4 style ChangeNotify flags.Volker Lendecke2007-01-316-11/+16
| | | | | | | | Volker
| * r21077: A step to minimize the diff later: This pulls in unmodified files ↵Volker Lendecke2007-01-314-177/+988
| | | | | | | | | | | | | | | | | | | | | | | | | | from Samba4, not compiled yet. This way the modifications become visible later. ntvfs/common/notify.c -> smbd/notify_internal.c ntvfs/sysdep/inotify.c -> smbd/notify_inotify.c Naturally I had to disable notify again :-) Volker
| * r21076: Two pieces of infrastructure from Samba4: An API-compatible ↵Volker Lendecke2007-01-313-0/+224
| | | | | | | | | | | | | | | | messaging wrapper and tdb_wrap_open. Volker
| * r21074: Preparation for the import of samba4 notify: Add the file notify.idl ↵Volker Lendecke2007-01-319-2/+397
| | | | | | | | | | | | | | | | and the resulting marshalling/unmarshalling routines in gen_ndr/ Volker
| * r21073: Fix compiler warningVolker Lendecke2007-01-311-2/+2
| |