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.
-
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.
-
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
-
Jim McDonough
dc77ad423d
Updated for long flags from popt conversion, as well as version number.
...
Once again, can someone run docbook on this?
-
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?
-
John Terpstra
e87646306f
Told make to build nsswitch/pam_winbind.so - someone changed the Makefile
...
and not it has to be separately specified, but that's OK.
-
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.
-
Tim Potter
6c8a2ad167
Samba structure <-> Python dictionary helper functions.
-
Tim Potter
7c4bcc48aa
Moved form related functions as methods in the policy handle object.
-
Tim Potter
ff52627566
Append $(srcdir) to include directories.
-
Tim Potter
1926828c5d
Pass $(srcdir) to setup.py
-
Tim Potter
9afd17f154
Renamed internal methods so as not to clash with symbols within Samba.
...
Set up and use winbind separator in config object.
Implemented:
- uid to sid
- gid to sid
- sid to uid
- sid to gid
Added RID constants.
-
Gerald Carter
619397cc90
OpenPrinter() merge from 2.2
-
Jeremy Allison
4eb29ac559
Removed unused variable.
...
Jeremy.
-
Jeremy Allison
6d6842abfa
Tests for insane open semantics.
...
Jeremy.
-
Jeremy Allison
6819e81da4
Matched W2K *insane* open semantics....
...
Jeremy.
-
Jeremy Allison
15cb6267e2
Added 5 *NASTY* non-io open tests....
...
Jeremy.
-