summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21122: Simplify code in pam_winbind a bit.Günther Deschner1-23/+20
2007-10-10r21121: Fix error message, based on RAW-NOTIFYVolker Lendecke1-1/+1
2007-10-10r21120: Make notify a bit more robust: Delete the notify records if we figure...Volker Lendecke1-14/+34
2007-10-10r21117: Add rpccli_samr_chgpasswd_user to rpcclient for testing.Günther Deschner1-0/+55
2007-10-10r21116: Fix the build -- sorry!Volker Lendecke1-4/+8
2007-10-10r21115: notify_internal.c needs to remove the table entry if a process has cr...Volker Lendecke5-47/+74
2007-10-10r21114: Fix 'net usershare': Adding "guest_ok=y" required a correct acl. Set theVolker Lendecke1-4/+6
2007-10-10r21113: Increment vfs version, thanks to metze for pointing it outVolker Lendecke1-1/+2
2007-10-10r21112: fix const compile warningGerald Carter1-2/+2
2007-10-10r21111: Reorganize the change notify params a bit. We now have the per-shareVolker Lendecke3-17/+16
2007-10-10r21110: Fix kinit with Heimdal (Bug #4226).Günther Deschner3-13/+54
2007-10-10r21109: Send notify_fam.c through the VFS. Lets see how the build farm likes ...Volker Lendecke3-14/+38
2007-10-10r21108: Send sys_notify_watch through the VFS, FAM is nextVolker Lendecke7-11/+42
2007-10-10r21107: Adapt notify_fam.c to the new infrastructure. This works in my test, ...Volker Lendecke1-76/+90
2007-10-10r21106: We neither need a account lockout policy handler nor a check domainGünther Deschner1-1/+2
2007-10-10r21104: Rename struct watch_context to struct inotify_watch_contextVolker Lendecke1-8/+9
2007-10-10r21101: Remove "unused" warning from Jerry's code. We stillJeremy Allison1-1/+0
2007-10-10r21100: Add the RPC hack fix to adddriver as well as adddriverex.Jeremy Allison1-0/+9
2007-10-10r21099: Protect ourselves from null pointer deref. This isn'tJeremy Allison1-0/+6
2007-10-10r21098: When get_dc_name_via_netlogon() in get_dcs() fails to find a trusted DCGünther Deschner1-2/+2
2007-10-10r21097: Ensure that when manipulating UNIX permissions viaJeremy Allison1-14/+57
2007-10-10r21096: Fix formatting.Jeremy Allison1-2/+2
2007-10-10r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,...Volker Lendecke9-790/+8
2007-10-10r21092: Ok, that's the one that activates the Samba4 notify backend.Volker Lendecke5-46/+118
2007-10-10r21091: Fix the build without inotifyVolker Lendecke1-0/+4
2007-10-10r21090: Add some helper routinesVolker Lendecke3-0/+60
2007-10-10r21089: Do notifies on renameVolker Lendecke1-0/+44
2007-10-10r21088: Apply some constVolker Lendecke1-1/+1
2007-10-10r21087: Make the param list of notify_fname match notify_triggerVolker Lendecke4-16/+18
2007-10-10r21084: Make the Samba4 files compile in Samba3, not activated yet.Volker Lendecke7-44/+98
2007-10-10r21083: Actually make it static... :-)Volker Lendecke1-1/+1
2007-10-10r21082: Make canonicalize_path static to service.c -- we do have conn->connec...Volker Lendecke4-59/+31
2007-10-10r21081: Add forgotten functionVolker Lendecke1-0/+11
2007-10-10r21080: ReformattingVolker Lendecke1-37/+68
2007-10-10r21079: Minimizing diff: Adopt the Samba4 style ChangeNotify flags.Volker Lendecke6-11/+16
2007-10-10r21077: A step to minimize the diff later: This pulls in unmodified files fro...Volker Lendecke4-177/+988
2007-10-10r21076: Two pieces of infrastructure from Samba4: An API-compatible messaging...Volker Lendecke3-0/+224
2007-10-10r21074: Preparation for the import of samba4 notify: Add the file notify.idl ...Volker Lendecke9-2/+397
2007-10-10r21073: Fix compiler warningVolker Lendecke1-2/+2
2007-10-10r21070: * Add the new boolean 'winbind normalize names' option as discussedGerald Carter5-2/+53
2007-10-10r21067: Finished refactoring setqpathinfo to be readableJeremy Allison1-385/+430
2007-10-10r21064: The core of this patch isVolker Lendecke23-108/+166
2007-10-10r21063: All case statements are now NTSTATUS returningJeremy Allison2-175/+219
2007-10-10r21062: Should fix the build plus make all refactoredJeremy Allison3-212/+197
2007-10-10r21061: Refactoring all the cases into NTSTATUS returns.Jeremy Allison1-69/+99
2007-10-10r21060: Start refactoring out the non-return case statementsJeremy Allison2-43/+72
2007-10-10r21058: Finish the easy refactoring - split out all the caseJeremy Allison1-158/+213
2007-10-10r21057: More refactoring into functions.Jeremy Allison2-65/+95
2007-10-10r21056: Moving the set_domain_online_request to fork_domain_child() (formerlyGünther Deschner1-9/+12
2007-10-10r21054: More function refactoring.Jeremy Allison1-24/+52