summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* sync with 2.2 branchHerb Lewis2002-03-291-0/+11
| | | | (This used to be commit d72d0972bd7e6699ddf39afc71de4ea838cb0816)
* Don't core dump listing thousands of users in usrmgr.Jeremy Allison2002-03-292-11/+22
| | | | | Jeremy. (This used to be commit c6566fa5fadf37a2b133e7be1f13c0de93efab34)
* Re-implemented net ads user and net ads group to use the newJim McDonough2002-03-292-22/+54
| | | | | | ads_process_results function. Also made sure net rap user and net ads user display the same thing, to make auto-transport-detection smoother. (This used to be commit 4cf42c07ec5deb14921fabfbd52a8a3345a730c9)
* Added ads_process_results(), which takes a function that is called for eachJim McDonough2002-03-291-20/+73
| | | | | | | | | 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. (This used to be commit f01f02fc569b4f5101a37d3b493f2fe2d2b2677a)
* Ensure we return a parseable value if invalid handle given.Jeremy Allison2002-03-291-17/+17
| | | | | Jeremy. (This used to be commit f169f3f4df81537426f708d68da44e0fc40ad15e)
* merge winbindd WINS changes from 2.2Herb Lewis2002-03-297-47/+151
| | | | (This used to be commit 205399dc17e464360b0152538329b9e111b0e7f4)
* added shutdown to smbdJean-François Micouleau2002-03-291-0/+6
| | | | | J.F. (This used to be commit 51a5bbfee71e064c73283a090e9e922a31b1e21b)
* nmbd handle shutdown message.Jean-François Micouleau2002-03-291-0/+10
| | | | | J.F. (This used to be commit c33459f7018a2522158b20261ab8c100fdde9034)
* added a shutdown command to smbcontrol.Jean-François Micouleau2002-03-292-0/+8
| | | | | | | have to add the server side now. J.F. (This used to be commit b83f87d6811dbad2c254cd5add4bbedb3196c629)
* Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINSJeremy Allison2002-03-291-5/+34
| | | | | | server is down. Keep adding refreshible names instead. Jeremy. (This used to be commit f25fcd99fa0d0ec2095d9db42145d236c14748e0)
* Refresh from sgml source. HTML doesn't come out ok on mine, though, soJim McDonough2002-03-282-93/+94
| | | | | | someone should really re-run it. It's a newer version of Docbook2X than Jerry is running...and something we need has changed. (This used to be commit 81c5648b3c3179e0dcac7c0cc1a2adc76d922298)
* merge from SAMBA_2_2Gerald Carter2002-03-281-1/+6
| | | | (This used to be commit 606450f3cbe028a526ec6db9cea59d65324c3314)
* Aborted experiment to avoid namespace pollution and prototype hell andTim Potter2002-03-2810-62/+111
| | | | | moved to 'make proto' based solution. (This used to be commit 1e48f872a494228e82fd32c789b3dcea6b014211)
* Added another return type.Tim Potter2002-03-281-1/+2
| | | | (This used to be commit 9b2777d3bcef92b10cdc43a4c1e90beb48382a17)
* Use headername when closing off include file guards.Tim Potter2002-03-281-1/+2
| | | | (This used to be commit 5bf5bffdd557cec3588e8d7a95b6cf75d00e616f)
* Use winbind separator in sid_to_name() function.Tim Potter2002-03-281-20/+182
| | | | | | | | | | 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. (This used to be commit 26a7333347e630d2f5ff9d017536d21ac4ecaa81)
* a dodgy fix for a dodgy race condition in smbtorture child startupAndrew Tridgell2002-03-281-1/+1
| | | | (This used to be commit 30febde783bcacc111f559473dc15baee66db350)
* Ensure that setting file length can return disk full on failure.Jeremy Allison2002-03-281-2/+7
| | | | | Jeremy. (This used to be commit 14e2beca9b8fa1c8d893013f52f42b2721a82758)
* Updated version.Tim Potter2002-03-281-23/+26
| | | | (This used to be commit a66e04711a2a9d4514df52addb1256a008eff880)
* Script to generate patch to Makefile.in and configure.inTim Potter2002-03-281-0/+6
| | | | | | | Run like: python/mkpatch (This used to be commit 54f2aa437a9c7bf9f6743a31f70fbd56ecda3173)
* 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. (This used to be commit 74eac41c681f92a6da0ae2167f031e021862e0d8)
* merge from 2.2 - don't check local passdb if -r option usedHerb Lewis2002-03-271-1/+3
| | | | (This used to be commit 15df51e8def01009f2ec1e2d08c3129ac39dabdf)
* merge from SAMBA_2_2Gerald Carter2002-03-271-6/+6
| | | | (This used to be commit fe099006bbd1103edb5804d70743b211bbc584fb)
* Updated for long flags from popt conversion, as well as version number.Jim McDonough2002-03-271-10/+11
| | | | | Once again, can someone run docbook on this? (This used to be commit dc77ad423da65cc1135674085494a28678ec4b6f)
* Update smbstatus manpage source. Includes corrections of some flags,Jim McDonough2002-03-271-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)
* Told make to build nsswitch/pam_winbind.so - someone changed the MakefileJohn Terpstra2002-03-271-1/+1
| | | | | and not it has to be separately specified, but that's OK. (This used to be commit e87646306f87a6d1e11a082924e15139feacd3eb)
* Converted to #include *.c format.Tim Potter2002-03-272-16/+12
| | | | (This used to be commit 992cbfe98b4131f0aef96da3ddeee00d3d4a1fb1)
* Broke out stuff into other files.Tim Potter2002-03-271-743/+19
| | | | (This used to be commit 9eb3eb8513e82ec11cb8db671cfb5be45619d3fd)
* Moved pyconv definitions across.Tim Potter2002-03-271-4/+19
| | | | | Fixed misc compile problems. (This used to be commit 723bfa1a857b4c3e114b7e510c8f991ba73c1ba1)
* Fixed bug in guards.Tim Potter2002-03-271-1/+1
| | | | (This used to be commit 22990c3dda92278ad813dd20bebb243ed38388aa)
* Converted to #include *.c format to avoid namespace pollution andTim Potter2002-03-272-58/+0
| | | | | header file madness. (This used to be commit 0f179ebf7e35b12b99b58cc42e16efa5b50230a4)
* Moved general printer related calls here.Tim Potter2002-03-271-0/+558
| | | | (This used to be commit eb8cd68bc9c7c7c52a066479712c93e62f0ba5d5)
* Moved printer driver related calls here.Tim Potter2002-03-271-0/+295
| | | | (This used to be commit d4b8000e1f2780a805a5ddf8e13906b4146d65e7)
* Whoops, left the paged control not critical in the paged search...kind ofJim McDonough2002-03-271-1/+1
| | | | | defeats the purpose. (This used to be commit 71806c49b366faf2466eee7352c71fcdfefd8cc1)
* 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 (This used to be commit ac1baba35d7a399bf800ced49a4384e39955e3eb)
* 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. (This used to be commit 2bebc8a391bd80bd0e5adbedb3757fb4279ec414)
* Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax.Jeremy Allison2002-03-271-2/+10
| | | | | Jeremy. (This used to be commit ea60c50109462b35825be1dd3cc6b28f739a1b59)
* In msleep - never sleep for more than 1 second. Cope with time changes.Jeremy Allison2002-03-271-16/+27
| | | | | Jeremy. (This used to be commit 9fb6a475264f465e30a23c34b5c9266921d135d1)
* Moved debug messages for grabbing/releasing mutex.Jeremy Allison2002-03-272-2/+4
| | | | | Jeremy. (This used to be commit e144c174eafc18f236c848b8f3a2c6382796f5a9)
* Unblock sigusr1 on startup.Tim Potter2002-03-261-0/+1
| | | | (This used to be commit f1cb5ff6c41cabc02da84d56c1a6d95fa434d484)
* Don't hold the mutex for more than 20 seconds.Jeremy Allison2002-03-263-7/+37
| | | | | Jeremy. (This used to be commit 1b9f1a368f2f37700cef357ab4bbc0389ec06378)
* Added code for smb messaging. winbindd now responds to the smbcontrolTim Potter2002-03-261-2/+15
| | | | | ping, debug and pool-usage messages. (This used to be commit 144f0481c8b05956bdc96461a82d530fa85e3c72)
* Don't do a zero-length malloc (caught with dmalloc library).Jeremy Allison2002-03-261-1/+1
| | | | | Jeremy. (This used to be commit 05f214202c02c0d585787cd21652edbbf338e50c)
* Moved conv functions to separate file.Tim Potter2002-03-262-211/+99
| | | | | Converted remaining functions to methods. (This used to be commit 1e894487f59a0c00347fdf28ddea892b40473a6d)
* #include "py_conv.h"Tim Potter2002-03-261-0/+2
| | | | (This used to be commit 2c935bc1eab20fd72f0bd4577c0e2140d6fcc3d3)
* Added ports and conversion routines.Tim Potter2002-03-261-1/+3
| | | | (This used to be commit eff595d068d40ad833d96e545b9918f91669a13c)
* Regenerated patch.Tim Potter2002-03-261-12/+11
| | | | (This used to be commit 34cc49d92988a0d4871b6586776b5d2c9d94de94)
* Port related functions.Tim Potter2002-03-262-0/+127
| | | | (This used to be commit 5dc7e350ec784996f7c8bc824624cd0b8347a3b0)
* Samba structure <-> Python dictionary helper functions.Tim Potter2002-03-262-0/+161
| | | | (This used to be commit 6c8a2ad16774f67f82d95056817ace5c80928893)
* Moved form related functions as methods in the policy handle object.Tim Potter2002-03-262-58/+49
| | | | (This used to be commit 7c4bcc48aa9ff3227673522f32170bcefb0b7208)