summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-08-26Fix the build :-(. Ask winbindd if we find a negative cache entry (or shouldJeremy Allison1-5/+17
2008-08-26Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid map...Jeremy Allison1-33/+51
2008-08-26Increase the default positive idmap cache time to a weekVolker Lendecke1-1/+1
2008-08-26Move idmap_cache.c from winbindd/ to lib/Volker Lendecke2-3/+2
2008-08-26run make idl after idl change "Handle arbitrary new PAC types"Michael Adam2-16/+6
2008-08-26Handle arbitrary new PAC typesAndrew Tridgell1-1/+1
2008-08-26EINVAL is also a valid error return, meaning "this filesystemAndrew Tridgell1-2/+3
2008-08-26become root for AIO operationsAndrew Tridgell1-1/+7
2008-08-26Avoid a race condition in glibc between AIO and setresuid().Andrew Tridgell1-11/+13
2008-08-26fixed an errno handling bug that could lead to an infinite loopAndrew Tridgell1-2/+2
2008-08-26fixed tsmsm_sendfile(). The logic was totally broken.Andrew Tridgell1-4/+7
2008-08-26build: make sure to create CODEPAGEDIR and MODULESDIR.Günther Deschner1-1/+1
2008-08-25Fix bug 4516, no IPv6 on Solaris 2.6.David Leonard1-3/+22
2008-08-25winbindd: use set_auth_errors() in winbindd_dual_check_machine_acct as well.Günther Deschner1-4/+1
2008-08-25winbindd: move set_auth_errors to util functions.Günther Deschner3-12/+13
2008-08-25winbindd: only create machine pwd change event when in primary domain child.Günther Deschner1-1/+1
2008-08-25auth: Fix build warning.Günther Deschner1-2/+3
2008-08-24Fix some nonempty blank linesVolker Lendecke1-11/+11
2008-08-24Fix some C++ warningsVolker Lendecke1-4/+6
2008-08-23Revert "Protect against short read&x replies"Volker Lendecke1-4/+0
2008-08-23Protect against short read&x repliesVolker Lendecke1-0/+4
2008-08-23Fix some nonempty blank linesVolker Lendecke1-26/+26
2008-08-23Use talloc_stackframe() in machine_password_change_handlerVolker Lendecke1-9/+5
2008-08-23Fix a memleak in calculate_next_machine_pwd_changeVolker Lendecke1-2/+7
2008-08-23winbindd: add event based machine password change.Günther Deschner2-0/+120
2008-08-22Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison2-10/+16
2008-08-22idmap_gid_to_sid: Fix a cut-a-npaste error.Gerald (Jerry) Carter1-1/+1
2008-08-22winbindd: Fix crash in cm_connect_sam()Gerald (Jerry) Carter1-2/+7
2008-08-22cifs.upcall: bump SPNEGO msg version number and don't reject old versionsJeff Layton2-3/+3
2008-08-22net: Add missing colon to unify usage messages.Karolin Seeger1-2/+2
2008-08-22loadparm: idmap backend is not depracated any longer.Karolin Seeger1-1/+1
2008-08-21cifs.upcall: fix build warningJeff Layton1-1/+2
2008-08-21cifs.upcall: enable building by default on linuxJeff Layton1-4/+19
2008-08-21cifs.upcall: move default install location to EPREFIX/sbinJeff Layton1-4/+4
2008-08-21cifs.upcall: handle MSKRB5 OID properlyJeff Layton1-5/+13
2008-08-21mount.cifs: don't prompt for password on krb5 mountsJeff Layton1-1/+2
2008-08-21Fix broken net rpc join message when DC can't be found. Ensure we pass in a d...Jeremy Allison1-2/+3
2008-08-22rpc_server: make it a little more obvious what flags we send to a client.Günther Deschner1-1/+10
2008-08-21Fix Bug #5710 and make machine account password changing work again.Günther Deschner1-23/+52
2008-08-21Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...Jeremy Allison1-2/+3
2008-08-21re-run make idl.Günther Deschner4-14/+40
2008-08-21IDL: fix IDL for netr_ServerPasswordSet2().Günther Deschner1-3/+3
2008-08-21build: add [clean_]libsmbclient_examples targets to top level MakefileMichael Adam1-0/+11
2008-08-21libsmbclient examples: add Makefile.internal.in for building from a samba sourceMichael Adam1-0/+1
2008-08-20Here is a re-working of the winbinddJeremy Allison5-9/+46
2008-08-20build: auto-generate symbols for libsmbsharemodes.Michael Adam2-5/+5
2008-08-20build: autogenerate symbols for libsmbclient.soMichael Adam2-6/+5
2008-08-20build: fix bug #5590 by not linking in the static libs but the objects.Michael Adam1-1/+1
2008-08-20build: fall down to the same place when using an internal lib statically.Michael Adam1-1/+1
2008-08-20build: remove duplicated and hardcoded definition of LIBSMBSHAREMODESMichael Adam1-2/+0