summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-22manpages: Add documentation for new 'net rpc vampire' subcommands.Karolin Seeger1-0/+13
2008-08-22net: Add missing colon to unify usage messages.Karolin Seeger1-2/+2
2008-08-22manpages: Add manpage for "init logon delayed hosts".Karolin Seeger1-0/+21
2008-08-22manpages: Add manpage for "init logon delay".Karolin Seeger1-0/+15
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-21gitignore: add examples/libsmbclient/Makefile.internal - a generated fileMichael Adam1-0/+1
2008-08-21build: add [clean_]libsmbclient_examples targets to top level MakefileMichael Adam1-0/+11
2008-08-21libsmbclient examples: source/bin to the library search path for smbwrapper b...Michael Adam1-1/+1
2008-08-21libsmbclient examples: add Makefile.internal.in for building from a samba sourceMichael Adam2-0/+139
2008-08-21libsmbclient examples: fix prototype for readlinkMichael Adam1-1/+1
2008-08-20Here is a re-working of the winbinddJeremy Allison6-9/+61
2008-08-20gitignore: add examples/libsmbclient/treeMichael Adam1-0/+1
2008-08-20gitignore: add lib/netapi/tests/MakefileMichael Adam1-0/+1
2008-08-20gitignore: add libsmbsharemodes.syms - this is now generatedMichael Adam1-0/+1
2008-08-20build: auto-generate symbols for libsmbsharemodes.Michael Adam2-5/+5
2008-08-20gitignore: add libsmbclient.syms - this is now generatedMichael Adam1-0/+1
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
2008-08-20build: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for consistency.Michael Adam1-4/+4
2008-08-20fix build warning.Günther Deschner1-1/+1
2008-08-20libads: remove unused vars.Günther Deschner1-3/+0
2008-08-20fix another build warning.Günther Deschner1-2/+2
2008-08-20nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENTGerald (Jerry) Carter1-2/+18
2008-08-20smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher3-4/+28