summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-28Updated version.Tim Potter1-23/+26
(This used to be commit a66e04711a2a9d4514df52addb1256a008eff880)
2002-03-28Script to generate patch to Makefile.in and configure.inTim Potter1-0/+6
Run like: python/mkpatch (This used to be commit 54f2aa437a9c7bf9f6743a31f70fbd56ecda3173)
2002-03-27Added sys_adminlog() system for info the appliance admins reallyJeremy Allison3-0/+66
need to know about. Different from the DEBUG system. Jeremy. (This used to be commit 74eac41c681f92a6da0ae2167f031e021862e0d8)
2002-03-27merge from 2.2 - don't check local passdb if -r option usedHerb Lewis1-1/+3
(This used to be commit 15df51e8def01009f2ec1e2d08c3129ac39dabdf)
2002-03-27merge from SAMBA_2_2Gerald Carter1-6/+6
(This used to be commit fe099006bbd1103edb5804d70743b211bbc584fb)
2002-03-27Updated for long flags from popt conversion, as well as version number.Jim McDonough1-10/+11
Once again, can someone run docbook on this? (This used to be commit dc77ad423da65cc1135674085494a28678ec4b6f)
2002-03-27Update smbstatus manpage source. Includes corrections of some flags,Jim McDonough1-10/+25
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? (This used to be commit e074f10622329ba6588078f8c640fbc29f536c5b)
2002-03-27Told make to build nsswitch/pam_winbind.so - someone changed the MakefileJohn Terpstra1-1/+1
and not it has to be separately specified, but that's OK. (This used to be commit e87646306f87a6d1e11a082924e15139feacd3eb)
2002-03-27Converted to #include *.c format.Tim Potter2-16/+12
(This used to be commit 992cbfe98b4131f0aef96da3ddeee00d3d4a1fb1)
2002-03-27Broke out stuff into other files.Tim Potter1-743/+19
(This used to be commit 9eb3eb8513e82ec11cb8db671cfb5be45619d3fd)
2002-03-27Moved pyconv definitions across.Tim Potter1-4/+19
Fixed misc compile problems. (This used to be commit 723bfa1a857b4c3e114b7e510c8f991ba73c1ba1)
2002-03-27Fixed bug in guards.Tim Potter1-1/+1
(This used to be commit 22990c3dda92278ad813dd20bebb243ed38388aa)
2002-03-27Converted to #include *.c format to avoid namespace pollution andTim Potter2-58/+0
header file madness. (This used to be commit 0f179ebf7e35b12b99b58cc42e16efa5b50230a4)
2002-03-27Moved general printer related calls here.Tim Potter1-0/+558
(This used to be commit eb8cd68bc9c7c7c52a066479712c93e62f0ba5d5)
2002-03-27Moved printer driver related calls here.Tim Potter1-0/+295
(This used to be commit d4b8000e1f2780a805a5ddf8e13906b4146d65e7)
2002-03-27Whoops, left the paged control not critical in the paged search...kind ofJim McDonough1-1/+1
defeats the purpose. (This used to be commit 71806c49b366faf2466eee7352c71fcdfefd8cc1)
2002-03-27Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison7-257/+221
dlopen & friends into configure.in. This should help building on *BSD where dl*** calls are in libc. Jeremy (This used to be commit ac1baba35d7a399bf800ced49a4384e39955e3eb)
2002-03-27Add server control to prevent referrals in paged searches. This keepsJim McDonough1-6/+18
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. (This used to be commit 2bebc8a391bd80bd0e5adbedb3757fb4279ec414)
2002-03-27Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax.Jeremy Allison1-2/+10
Jeremy. (This used to be commit ea60c50109462b35825be1dd3cc6b28f739a1b59)
2002-03-27In msleep - never sleep for more than 1 second. Cope with time changes.Jeremy Allison1-16/+27
Jeremy. (This used to be commit 9fb6a475264f465e30a23c34b5c9266921d135d1)
2002-03-27Moved debug messages for grabbing/releasing mutex.Jeremy Allison2-2/+4
Jeremy. (This used to be commit e144c174eafc18f236c848b8f3a2c6382796f5a9)
2002-03-26Unblock sigusr1 on startup.Tim Potter1-0/+1
(This used to be commit f1cb5ff6c41cabc02da84d56c1a6d95fa434d484)
2002-03-26Don't hold the mutex for more than 20 seconds.Jeremy Allison3-7/+37
Jeremy. (This used to be commit 1b9f1a368f2f37700cef357ab4bbc0389ec06378)
2002-03-26Added code for smb messaging. winbindd now responds to the smbcontrolTim Potter1-2/+15
ping, debug and pool-usage messages. (This used to be commit 144f0481c8b05956bdc96461a82d530fa85e3c72)
2002-03-26Don't do a zero-length malloc (caught with dmalloc library).Jeremy Allison1-1/+1
Jeremy. (This used to be commit 05f214202c02c0d585787cd21652edbbf338e50c)
2002-03-26Moved conv functions to separate file.Tim Potter2-211/+99
Converted remaining functions to methods. (This used to be commit 1e894487f59a0c00347fdf28ddea892b40473a6d)
2002-03-26#include "py_conv.h"Tim Potter1-0/+2
(This used to be commit 2c935bc1eab20fd72f0bd4577c0e2140d6fcc3d3)
2002-03-26Added ports and conversion routines.Tim Potter1-1/+3
(This used to be commit eff595d068d40ad833d96e545b9918f91669a13c)
2002-03-26Regenerated patch.Tim Potter1-12/+11
(This used to be commit 34cc49d92988a0d4871b6586776b5d2c9d94de94)
2002-03-26Port related functions.Tim Potter2-0/+127
(This used to be commit 5dc7e350ec784996f7c8bc824624cd0b8347a3b0)
2002-03-26Samba structure <-> Python dictionary helper functions.Tim Potter2-0/+161
(This used to be commit 6c8a2ad16774f67f82d95056817ace5c80928893)
2002-03-26Moved form related functions as methods in the policy handle object.Tim Potter2-58/+49
(This used to be commit 7c4bcc48aa9ff3227673522f32170bcefb0b7208)
2002-03-26Append $(srcdir) to include directories.Tim Potter1-9/+15
(This used to be commit ff526275669a4464ad274fac1b381945adb21719)
2002-03-26Pass $(srcdir) to setup.pyTim Potter1-0/+1
(This used to be commit 1926828c5d9f4adf5498268abbe129e8b9f57a9d)
2002-03-26Renamed internal methods so as not to clash with symbols within Samba.Tim Potter1-23/+175
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. (This used to be commit 9afd17f1541446a9c5252cd4d0d4d13c800ecac8)
2002-03-26OpenPrinter() merge from 2.2Gerald Carter5-27/+282
(This used to be commit 619397cc90549d4602ecddc25ee50eb247c913ee)
2002-03-26Removed unused variable.Jeremy Allison1-3/+0
Jeremy. (This used to be commit 4eb29ac559faf29b348a4097a33f9cbf4cf9d057)
2002-03-26Tests for insane open semantics.Jeremy Allison1-7/+68
Jeremy. (This used to be commit 6d6842abfa1f7a317b3aa6b285ed737bf7056e82)
2002-03-26Matched W2K *insane* open semantics....Jeremy Allison1-0/+18
Jeremy. (This used to be commit 6819e81da490914d2db91c4d2419d408b8d4c818)
2002-03-26Added 5 *NASTY* non-io open tests....Jeremy Allison1-0/+169
Jeremy. (This used to be commit 15cb6267e2f86b6e244d4a9f7a8633205f10114c)
2002-03-25add {push,pull}_ucs2{allocate,talloc}() functions.Andrew Bartlett1-0/+58
Andrew Bartlett (This used to be commit ce7990b4a4f251536dd26be5a62c12711df57787)
2002-03-25Roll back proto.h changes -- to hard to do them portably. LeaveMartin Pool1-55/+16
Herb's installdat change in. (This used to be commit 39a6b12fdc6a45cd51d3c11785bffeedd9fc78cd)
2002-03-24Spelling fixes.Tim Potter3-3/+3
(This used to be commit a5ac2ac4ada48ee3be061a32ba40bd8c4b3b3865)
2002-03-23Set default recycle directory permissions as 0770. Unlink on renameJeremy Allison1-8/+11
fail. Jeremy. (This used to be commit 42981c819a07dd35296ecc1ee733ea587f69bcce)
2002-03-23Documentation updates.Andrew Bartlett1-4/+58
(This used to be commit 9a9e4e92ae079eb906dcc7123df092f4917b5dad)
2002-03-23Extra parinoa and DEBUG()s for the make_user_info_map() code.Andrew Bartlett1-4/+18
(This used to be commit aa5f125bc0efeee99254e03f36426420db676527)
2002-03-23Correctly store the hostname of the remote machine if so configured. If theAndrew Bartlett1-4/+6
reverse DNS fails, then store the IP. (This used to be commit d97771aa80b48fbdb9cae3e9712e35fcc895b148)
2002-03-23rerun autoconfAndrew Bartlett1-312/+313
(This used to be commit 32a8513619c29b1797a69849b73e62705a0f7c0b)
2002-03-23Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett4-15/+15
memory between users of shared libs. Andrew Bartlett (This used to be commit 41dd5a4d292bb08fa313f6220014cd9b4490237b)
2002-03-23Update some of the DEBUG()s in Get_Pwnam_internal()Andrew Bartlett1-8/+11
Andrew Bartlett (This used to be commit 20f6f9e3a221da60aae0de166f17085053e27286)