summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Updated version.Tim Potter2002-03-281-23/+26
| | | | |
| * | | | Script to generate patch to Makefile.in and configure.inTim Potter2002-03-281-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run like: python/mkpatch
| * | | | Added sys_adminlog() system for info the appliance admins reallyJeremy Allison2002-03-273-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | need to know about. Different from the DEBUG system. Jeremy.
| * | | | merge from 2.2 - don't check local passdb if -r option usedHerb Lewis2002-03-271-1/+3
| | | | |
| * | | | merge from SAMBA_2_2Gerald Carter2002-03-271-6/+6
| | | | |
| * | | | Converted to #include *.c format.Tim Potter2002-03-272-16/+12
| | | | |
| * | | | Broke out stuff into other files.Tim Potter2002-03-271-743/+19
| | | | |
| * | | | Moved pyconv definitions across.Tim Potter2002-03-271-4/+19
| | | | | | | | | | | | | | | | | | | | Fixed misc compile problems.
| * | | | Fixed bug in guards.Tim Potter2002-03-271-1/+1
| | | | |
| * | | | Converted to #include *.c format to avoid namespace pollution andTim Potter2002-03-272-58/+0
| | | | | | | | | | | | | | | | | | | | header file madness.
| * | | | Moved general printer related calls here.Tim Potter2002-03-271-0/+558
| | | | |
| * | | | Moved printer driver related calls here.Tim Potter2002-03-271-0/+295
| | | | |
| * | | | Whoops, left the paged control not critical in the paged search...kind ofJim McDonough2002-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | defeats the purpose.
| * | | | Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison2002-03-277-257/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dlopen & friends into configure.in. This should help building on *BSD where dl*** calls are in libc. Jeremy
| * | | | Add server control to prevent referrals in paged searches. This keepsJim McDonough2002-03-271-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.
| * | | | Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax.Jeremy Allison2002-03-271-2/+10
| | | | | | | | | | | | | | | | | | | | Jeremy.
| * | | | In msleep - never sleep for more than 1 second. Cope with time changes.Jeremy Allison2002-03-271-16/+27
| | | | | | | | | | | | | | | | | | | | Jeremy.
| * | | | Moved debug messages for grabbing/releasing mutex.Jeremy Allison2002-03-272-2/+4
| | | | | | | | | | | | | | | | | | | | Jeremy.
| * | | | Unblock sigusr1 on startup.Tim Potter2002-03-261-0/+1
| | | | |
| * | | | Don't hold the mutex for more than 20 seconds.Jeremy Allison2002-03-263-7/+37
| | | | | | | | | | | | | | | | | | | | Jeremy.
| * | | | Added code for smb messaging. winbindd now responds to the smbcontrolTim Potter2002-03-261-2/+15
| | | | | | | | | | | | | | | | | | | | ping, debug and pool-usage messages.
| * | | | Don't do a zero-length malloc (caught with dmalloc library).Jeremy Allison2002-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | Jeremy.
| * | | | Moved conv functions to separate file.Tim Potter2002-03-262-211/+99
| | | | | | | | | | | | | | | | | | | | Converted remaining functions to methods.
| * | | | #include "py_conv.h"Tim Potter2002-03-261-0/+2
| | | | |
| * | | | Added ports and conversion routines.Tim Potter2002-03-261-1/+3
| | | | |
| * | | | Regenerated patch.Tim Potter2002-03-261-12/+11
| | | | |
| * | | | Port related functions.Tim Potter2002-03-262-0/+127
| | | | |
| * | | | Samba structure <-> Python dictionary helper functions.Tim Potter2002-03-262-0/+161
| | | | |
| * | | | Moved form related functions as methods in the policy handle object.Tim Potter2002-03-262-58/+49
| | | | |
| * | | | Append $(srcdir) to include directories.Tim Potter2002-03-261-9/+15
| | | | |
| * | | | Pass $(srcdir) to setup.pyTim Potter2002-03-261-0/+1
| | | | |
| * | | | Renamed internal methods so as not to clash with symbols within Samba.Tim Potter2002-03-261-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.
| * | | | OpenPrinter() merge from 2.2Gerald Carter2002-03-265-27/+282
| | | | |
| * | | | Removed unused variable.Jeremy Allison2002-03-261-3/+0
| | | | | | | | | | | | | | | | | | | | Jeremy.
| * | | | Tests for insane open semantics.Jeremy Allison2002-03-261-7/+68
| | | | | | | | | | | | | | | | | | | | Jeremy.
| * | | | Matched W2K *insane* open semantics....Jeremy Allison2002-03-261-0/+18
| | | | | | | | | | | | | | | | | | | | Jeremy.
| * | | | Added 5 *NASTY* non-io open tests....Jeremy Allison2002-03-261-0/+169
| | | | | | | | | | | | | | | | | | | | Jeremy.
| * | | | add {push,pull}_ucs2{allocate,talloc}() functions.Andrew Bartlett2002-03-251-0/+58
| | | | | | | | | | | | | | | | | | | | Andrew Bartlett
| * | | | Roll back proto.h changes -- to hard to do them portably. LeaveMartin Pool2002-03-251-55/+16
| | | | | | | | | | | | | | | | | | | | Herb's installdat change in.
| * | | | Spelling fixes.Tim Potter2002-03-243-3/+3
| | | | |
| * | | | Extra parinoa and DEBUG()s for the make_user_info_map() code.Andrew Bartlett2002-03-231-4/+18
| | | | |
| * | | | Correctly store the hostname of the remote machine if so configured. If theAndrew Bartlett2002-03-231-4/+6
| | | | | | | | | | | | | | | | | | | | reverse DNS fails, then store the IP.
| * | | | rerun autoconfAndrew Bartlett2002-03-231-312/+313
| | | | |
| * | | | Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2002-03-234-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory between users of shared libs. Andrew Bartlett
| * | | | Update some of the DEBUG()s in Get_Pwnam_internal()Andrew Bartlett2002-03-231-8/+11
| | | | | | | | | | | | | | | | | | | | Andrew Bartlett
| * | | | Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and tallocAndrew Bartlett2002-03-231-1/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | push/pull utf8 functions. To be used for international ADS support. Andrew Bartlett
| * | | | Minor fixes:Andrew Bartlett2002-03-232-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | | | Various winbind updates:Andrew Bartlett2002-03-235-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | | | Join as a server trust account if the server role is either PDC or BDC.Andrew Bartlett2002-03-231-1/+1
| | | | |
| * | | | Forgot torture hacks...Jeremy Allison2002-03-231-5/+1
| | | | | | | | | | | | | | | | | | | | Jeremy.