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.
-
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.
-
Andrew Bartlett
ce7990b4a4
add {push,pull}_ucs2{allocate,talloc}() functions.
...
Andrew Bartlett
-
Martin Pool
39a6b12fdc
Roll back proto.h changes -- to hard to do them portably. Leave
...
Herb's installdat change in.
-
Tim Potter
a5ac2ac4ad
Spelling fixes.
-
Andrew Bartlett
aa5f125bc0
Extra parinoa and DEBUG()s for the make_user_info_map() code.
-
Andrew Bartlett
d97771aa80
Correctly store the hostname of the remote machine if so configured. If the
...
reverse DNS fails, then store the IP.
-
Andrew Bartlett
32a8513619
rerun autoconf
-
Andrew Bartlett
41dd5a4d29
Make a number of the lookup tables 'const'. I'm told this assists in sharing
...
memory between users of shared libs.
Andrew Bartlett
-
Andrew Bartlett
20f6f9e3a2
Update some of the DEBUG()s in Get_Pwnam_internal()
...
Andrew Bartlett
-
Andrew Bartlett
9ab144810e
Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and talloc
...
push/pull utf8 functions. To be used for international ADS support.
Andrew Bartlett
-
Andrew Bartlett
8c82a3daf7
Minor fixes:
...
- Fix warnings in loadparm.c
- Remove the unused 'passdb modules path' paramater
- Make pdb_ldap use $ termination rather than the workstation trust account
flag becouse some 'machine' accounts appear as normal accounts at creation
time. Also covers domains etc.
Andrew Bartlett
-
Andrew Bartlett
8e705dd921
Various winbind updates:
...
- pam_winbind updates from vance, fixing a typo and making some the options
work properly.
- Extra parinoia in the winbind connection loop
- Allow pam_winbind to compile on HP-UX (Don Mcall, more work to do).
- Fix up configure.in to use the same method for building the test .so
as the Makefile uses.
Andrew Bartlett
-
Andrew Bartlett
0784ab67ad
Join as a server trust account if the server role is either PDC or BDC.
-