summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-04-02added "list <pipe>" command to display the available commandsGerald Carter1-0/+45
one a single pipe (This used to be commit b73a8416d31c0ec7975ba022f5c425a581497b72)
2002-04-02Fix continual scanning of smb.conf if an include file doesn't exist. FoundJeremy Allison1-7/+7
by Herb. Jeremy. (This used to be commit f4f2a62740625495fa2dae03751829a4528713cc)
2002-04-02Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison3-71/+33
Forward ported some of the code tidyups from 2.2. Jeremy. (This used to be commit 2475c09b354cc7b5f4ce384e4497207d30f619bb)
2002-04-02Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent usJeremy Allison1-0/+5
overwriting an old MACHINE.SID sid. Jeremy. (This used to be commit 896d4fac98460778f72378b084a76d5aab11462e)
2002-04-02readd -c config file change from 2.2 - works with -L mode now as well.Herb Lewis1-180/+178
(This used to be commit af4c3734b5d617352597b1b964745f5b0d334b2d)
2002-04-02merge from 2.2 - build winbindd and libsmbclientHerb Lewis2-9/+15
(This used to be commit 23f61938b6021effa9de90ab8c97e182ccd8701b)
2002-04-02some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter2-221/+426
This is an intermediate check-in. More to come.... (This used to be commit 5b9b152971aa635d484cde45413a7880424ee22d)
2002-04-01* merges from SAMBA_2_2Gerald Carter10-2522/+2819
* addedd "private dir" to smb.conf.5.sgml * regenerated man pages, HOWTOs, etc... (This used to be commit 3b29006e35a991d20cda1c92d535ef016099d0d4)
2002-04-01not all versions of gcc support -rdynamicAndrew Tridgell2-772/+762
for example, gcc 2.95.2 on sco1 doesn't (This used to be commit aa7eab724558af6d2b00975ed13f7407301eafa9)
2002-04-01try to get the summary test working on OpenBSDAndrew Tridgell2-675/+680
(This used to be commit 63702ca3a42670941bcb08b4214fa7e7c38fc1f0)
2002-04-01cope with a missing PAM defineAndrew Tridgell1-3/+6
(This used to be commit e5c3648fe721d659c8b90a6987998ada4790592b)
2002-04-01reverted Herbs smbpasswd commit as it completely broke setting aAndrew Tridgell1-178/+181
password (This used to be commit a5807d5784dc903f1ea38a9825240a505688b7be)
2002-03-31Removed unused variable.Tim Potter1-1/+0
(This used to be commit 3e58e9dbabc4e4a1289ff6a43ddbb5de37b02515)
2002-03-31Modified programs installed to /usr/bin and /usr/sbinJohn Terpstra1-1/+7
Note: This is a developmental (read experiemental) SPEC file and NOT for production use. (This used to be commit a4d31b24375fba97e161056cdbda30228ac522d2)
2002-03-30Added smbwrapper and everything to build options.John Terpstra1-2/+4
(This used to be commit 2744d917e45d795a835073162687d9fab69a8639)
2002-03-30Added build option for "everything". Changed build options for libsmbclient.John Terpstra1-1/+3
(This used to be commit 32f292cc587d3db002490a609be29b9e20c00fd4)
2002-03-30merge from 2.2 - allow -c option to specify smb.conf fileHerb Lewis1-181/+178
(This used to be commit fc15b56d29b4474032f4d9136313afee60e70cbf)
2002-03-30Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgrJeremy Allison1-1/+12
insists on re-using an lsa handle opened on a pipe then closed - this keeps them around so long as a samr pipe is also open. Jeremy. (This used to be commit f029bd348c8c16a8774c3fb4f7f1d76470c7688f)
2002-03-29sync with 2.2 branchHerb Lewis1-0/+11
(This used to be commit d72d0972bd7e6699ddf39afc71de4ea838cb0816)
2002-03-29Don't core dump listing thousands of users in usrmgr.Jeremy Allison2-11/+22
Jeremy. (This used to be commit c6566fa5fadf37a2b133e7be1f13c0de93efab34)
2002-03-29Re-implemented net ads user and net ads group to use the newJim McDonough2-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)
2002-03-29Added ads_process_results(), which takes a function that is called for eachJim McDonough1-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)
2002-03-29Ensure we return a parseable value if invalid handle given.Jeremy Allison1-17/+17
Jeremy. (This used to be commit f169f3f4df81537426f708d68da44e0fc40ad15e)
2002-03-29merge winbindd WINS changes from 2.2Herb Lewis7-47/+151
(This used to be commit 205399dc17e464360b0152538329b9e111b0e7f4)
2002-03-29added shutdown to smbdJean-François Micouleau1-0/+6
J.F. (This used to be commit 51a5bbfee71e064c73283a090e9e922a31b1e21b)
2002-03-29nmbd handle shutdown message.Jean-François Micouleau1-0/+10
J.F. (This used to be commit c33459f7018a2522158b20261ab8c100fdde9034)
2002-03-29added a shutdown command to smbcontrol.Jean-François Micouleau2-0/+8
have to add the server side now. J.F. (This used to be commit b83f87d6811dbad2c254cd5add4bbedb3196c629)
2002-03-29Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINSJeremy Allison1-5/+34
server is down. Keep adding refreshible names instead. Jeremy. (This used to be commit f25fcd99fa0d0ec2095d9db42145d236c14748e0)
2002-03-28Refresh from sgml source. HTML doesn't come out ok on mine, though, soJim McDonough2-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)
2002-03-28merge from SAMBA_2_2Gerald Carter1-1/+6
(This used to be commit 606450f3cbe028a526ec6db9cea59d65324c3314)
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter10-62/+111
moved to 'make proto' based solution. (This used to be commit 1e48f872a494228e82fd32c789b3dcea6b014211)
2002-03-28Added another return type.Tim Potter1-1/+2
(This used to be commit 9b2777d3bcef92b10cdc43a4c1e90beb48382a17)
2002-03-28Use headername when closing off include file guards.Tim Potter1-1/+2
(This used to be commit 5bf5bffdd557cec3588e8d7a95b6cf75d00e616f)
2002-03-28Use winbind separator in sid_to_name() function.Tim Potter1-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)
2002-03-28a dodgy fix for a dodgy race condition in smbtorture child startupAndrew Tridgell1-1/+1
(This used to be commit 30febde783bcacc111f559473dc15baee66db350)
2002-03-28Ensure that setting file length can return disk full on failure.Jeremy Allison1-2/+7
Jeremy. (This used to be commit 14e2beca9b8fa1c8d893013f52f42b2721a82758)
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)