1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
Commit Graph

8292 Commits

Author SHA1 Message Date
Tim Potter
4caf71d5b2 Use m4-mode when editinging configure.in under emacs.
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.
0001-01-01 00:00:00 +00:00
Tim Potter
2bf6595a2a Also look for libinsure.so where the full version installs it. 0001-01-01 00:00:00 +00:00
Tim Potter
f287f62962 Free popt context after argument parsing. 0001-01-01 00:00:00 +00:00
Tim Potter
a0f7bbad11 Fixed memory leak in make_pdb_context_name()
Some reformatting and spelling fixes.
0001-01-01 00:00:00 +00:00
Jim McDonough
dd7c20e533 Add non-ads version of net_ads_help for build on non-ads machines. 0001-01-01 00:00:00 +00:00
Jim McDonough
d7317ca8da Correct error string function call to ads_errstr() 0001-01-01 00:00:00 +00:00
Jeremy Allison
b2350ed36c Fix up conversion code from old winbindd versions (some testing needed).
Added time based cache size check (#ifdef'ed out by default, just didn't
want to lose the code).
Jeremy.
0001-01-01 00:00:00 +00:00
Jim McDonough
0475126ffb Try harder next time to not duplicate function...take ads_err2string back
out since it's already in ads_errstr() in ads_status.c
0001-01-01 00:00:00 +00:00
Jim McDonough
24c6bf4e8b Add ability to get specific net ads subcommand help. Not all have been
implemented yet...
0001-01-01 00:00:00 +00:00
Jim McDonough
f6eb7c0c7e Add net ads user subcommands: add delete info. Also make user listing format
consistent with rap version.
0001-01-01 00:00:00 +00:00
Jim McDonough
a1cdcdb138 Add libads/ldap_user.c to build for ads user management. 0001-01-01 00:00:00 +00:00
Jim McDonough
773303a284 Contains functions to manage/view AD user accounts via ldap. Initially has fns
to find and add a user.
0001-01-01 00:00:00 +00:00
Jim McDonough
c937e13522 Add ads_err2string() function for generating error strings from an ADS_STATUS.
I've got the cases besides gssapi...anyone know how to get those?
0001-01-01 00:00:00 +00:00
Jeremy Allison
5de792e7e9 Fixed the handle leak in the connection management code (this code is crap
and should be rewritten, just not now... :-).
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
5c4ce2129f Rerun autoconf. 0001-01-01 00:00:00 +00:00
Tim Potter
fb80ff968c Add -D__INSURE__ to the CPPFLAGS if CC=insure. 0001-01-01 00:00:00 +00:00
Andrew Bartlett
51fe3324dd More winbind for HPUX updates from Don Mccall. I think JRA has already
applied these to 2.2.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Herb Lewis
020d6fa2f7 reorder useage message a little. -L is not a root-only or local mode option. 0001-01-01 00:00:00 +00:00
Tim Potter
e84cc7ea84 Start to make argument ordering consistent. 0001-01-01 00:00:00 +00:00
Tim Potter
f05c3c6fc5 Docstring updates. 0001-01-01 00:00:00 +00:00
Tim Potter
ba5364b306 Use Py_InitModule3() instead of Py_InitModule4() when we only want to set
the docstring for the module.

Doc updates.
0001-01-01 00:00:00 +00:00
Gerald Carter
3d542abdb1 removing unused files.... 0001-01-01 00:00:00 +00:00
Tim Potter
ca56042c03 Fixed C++ comments. 0001-01-01 00:00:00 +00:00
Gerald Carter
b73a8416d3 added "list <pipe>" command to display the available commands
one a single pipe
0001-01-01 00:00:00 +00:00
Jeremy Allison
f4f2a62740 Fix continual scanning of smb.conf if an include file doesn't exist. Found
by Herb.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
2475c09b35 Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.
Forward ported some of the code tidyups from 2.2.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
896d4fac98 Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent us
overwriting an old MACHINE.SID sid.
Jeremy.
0001-01-01 00:00:00 +00:00
Herb Lewis
af4c3734b5 readd -c config file change from 2.2 - works with -L mode now as well. 0001-01-01 00:00:00 +00:00
Herb Lewis
23f61938b6 merge from 2.2 - build winbindd and libsmbclient 0001-01-01 00:00:00 +00:00
Gerald Carter
5b9b152971 some mergee from SAMBA_2_2. Does compile, but needs some more testing.
This is an intermediate check-in.  More to come....
0001-01-01 00:00:00 +00:00
Gerald Carter
3b29006e35 * merges from SAMBA_2_2
* addedd "private dir" to smb.conf.5.sgml
* regenerated man pages, HOWTOs, etc...
0001-01-01 00:00:00 +00:00
Andrew Tridgell
aa7eab7245 not all versions of gcc support -rdynamic
for example, gcc 2.95.2 on sco1 doesn't
0001-01-01 00:00:00 +00:00
Andrew Tridgell
63702ca3a4 try to get the summary test working on OpenBSD 0001-01-01 00:00:00 +00:00
Andrew Tridgell
e5c3648fe7 cope with a missing PAM define 0001-01-01 00:00:00 +00:00
Andrew Tridgell
a5807d5784 reverted Herbs smbpasswd commit as it completely broke setting a
password
0001-01-01 00:00:00 +00:00
Tim Potter
3e58e9dbab Removed unused variable. 0001-01-01 00:00:00 +00:00
John Terpstra
a4d31b2437 Modified programs installed to /usr/bin and /usr/sbin
Note: This is a developmental (read experiemental) SPEC file and NOT for production use.
0001-01-01 00:00:00 +00:00
John Terpstra
2744d917e4 Added smbwrapper and everything to build options. 0001-01-01 00:00:00 +00:00
John Terpstra
32f292cc58 Added build option for "everything". Changed build options for libsmbclient. 0001-01-01 00:00:00 +00:00
Herb Lewis
fc15b56d29 merge from 2.2 - allow -c option to specify smb.conf file 0001-01-01 00:00:00 +00:00
Jeremy Allison
f029bd348c Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgr
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.
0001-01-01 00:00:00 +00:00
Herb Lewis
d72d0972bd sync with 2.2 branch 0001-01-01 00:00:00 +00:00
Jeremy Allison
c6566fa5fa Don't core dump listing thousands of users in usrmgr.
Jeremy.
0001-01-01 00:00:00 +00:00
Jim McDonough
4cf42c07ec Re-implemented net ads user and net ads group to use the new
ads_process_results function.  Also made sure net rap user and net ads
user display the same thing, to make auto-transport-detection smoother.
0001-01-01 00:00:00 +00:00
Jim McDonough
f01f02fc56 Added ads_process_results(), which takes a function that is called for each
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.
0001-01-01 00:00:00 +00:00
Jeremy Allison
f169f3f4df Ensure we return a parseable value if invalid handle given.
Jeremy.
0001-01-01 00:00:00 +00:00
Herb Lewis
205399dc17 merge winbindd WINS changes from 2.2 0001-01-01 00:00:00 +00:00
Jean-François Micouleau
51a5bbfee7 added shutdown to smbd
J.F.
0001-01-01 00:00:00 +00:00
Jean-François Micouleau
c33459f701 nmbd handle shutdown message.
J.F.
0001-01-01 00:00:00 +00:00
Jean-François Micouleau
b83f87d681 added a shutdown command to smbcontrol.
have to add the server side now.

	J.F.
0001-01-01 00:00:00 +00:00