summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* winbindd: add event based machine password change.Günther Deschner2008-08-232-0/+120
* Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison2008-08-222-10/+16
* idmap_gid_to_sid: Fix a cut-a-npaste error.Gerald (Jerry) Carter2008-08-221-1/+1
* winbindd: Fix crash in cm_connect_sam()Gerald (Jerry) Carter2008-08-221-2/+7
* cifs.upcall: bump SPNEGO msg version number and don't reject old versionsJeff Layton2008-08-222-3/+3
* manpages: Add documentation for new 'net rpc vampire' subcommands.Karolin Seeger2008-08-221-0/+13
* net: Add missing colon to unify usage messages.Karolin Seeger2008-08-221-2/+2
* manpages: Add manpage for "init logon delayed hosts".Karolin Seeger2008-08-221-0/+21
* manpages: Add manpage for "init logon delay".Karolin Seeger2008-08-221-0/+15
* loadparm: idmap backend is not depracated any longer.Karolin Seeger2008-08-221-1/+1
* cifs.upcall: fix build warningJeff Layton2008-08-211-1/+2
* cifs.upcall: enable building by default on linuxJeff Layton2008-08-211-4/+19
* cifs.upcall: move default install location to EPREFIX/sbinJeff Layton2008-08-211-4/+4
* cifs.upcall: handle MSKRB5 OID properlyJeff Layton2008-08-211-5/+13
* mount.cifs: don't prompt for password on krb5 mountsJeff Layton2008-08-211-1/+2
* Fix broken net rpc join message when DC can't be found. Ensure we pass in a d...Jeremy Allison2008-08-211-2/+3
* rpc_server: make it a little more obvious what flags we send to a client.Günther Deschner2008-08-221-1/+10
* Fix Bug #5710 and make machine account password changing work again.Günther Deschner2008-08-211-23/+52
* Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...Jeremy Allison2008-08-211-2/+3
* re-run make idl.Günther Deschner2008-08-214-14/+40
* IDL: fix IDL for netr_ServerPasswordSet2().Günther Deschner2008-08-211-3/+3
* gitignore: add examples/libsmbclient/Makefile.internal - a generated fileMichael Adam2008-08-211-0/+1
* build: add [clean_]libsmbclient_examples targets to top level MakefileMichael Adam2008-08-211-0/+11
* libsmbclient examples: source/bin to the library search path for smbwrapper b...Michael Adam2008-08-211-1/+1
* libsmbclient examples: add Makefile.internal.in for building from a samba sourceMichael Adam2008-08-212-0/+139
* libsmbclient examples: fix prototype for readlinkMichael Adam2008-08-211-1/+1
* Here is a re-working of the winbinddJeremy Allison2008-08-206-9/+61
* gitignore: add examples/libsmbclient/treeMichael Adam2008-08-201-0/+1
* gitignore: add lib/netapi/tests/MakefileMichael Adam2008-08-201-0/+1
* gitignore: add libsmbsharemodes.syms - this is now generatedMichael Adam2008-08-201-0/+1
* build: auto-generate symbols for libsmbsharemodes.Michael Adam2008-08-202-5/+5
* gitignore: add libsmbclient.syms - this is now generatedMichael Adam2008-08-201-0/+1
* build: autogenerate symbols for libsmbclient.soMichael Adam2008-08-202-6/+5
* build: fix bug #5590 by not linking in the static libs but the objects.Michael Adam2008-08-201-1/+1
* build: fall down to the same place when using an internal lib statically.Michael Adam2008-08-201-1/+1
* build: remove duplicated and hardcoded definition of LIBSMBSHAREMODESMichael Adam2008-08-201-2/+0
* build: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for consistency.Michael Adam2008-08-201-4/+4
* fix build warning.Günther Deschner2008-08-201-1/+1
* libads: remove unused vars.Günther Deschner2008-08-201-3/+0
* fix another build warning.Günther Deschner2008-08-201-2/+2
* nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENTGerald (Jerry) Carter2008-08-201-2/+18
* smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher2008-08-203-4/+28
* Updated Doxyfile conf to doxygen version 1.5.3Steven Danneman2008-08-201-31/+47
* Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison2008-08-194-10/+14
* winbindd: consistently use false/true.Günther Deschner2008-08-191-27/+27
* winbindd: use set_auth_errors (avoid code duplication).Günther Deschner2008-08-191-28/+6
* winbindd: fill_in_password_policy (to avoid redundant code).Günther Deschner2008-08-191-20/+18
* pam_winbind: some doxygen fixes.Günther Deschner2008-08-191-24/+12
* wbinfo: use wbinfo_prompt_pass() everywhere.Günther Deschner2008-08-191-23/+16
* wbinfo: add wbinfo_prompt_pass.Günther Deschner2008-08-191-0/+27