summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* | More winbind for HPUX updates from Don Mccall. I think JRA has alreadyAndrew Bartlett2002-04-032-4/+27
| | | | | | | | | | | | | | applied these to 2.2. Andrew Bartlett (This used to be commit 51fe3324dda6b1f9a9a45deda7a76b1fff35399a)
* | reorder useage message a little. -L is not a root-only or local mode option.Herb Lewis2002-04-031-7/+8
| | | | | | | | (This used to be commit 020d6fa2f780099d662de1a456838ec0ac4d3ca7)
* | Start to make argument ordering consistent.Tim Potter2002-04-032-5/+6
| | | | | | | | (This used to be commit e84cc7ea84042b2460baef32a39448d620612bbc)
* | Docstring updates.Tim Potter2002-04-031-22/+103
| | | | | | | | (This used to be commit f05c3c6fc5047c87906a5677b2559acf13bf6678)
* | Use Py_InitModule3() instead of Py_InitModule4() when we only want to setTim Potter2002-04-031-6/+8
| | | | | | | | | | | | | | the docstring for the module. Doc updates. (This used to be commit ba5364b30688924d6b69b9fc39a398441a6149e7)
* | removing unused files....Gerald Carter2002-04-031-88/+0
| | | | | | | | (This used to be commit 3d542abdb1805bf746eb9a7ef41fc904534f4edb)
* | added "list <pipe>" command to display the available commandsGerald Carter2002-04-021-0/+45
| | | | | | | | | | one a single pipe (This used to be commit b73a8416d31c0ec7975ba022f5c425a581497b72)
* | Fix continual scanning of smb.conf if an include file doesn't exist. FoundJeremy Allison2002-04-021-7/+7
| | | | | | | | | | | | by Herb. Jeremy. (This used to be commit f4f2a62740625495fa2dae03751829a4528713cc)
* | Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison2002-04-023-71/+33
| | | | | | | | | | | | Forward ported some of the code tidyups from 2.2. Jeremy. (This used to be commit 2475c09b354cc7b5f4ce384e4497207d30f619bb)
* | Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent usJeremy Allison2002-04-021-0/+5
| | | | | | | | | | | | overwriting an old MACHINE.SID sid. Jeremy. (This used to be commit 896d4fac98460778f72378b084a76d5aab11462e)
* | readd -c config file change from 2.2 - works with -L mode now as well.Herb Lewis2002-04-021-180/+178
| | | | | | | | (This used to be commit af4c3734b5d617352597b1b964745f5b0d334b2d)
* | some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter2002-04-022-221/+426
| | | | | | | | | | This is an intermediate check-in. More to come.... (This used to be commit 5b9b152971aa635d484cde45413a7880424ee22d)
* | not all versions of gcc support -rdynamicAndrew Tridgell2002-04-012-772/+762
| | | | | | | | | | for example, gcc 2.95.2 on sco1 doesn't (This used to be commit aa7eab724558af6d2b00975ed13f7407301eafa9)
* | try to get the summary test working on OpenBSDAndrew Tridgell2002-04-012-675/+680
| | | | | | | | (This used to be commit 63702ca3a42670941bcb08b4214fa7e7c38fc1f0)
* | cope with a missing PAM defineAndrew Tridgell2002-04-011-3/+6
| | | | | | | | (This used to be commit e5c3648fe721d659c8b90a6987998ada4790592b)
* | reverted Herbs smbpasswd commit as it completely broke setting aAndrew Tridgell2002-04-011-178/+181
| | | | | | | | | | password (This used to be commit a5807d5784dc903f1ea38a9825240a505688b7be)
* | Removed unused variable.Tim Potter2002-03-311-1/+0
| | | | | | | | (This used to be commit 3e58e9dbabc4e4a1289ff6a43ddbb5de37b02515)
* | Added build option for "everything". Changed build options for libsmbclient.John Terpstra2002-03-301-1/+3
| | | | | | | | (This used to be commit 32f292cc587d3db002490a609be29b9e20c00fd4)
* | merge from 2.2 - allow -c option to specify smb.conf fileHerb Lewis2002-03-301-181/+178
| | | | | | | | (This used to be commit fc15b56d29b4474032f4d9136313afee60e70cbf)
* | Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgrJeremy Allison2002-03-301-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)
* | 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)
* | 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)
* | 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)