index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21157: this is 3.0.26 trunk
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21155: Forgot one _PAM_LOG_STATE_DATA_STRING call (only in 3_0).
Günther Deschner
1
-0
/
+1
2007-10-10
r21154: Add PAM_WINBIND_LOGONSERVER, also merge the various pam_set_data calls.
Günther Deschner
2
-36
/
+69
2007-10-10
r21152: Correctly omit pam conversations when PAM_SILENT has been set by the
Günther Deschner
2
-57
/
+61
2007-10-10
r21151: applying patches for CVE-2007-045[34]
Gerald Carter
2
-3
/
+5
2007-10-10
r21150: Activate RAW-NOTIFY
Volker Lendecke
1
-1
/
+1
2007-10-10
r21149: Only say we are a groupmember for the optimized (rid 513) membership
Günther Deschner
1
-1
/
+4
2007-10-10
r21146: Fix debug typos.
Günther Deschner
2
-2
/
+2
2007-10-10
r21145: Convert some int to BOOL in pam_winbind (only in 3_0).
Günther Deschner
1
-13
/
+13
2007-10-10
r21144: Create more accurate warning message when the pam_winbind chauthtok has
Günther Deschner
1
-12
/
+76
2007-10-10
r21143: Fix wrong check for pam error codes for getpwnam and lookup winbind
Günther Deschner
1
-13
/
+26
2007-10-10
r21133: - Apply patch from ages ago, which should allow following \\server\sh...
Derrell Lipman
1
-10
/
+27
2007-10-10
r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.
Derrell Lipman
2
-12
/
+42
2007-10-10
r21131: Some notify fixes
Volker Lendecke
2
-1
/
+16
2007-10-10
r21130: Don't mix SAFE_FREE() and TALLOC_FREE().
Gerald Carter
1
-1
/
+1
2007-10-10
r21129: Fix from Martin Zielinski <mz@seh.de> - ensure
Jeremy Allison
1
-0
/
+10
2007-10-10
r21128: Fix Vista connecting to Samba in share level security.
Jeremy Allison
3
-4
/
+35
2007-10-10
r21127: Add a mitigating comment ;-))
Volker Lendecke
1
-0
/
+8
2007-10-10
r21123: Make notify_fsp() static to notify.c.
Volker Lendecke
3
-60
/
+72
2007-10-10
r21122: Simplify code in pam_winbind a bit.
Günther Deschner
1
-23
/
+20
2007-10-10
r21121: Fix error message, based on RAW-NOTIFY
Volker Lendecke
1
-1
/
+1
2007-10-10
r21120: Make notify a bit more robust: Delete the notify records if we figure...
Volker Lendecke
1
-14
/
+34
2007-10-10
r21117: Add rpccli_samr_chgpasswd_user to rpcclient for testing.
Günther Deschner
1
-0
/
+55
2007-10-10
r21116: Fix the build -- sorry!
Volker Lendecke
1
-4
/
+8
2007-10-10
r21115: notify_internal.c needs to remove the table entry if a process has cr...
Volker Lendecke
5
-47
/
+74
2007-10-10
r21114: Fix 'net usershare': Adding "guest_ok=y" required a correct acl. Set the
Volker Lendecke
1
-4
/
+6
2007-10-10
r21113: Increment vfs version, thanks to metze for pointing it out
Volker Lendecke
1
-1
/
+2
2007-10-10
r21112: fix const compile warning
Gerald Carter
1
-2
/
+2
2007-10-10
r21111: Reorganize the change notify params a bit. We now have the per-share
Volker Lendecke
3
-17
/
+16
2007-10-10
r21110: Fix kinit with Heimdal (Bug #4226).
Günther Deschner
3
-13
/
+54
2007-10-10
r21109: Send notify_fam.c through the VFS. Lets see how the build farm likes ...
Volker Lendecke
3
-14
/
+38
2007-10-10
r21108: Send sys_notify_watch through the VFS, FAM is next
Volker Lendecke
7
-11
/
+42
2007-10-10
r21107: Adapt notify_fam.c to the new infrastructure. This works in my test, ...
Volker Lendecke
1
-76
/
+90
2007-10-10
r21106: We neither need a account lockout policy handler nor a check domain
Günther Deschner
1
-1
/
+2
2007-10-10
r21105: Quick fix for CLDAP reply without NetLogon attribute.
Günther Deschner
1
-2
/
+27
2007-10-10
r21104: Rename struct watch_context to struct inotify_watch_context
Volker Lendecke
1
-8
/
+9
2007-10-10
r21101: Remove "unused" warning from Jerry's code. We still
Jeremy Allison
1
-1
/
+0
2007-10-10
r21100: Add the RPC hack fix to adddriver as well as adddriverex.
Jeremy Allison
1
-0
/
+9
2007-10-10
r21099: Protect ourselves from null pointer deref. This isn't
Jeremy Allison
1
-0
/
+6
2007-10-10
r21098: When get_dc_name_via_netlogon() in get_dcs() fails to find a trusted DC
Günther Deschner
1
-2
/
+2
2007-10-10
r21097: Ensure that when manipulating UNIX permissions via
Jeremy Allison
1
-14
/
+57
2007-10-10
r21096: Fix formatting.
Jeremy Allison
1
-2
/
+2
2007-10-10
r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,...
Volker Lendecke
9
-790
/
+8
2007-10-10
r21092: Ok, that's the one that activates the Samba4 notify backend.
Volker Lendecke
5
-46
/
+118
2007-10-10
r21091: Fix the build without inotify
Volker Lendecke
1
-0
/
+4
2007-10-10
r21090: Add some helper routines
Volker Lendecke
3
-0
/
+60
2007-10-10
r21089: Do notifies on rename
Volker Lendecke
1
-0
/
+44
2007-10-10
r21088: Apply some const
Volker Lendecke
1
-1
/
+1
2007-10-10
r21087: Make the param list of notify_fname match notify_trigger
Volker Lendecke
4
-16
/
+18
2007-10-10
r21084: Make the Samba4 files compile in Samba3, not activated yet.
Volker Lendecke
7
-44
/
+98
[prev]
[next]