summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* More spelling.Tim Potter2002-04-041-1/+1
|
* Multiple changes:Jim McDonough2002-04-041-11/+16
| | | | | | | | | | - Get rid of improper "Invalid option: d (100)" message when setting debug from commandline. - Eliminate got_pass global and only use opt_password. This enables re-use of password that may have been enetered in failed ads connect. - Auto-detect method for net user command - use new net_ads_check rather than lp_security==ADS test on net join - Get rid of annoying debug level 0's
* Cleanups to make auto-detection of method on net user smoother.Jim McDonough2002-04-041-5/+10
|
* More updates for auto-detecting server connection method. Added net_ads_check()Jim McDonough2002-04-041-5/+38
| | | | | | to make a connection (which stores the password in a global so it can be used by rpc or rap function if ads fails) and close it to verify if ads method should be used.
* small change in name_resolve_bcast()Jean-François Micouleau2002-04-041-1/+1
| | | | | | | | | spotted by alexander bokovoy. it shouldn't break anything. if it's wrong, feel free to revert but explain why. J.F.
* If compiling with Insure, mallocate a byte of memory and attach it to theTim Potter2002-04-043-1/+45
| | | | | | | | | | | | | POLICY_HND structure when passing new handles back from the appropriate cli_* functions. When closing the policy handle free the memory. Insure (and indeed other memory checkers) should detect handles that have not been closed properly as memory leaks. Unfortunately this can only be done when the program terminates (set insure++.summarize leaks in your .psrc file) rather than when the policy handle falls out of scope. Looks like Jeremy has squished all the policy handle leaks at the moment but more are bound to crop up later.
* Spelling.Tim Potter2002-04-041-1/+1
|
* Call poptFreeContext() as appropriate.Tim Potter2002-04-041-23/+30
| | | | Clean up exit path code.
* oopsTim Potter2002-04-041-1/+1
|
* Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() insteadTim Potter2002-04-041-1/+1
| | | | of strdup().
* Rerun autoconf.Tim Potter2002-04-041-1/+1
|
* Use m4-mode when editinging configure.in under emacs.Tim Potter2002-04-041-1/+2
| | | | | | | | | | | Use $CC instead of $SHLD for the "test whether building a shared library actually works". At the moment this is failing as $SHLD (and $LDSHFLAGS - look at the value this is set to for Solaris) are designed to be used from a Makefile and not within configure so this test will always fail! Tridge has suggested moving to libtool^H^H^H^H^H a shell script that invokes the right linker with the right args and solves this problem nicely.
* Also look for libinsure.so where the full version installs it.Tim Potter2002-04-041-0/+5
|
* Free popt context after argument parsing.Tim Potter2002-04-041-0/+2
|
* Fixed memory leak in make_pdb_context_name()Tim Potter2002-04-041-17/+25
| | | | Some reformatting and spelling fixes.
* Add non-ads version of net_ads_help for build on non-ads machines.Jim McDonough2002-04-041-0/+6
|
* Correct error string function call to ads_errstr()Jim McDonough2002-04-041-3/+3
|
* Fix up conversion code from old winbindd versions (some testing needed).Jeremy Allison2002-04-044-67/+179
| | | | | | Added time based cache size check (#ifdef'ed out by default, just didn't want to lose the code). Jeremy.
* Try harder next time to not duplicate function...take ads_err2string backJim McDonough2002-04-041-15/+0
| | | | out since it's already in ads_errstr() in ads_status.c
* Add ability to get specific net ads subcommand help. Not all have beenJim McDonough2002-04-041-1/+1
| | | | implemented yet...
* Add net ads user subcommands: add delete info. Also make user listing formatJim McDonough2002-04-041-12/+169
| | | | consistent with rap version.
* Add libads/ldap_user.c to build for ads user management.Jim McDonough2002-04-041-1/+1
|
* Contains functions to manage/view AD user accounts via ldap. Initially has fnsJim McDonough2002-04-041-0/+80
| | | | to find and add a user.
* Add ads_err2string() function for generating error strings from an ADS_STATUS.Jim McDonough2002-04-041-0/+15
| | | | I've got the cases besides gssapi...anyone know how to get those?
* Fixed the handle leak in the connection management code (this code is crapJeremy Allison2002-04-043-2/+30
| | | | | and should be rewritten, just not now... :-). Jeremy.
* Rerun autoconf.Tim Potter2002-04-041-672/+676
|
* Add -D__INSURE__ to the CPPFLAGS if CC=insure.Tim Potter2002-04-041-0/+7
|
* More winbind for HPUX updates from Don Mccall. I think JRA has alreadyAndrew Bartlett2002-04-032-4/+27
| | | | | | applied these to 2.2. Andrew Bartlett
* reorder useage message a little. -L is not a root-only or local mode option.Herb Lewis2002-04-031-7/+8
|
* Start to make argument ordering consistent.Tim Potter2002-04-032-5/+6
|
* Docstring updates.Tim Potter2002-04-031-22/+103
|
* Use Py_InitModule3() instead of Py_InitModule4() when we only want to setTim Potter2002-04-031-6/+8
| | | | | | the docstring for the module. Doc updates.
* removing unused files....Gerald Carter2002-04-031-88/+0
|
* Fixed C++ comments.Tim Potter2002-04-0337-89/+89
|
* added "list <pipe>" command to display the available commandsGerald Carter2002-04-021-0/+45
| | | | one a single pipe
* Fix continual scanning of smb.conf if an include file doesn't exist. FoundJeremy Allison2002-04-021-7/+7
| | | | | by Herb. Jeremy.
* Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison2002-04-023-71/+33
| | | | | Forward ported some of the code tidyups from 2.2. Jeremy.
* Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent usJeremy Allison2002-04-021-0/+5
| | | | | overwriting an old MACHINE.SID sid. Jeremy.
* readd -c config file change from 2.2 - works with -L mode now as well.Herb Lewis2002-04-021-180/+178
|
* merge from 2.2 - build winbindd and libsmbclientHerb Lewis2002-04-022-9/+15
|
* some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter2002-04-022-221/+426
| | | | This is an intermediate check-in. More to come....
* * merges from SAMBA_2_2Gerald Carter2002-04-0110-2522/+2819
| | | | | * addedd "private dir" to smb.conf.5.sgml * regenerated man pages, HOWTOs, etc...
* not all versions of gcc support -rdynamicAndrew Tridgell2002-04-012-772/+762
| | | | for example, gcc 2.95.2 on sco1 doesn't
* try to get the summary test working on OpenBSDAndrew Tridgell2002-04-012-675/+680
|
* cope with a missing PAM defineAndrew Tridgell2002-04-011-3/+6
|
* reverted Herbs smbpasswd commit as it completely broke setting aAndrew Tridgell2002-04-011-178/+181
| | | | password
* Removed unused variable.Tim Potter2002-03-311-1/+0
|
* Modified programs installed to /usr/bin and /usr/sbinJohn Terpstra2002-03-311-1/+7
| | | | Note: This is a developmental (read experiemental) SPEC file and NOT for production use.
* Added smbwrapper and everything to build options.John Terpstra2002-03-301-2/+4
|
* Added build option for "everything". Changed build options for libsmbclient.John Terpstra2002-03-301-1/+3
|