summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* 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. (This used to be commit 6dc80d625752f0a3ce6fd7b2278095529c6ec29f)
* Spelling.Tim Potter2002-04-041-1/+1
| | | | (This used to be commit b43256df5367fd16a0f6dcdf94fdbe8932cb77c9)
* Call poptFreeContext() as appropriate.Tim Potter2002-04-041-23/+30
| | | | | Clean up exit path code. (This used to be commit 41157400e3f55879fd2f20d22beeed07f1c817f5)
* oopsTim Potter2002-04-041-1/+1
| | | | (This used to be commit 6b20a809020821276b0330810317a4d10c9fdb5a)
* Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() insteadTim Potter2002-04-041-1/+1
| | | | | of strdup(). (This used to be commit fb32f7199b8a487757b509555e5a69ec5cae8fbd)
* Rerun autoconf.Tim Potter2002-04-041-1/+1
| | | | (This used to be commit a627d698124ade6014b10827493dc3b3963f5534)
* 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. (This used to be commit 4caf71d5b28e003133bacca153278478d8245989)
* Also look for libinsure.so where the full version installs it.Tim Potter2002-04-041-0/+5
| | | | (This used to be commit 2bf6595a2a5527ff64f9083f2434aa344c9637d9)
* Free popt context after argument parsing.Tim Potter2002-04-041-0/+2
| | | | (This used to be commit f287f62962feca6dac8747d16676dc64723eb5b1)
* Fixed memory leak in make_pdb_context_name()Tim Potter2002-04-041-17/+25
| | | | | Some reformatting and spelling fixes. (This used to be commit a0f7bbad11a0c0f1ecd930626289c5ff493b0f1d)
* Add non-ads version of net_ads_help for build on non-ads machines.Jim McDonough2002-04-041-0/+6
| | | | (This used to be commit dd7c20e5331116fd8cf9656a0f2406957b812bbb)
* Correct error string function call to ads_errstr()Jim McDonough2002-04-041-3/+3
| | | | (This used to be commit d7317ca8da4b04804f4d01752cef56ec5a9c3418)
* 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. (This used to be commit b2350ed36c42827c417ea4a3dd0668a4a631a090)
* 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 (This used to be commit 0475126ffb69f0485fd31511cb13d98df74a8d5b)
* Add ability to get specific net ads subcommand help. Not all have beenJim McDonough2002-04-041-1/+1
| | | | | implemented yet... (This used to be commit 24c6bf4e8b6d519340d5f9f3353ffc6b5f7520b3)
* Add net ads user subcommands: add delete info. Also make user listing formatJim McDonough2002-04-041-12/+169
| | | | | consistent with rap version. (This used to be commit f6eb7c0c7ec83a3674d56f0e222b900887327319)
* Add libads/ldap_user.c to build for ads user management.Jim McDonough2002-04-041-1/+1
| | | | (This used to be commit a1cdcdb138ddf05387fa65897ffe5b34aee75ae0)
* Contains functions to manage/view AD user accounts via ldap. Initially has fnsJim McDonough2002-04-041-0/+80
| | | | | to find and add a user. (This used to be commit 773303a284825af89d70ea633004fc30225e7a85)
* 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? (This used to be commit c937e1352207ad90e8257ad6c9f8b7c9cf92030d)
* 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. (This used to be commit 5de792e7e9c2ad1422ac146caba632baa3f4e5c5)
* Rerun autoconf.Tim Potter2002-04-041-672/+676
| | | | (This used to be commit 5c4ce2129f30112d7df1e5f0afd60ae6a96cd807)
* Add -D__INSURE__ to the CPPFLAGS if CC=insure.Tim Potter2002-04-041-0/+7
| | | | (This used to be commit fb80ff968cd7634704770586d1918b477579164b)
* 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 (This used to be commit 51fe3324dda6b1f9a9a45deda7a76b1fff35399a)
* reorder useage message a little. -L is not a root-only or local mode option.Herb Lewis2002-04-031-7/+8
| | | | (This used to be commit 020d6fa2f780099d662de1a456838ec0ac4d3ca7)
* Start to make argument ordering consistent.Tim Potter2002-04-032-5/+6
| | | | (This used to be commit e84cc7ea84042b2460baef32a39448d620612bbc)
* Docstring updates.Tim Potter2002-04-031-22/+103
| | | | (This used to be commit f05c3c6fc5047c87906a5677b2559acf13bf6678)
* 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. (This used to be commit ba5364b30688924d6b69b9fc39a398441a6149e7)
* removing unused files....Gerald Carter2002-04-031-88/+0
| | | | (This used to be commit 3d542abdb1805bf746eb9a7ef41fc904534f4edb)
* added "list <pipe>" command to display the available commandsGerald Carter2002-04-021-0/+45
| | | | | one a single pipe (This used to be commit b73a8416d31c0ec7975ba022f5c425a581497b72)
* Fix continual scanning of smb.conf if an include file doesn't exist. FoundJeremy Allison2002-04-021-7/+7
| | | | | | by Herb. Jeremy. (This used to be commit f4f2a62740625495fa2dae03751829a4528713cc)
* 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. (This used to be commit 2475c09b354cc7b5f4ce384e4497207d30f619bb)
* Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent usJeremy Allison2002-04-021-0/+5
| | | | | | overwriting an old MACHINE.SID sid. Jeremy. (This used to be commit 896d4fac98460778f72378b084a76d5aab11462e)
* readd -c config file change from 2.2 - works with -L mode now as well.Herb Lewis2002-04-021-180/+178
| | | | (This used to be commit af4c3734b5d617352597b1b964745f5b0d334b2d)
* 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.... (This used to be commit 5b9b152971aa635d484cde45413a7880424ee22d)
* not all versions of gcc support -rdynamicAndrew Tridgell2002-04-012-772/+762
| | | | | for example, gcc 2.95.2 on sco1 doesn't (This used to be commit aa7eab724558af6d2b00975ed13f7407301eafa9)
* try to get the summary test working on OpenBSDAndrew Tridgell2002-04-012-675/+680
| | | | (This used to be commit 63702ca3a42670941bcb08b4214fa7e7c38fc1f0)
* cope with a missing PAM defineAndrew Tridgell2002-04-011-3/+6
| | | | (This used to be commit e5c3648fe721d659c8b90a6987998ada4790592b)
* reverted Herbs smbpasswd commit as it completely broke setting aAndrew Tridgell2002-04-011-178/+181
| | | | | password (This used to be commit a5807d5784dc903f1ea38a9825240a505688b7be)
* Removed unused variable.Tim Potter2002-03-311-1/+0
| | | | (This used to be commit 3e58e9dbabc4e4a1289ff6a43ddbb5de37b02515)
* Added build option for "everything". Changed build options for libsmbclient.John Terpstra2002-03-301-1/+3
| | | | (This used to be commit 32f292cc587d3db002490a609be29b9e20c00fd4)
* merge from 2.2 - allow -c option to specify smb.conf fileHerb Lewis2002-03-301-181/+178
| | | | (This used to be commit fc15b56d29b4474032f4d9136313afee60e70cbf)
* Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgrJeremy Allison2002-03-301-1/+12
| | | | | | | insists on re-using an lsa handle opened on a pipe then closed - this keeps them around so long as a samr pipe is also open. Jeremy. (This used to be commit f029bd348c8c16a8774c3fb4f7f1d76470c7688f)
* Don't core dump listing thousands of users in usrmgr.Jeremy Allison2002-03-292-11/+22
| | | | | Jeremy. (This used to be commit c6566fa5fadf37a2b133e7be1f13c0de93efab34)
* Re-implemented net ads user and net ads group to use the newJim McDonough2002-03-292-22/+54
| | | | | | ads_process_results function. Also made sure net rap user and net ads user display the same thing, to make auto-transport-detection smoother. (This used to be commit 4cf42c07ec5deb14921fabfbd52a8a3345a730c9)
* Added ads_process_results(), which takes a function that is called for eachJim McDonough2002-03-291-20/+73
| | | | | | | | | entry returned from a search, and applies it to the results. Re-structured ads_dump to use this, plus changed the ber_free in ads_dump from (b,1) to (b,0), in accordance with openldap manpages. Also allows proper free of result using ldap_msgfree afterwards, so you can do something with the results after an ads_dump. (This used to be commit f01f02fc569b4f5101a37d3b493f2fe2d2b2677a)
* Ensure we return a parseable value if invalid handle given.Jeremy Allison2002-03-291-17/+17
| | | | | Jeremy. (This used to be commit f169f3f4df81537426f708d68da44e0fc40ad15e)
* merge winbindd WINS changes from 2.2Herb Lewis2002-03-297-47/+151
| | | | (This used to be commit 205399dc17e464360b0152538329b9e111b0e7f4)
* added shutdown to smbdJean-François Micouleau2002-03-291-0/+6
| | | | | J.F. (This used to be commit 51a5bbfee71e064c73283a090e9e922a31b1e21b)
* nmbd handle shutdown message.Jean-François Micouleau2002-03-291-0/+10
| | | | | J.F. (This used to be commit c33459f7018a2522158b20261ab8c100fdde9034)
* added a shutdown command to smbcontrol.Jean-François Micouleau2002-03-292-0/+8
| | | | | | | have to add the server side now. J.F. (This used to be commit b83f87d6811dbad2c254cd5add4bbedb3196c629)