Andrew Tridgell
63702ca3a4
try to get the summary test working on OpenBSD
-
Andrew Tridgell
e5c3648fe7
cope with a missing PAM define
-
Andrew Tridgell
a5807d5784
reverted Herbs smbpasswd commit as it completely broke setting a
...
password
-
Tim Potter
3e58e9dbab
Removed unused variable.
-
John Terpstra
32f292cc58
Added build option for "everything". Changed build options for libsmbclient.
-
Herb Lewis
fc15b56d29
merge from 2.2 - allow -c option to specify smb.conf file
-
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.
-
Jeremy Allison
c6566fa5fa
Don't core dump listing thousands of users in usrmgr.
...
Jeremy.
-
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.
-
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.
-
Jeremy Allison
f169f3f4df
Ensure we return a parseable value if invalid handle given.
...
Jeremy.
-
Herb Lewis
205399dc17
merge winbindd WINS changes from 2.2
-
Jean-François Micouleau
51a5bbfee7
added shutdown to smbd
...
J.F.
-
Jean-François Micouleau
c33459f701
nmbd handle shutdown message.
...
J.F.
-
Jean-François Micouleau
b83f87d681
added a shutdown command to smbcontrol.
...
have to add the server side now.
J.F.
-
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.
-
Gerald Carter
606450f3cb
merge from SAMBA_2_2
-
Tim Potter
1e48f872a4
Aborted experiment to avoid namespace pollution and prototype hell and
...
moved to 'make proto' based solution.
-
Tim Potter
9b2777d3bc
Added another return type.
-
Tim Potter
5bf5bffdd5
Use headername when closing off include file guards.
-
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.
-
Andrew Tridgell
30febde783
a dodgy fix for a dodgy race condition in smbtorture child startup
-
Jeremy Allison
14e2beca9b
Ensure that setting file length can return disk full on failure.
...
Jeremy.
-
Tim Potter
a66e04711a
Updated version.
-
Tim Potter
54f2aa437a
Script to generate patch to Makefile.in and configure.in
...
Run like:
python/mkpatch
-
Jeremy Allison
74eac41c68
Added sys_adminlog() system for info the appliance admins really
...
need to know about. Different from the DEBUG system.
Jeremy.
-
Herb Lewis
15df51e8de
merge from 2.2 - don't check local passdb if -r option used
-
Gerald Carter
fe099006bb
merge from SAMBA_2_2
-
Tim Potter
992cbfe98b
Converted to #include *.c format.
-
Tim Potter
9eb3eb8513
Broke out stuff into other files.
-
Tim Potter
723bfa1a85
Moved pyconv definitions across.
...
Fixed misc compile problems.
-
Tim Potter
22990c3dda
Fixed bug in guards.
-
Tim Potter
0f179ebf7e
Converted to #include *.c format to avoid namespace pollution and
...
header file madness.
-
Tim Potter
eb8cd68bc9
Moved general printer related calls here.
-
Tim Potter
d4b8000e1f
Moved printer driver related calls here.
-
Jim McDonough
71806c49b3
Whoops, left the paged control not critical in the paged search...kind of
...
defeats the purpose.
-
Jeremy Allison
ac1baba35d
Removed HAVE_LIBDL from most places (except system.c). Added checks for
...
dlopen & friends into configure.in. This should help building on *BSD
where dl*** calls are in libc.
Jeremy
-
Jim McDonough
2bebc8a391
Add server control to prevent referrals in paged searches. This keeps
...
the scope limited to the domain at hand, and also keeps the openldap
libs happy, since they don't currently chase referrals and return
server controls properly at the same time.
-
Jeremy Allison
ea60c50109
Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax.
...
Jeremy.
-
Jeremy Allison
9fb6a47526
In msleep - never sleep for more than 1 second. Cope with time changes.
...
Jeremy.
-
Jeremy Allison
e144c174ea
Moved debug messages for grabbing/releasing mutex.
...
Jeremy.
-
Tim Potter
f1cb5ff6c4
Unblock sigusr1 on startup.
-
Jeremy Allison
1b9f1a368f
Don't hold the mutex for more than 20 seconds.
...
Jeremy.
-
Tim Potter
144f0481c8
Added code for smb messaging. winbindd now responds to the smbcontrol
...
ping, debug and pool-usage messages.
-
Jeremy Allison
05f214202c
Don't do a zero-length malloc (caught with dmalloc library).
...
Jeremy.
-
Tim Potter
1e894487f5
Moved conv functions to separate file.
...
Converted remaining functions to methods.
-
Tim Potter
2c935bc1ea
#include "py_conv.h"
-
Tim Potter
eff595d068
Added ports and conversion routines.
-
Tim Potter
34cc49d929
Regenerated patch.
-
Tim Potter
5dc7e350ec
Port related functions.
-