1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
Commit Graph

8176 Commits

Author SHA1 Message Date
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
Jeremy Allison
f25fcd99fa Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINS
server is down. Keep adding refreshible names instead.
Jeremy.
0001-01-01 00:00:00 +00:00
Jim McDonough
81c5648b3c Refresh from sgml source. HTML doesn't come out ok on mine, though, so
someone should really re-run it.  It's a newer version of Docbook2X
than Jerry is running...and something we need has changed.
0001-01-01 00:00:00 +00:00
Gerald Carter
606450f3cb merge from SAMBA_2_2 0001-01-01 00:00:00 +00:00
Tim Potter
1e48f872a4 Aborted experiment to avoid namespace pollution and prototype hell and
moved to 'make proto' based solution.
0001-01-01 00:00:00 +00:00
Tim Potter
9b2777d3bc Added another return type. 0001-01-01 00:00:00 +00:00
Tim Potter
5bf5bffdd5 Use headername when closing off include file guards. 0001-01-01 00:00:00 +00:00
Tim Potter
26a7333347 Use winbind separator in sid_to_name() function.
Implemented auth() and auth_crap() functions.

Expanded docstrings for exported functions, with examples.  Now 'pydoc
winbind' returns a nice looking manual page!

Wrote module docstring.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
30febde783 a dodgy fix for a dodgy race condition in smbtorture child startup 0001-01-01 00:00:00 +00:00
Jeremy Allison
14e2beca9b Ensure that setting file length can return disk full on failure.
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
a66e04711a Updated version. 0001-01-01 00:00:00 +00:00
Tim Potter
54f2aa437a Script to generate patch to Makefile.in and configure.in
Run like:

python/mkpatch
0001-01-01 00:00:00 +00:00
Jeremy Allison
74eac41c68 Added sys_adminlog() system for info the appliance admins really
need to know about. Different from the DEBUG system.
Jeremy.
0001-01-01 00:00:00 +00:00
Herb Lewis
15df51e8de merge from 2.2 - don't check local passdb if -r option used 0001-01-01 00:00:00 +00:00
Gerald Carter
fe099006bb merge from SAMBA_2_2 0001-01-01 00:00:00 +00:00
Jim McDonough
dc77ad423d Updated for long flags from popt conversion, as well as version number.
Once again, can someone run docbook on this?
0001-01-01 00:00:00 +00:00
Jim McDonough
e074f10622 Update smbstatus manpage source. Includes corrections of some flags,
addition of long flags from conversion to popt, and update of the version
number.  Can someone with working docbook do the magic to this thing?
0001-01-01 00:00:00 +00:00