Tim Potter
abc62df25f
oops
...
(This used to be commit 6b20a80902
)
2002-04-04 06:11:22 +00:00
Tim Potter
3d3ec9f4fd
Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() instead
...
of strdup().
(This used to be commit fb32f7199b
)
2002-04-04 06:10:22 +00:00
Tim Potter
adbe65f21a
Rerun autoconf.
...
(This used to be commit a627d69812
)
2002-04-04 05:48:27 +00:00
Tim Potter
fbbc63f93c
Use m4-mode when editinging configure.in under emacs.
...
Use $CC instead of $SHLD for the "test whether building a shared library
actually works". At the moment this is failing as $SHLD (and $LDSHFLAGS -
look at the value this is set to for Solaris) are designed to be used from
a Makefile and not within configure so this test will always fail!
Tridge has suggested moving to libtool^H^H^H^H^H a shell script that
invokes the right linker with the right args and solves this problem
nicely.
(This used to be commit 4caf71d5b2
)
2002-04-04 05:47:41 +00:00
Tim Potter
0227568209
Also look for libinsure.so where the full version installs it.
...
(This used to be commit 2bf6595a2a
)
2002-04-04 04:54:44 +00:00
Tim Potter
29e67cad05
Free popt context after argument parsing.
...
(This used to be commit f287f62962
)
2002-04-04 04:29:09 +00:00
Tim Potter
18d011d736
Fixed memory leak in make_pdb_context_name()
...
Some reformatting and spelling fixes.
(This used to be commit a0f7bbad11
)
2002-04-04 03:53:43 +00:00
Jim McDonough
7bfa5ead49
Add non-ads version of net_ads_help for build on non-ads machines.
...
(This used to be commit dd7c20e533
)
2002-04-04 03:14:25 +00:00
Jim McDonough
c0bf7d9db4
Correct error string function call to ads_errstr()
...
(This used to be commit d7317ca8da
)
2002-04-04 03:06:22 +00:00
Jeremy Allison
464c120197
Fix up conversion code from old winbindd versions (some testing needed).
...
Added time based cache size check (#ifdef'ed out by default, just didn't
want to lose the code).
Jeremy.
(This used to be commit b2350ed36c
)
2002-04-04 03:03:39 +00:00
Jim McDonough
f21ccff91f
Try harder next time to not duplicate function...take ads_err2string back
...
out since it's already in ads_errstr() in ads_status.c
(This used to be commit 0475126ffb
)
2002-04-04 03:03:00 +00:00
Jim McDonough
a3f0bd0b68
Add ability to get specific net ads subcommand help. Not all have been
...
implemented yet...
(This used to be commit 24c6bf4e8b
)
2002-04-04 02:54:47 +00:00
Jim McDonough
94e3c18e9c
Add net ads user subcommands: add delete info. Also make user listing format
...
consistent with rap version.
(This used to be commit f6eb7c0c7e
)
2002-04-04 02:53:42 +00:00
Jim McDonough
e5a617127a
Add libads/ldap_user.c to build for ads user management.
...
(This used to be commit a1cdcdb138
)
2002-04-04 02:52:09 +00:00
Jim McDonough
3f31475eeb
Contains functions to manage/view AD user accounts via ldap. Initially has fns
...
to find and add a user.
(This used to be commit 773303a284
)
2002-04-04 02:51:02 +00:00
Jim McDonough
417b1ce487
Add ads_err2string() function for generating error strings from an ADS_STATUS.
...
I've got the cases besides gssapi...anyone know how to get those?
(This used to be commit c937e13522
)
2002-04-04 02:49:30 +00:00
Jeremy Allison
adc57a79d9
Fixed the handle leak in the connection management code (this code is crap
...
and should be rewritten, just not now... :-).
Jeremy.
(This used to be commit 5de792e7e9
)
2002-04-04 02:39:57 +00:00
Tim Potter
04014751dd
Rerun autoconf.
...
(This used to be commit 5c4ce2129f
)
2002-04-04 02:32:08 +00:00
Tim Potter
5614a72b78
Add -D__INSURE__ to the CPPFLAGS if CC=insure.
...
(This used to be commit fb80ff968c
)
2002-04-04 02:30:54 +00:00
Andrew Bartlett
6a0def7559
More winbind for HPUX updates from Don Mccall. I think JRA has already
...
applied these to 2.2.
Andrew Bartlett
(This used to be commit 51fe3324dd
)
2002-04-03 21:39:01 +00:00
Herb Lewis
62ad2d800e
reorder useage message a little. -L is not a root-only or local mode option.
...
(This used to be commit 020d6fa2f7
)
2002-04-03 16:44:15 +00:00
Tim Potter
c15c667afb
Start to make argument ordering consistent.
...
(This used to be commit e84cc7ea84
)
2002-04-03 04:47:44 +00:00
Tim Potter
5414561d40
Docstring updates.
...
(This used to be commit f05c3c6fc5
)
2002-04-03 04:40:35 +00:00
Tim Potter
baee819582
Use Py_InitModule3() instead of Py_InitModule4() when we only want to set
...
the docstring for the module.
Doc updates.
(This used to be commit ba5364b306
)
2002-04-03 04:38:59 +00:00
Gerald Carter
d843380398
removing unused files....
...
(This used to be commit 3d542abdb1
)
2002-04-03 03:06:22 +00:00
Tim Potter
62946015c0
Fixed C++ comments.
...
(This used to be commit ca56042c03
)
2002-04-03 02:51:42 +00:00
Gerald Carter
f624d6f3ae
added "list <pipe>" command to display the available commands
...
one a single pipe
(This used to be commit b73a8416d3
)
2002-04-02 23:28:40 +00:00
Jeremy Allison
87ea010ae1
Fix continual scanning of smb.conf if an include file doesn't exist. Found
...
by Herb.
Jeremy.
(This used to be commit f4f2a62740
)
2002-04-02 19:56:54 +00:00
Jeremy Allison
2a664807c5
Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.
...
Forward ported some of the code tidyups from 2.2.
Jeremy.
(This used to be commit 2475c09b35
)
2002-04-02 19:34:36 +00:00
Jeremy Allison
6a64206a27
Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent us
...
overwriting an old MACHINE.SID sid.
Jeremy.
(This used to be commit 896d4fac98
)
2002-04-02 07:45:19 +00:00
Herb Lewis
105d1301d5
readd -c config file change from 2.2 - works with -L mode now as well.
...
(This used to be commit af4c3734b5
)
2002-04-02 06:18:13 +00:00
Herb Lewis
dcace9f7b6
merge from 2.2 - build winbindd and libsmbclient
...
(This used to be commit 23f61938b6
)
2002-04-02 05:54:55 +00:00
Gerald Carter
9cb6a94406
some mergee from SAMBA_2_2. Does compile, but needs some more testing.
...
This is an intermediate check-in. More to come....
(This used to be commit 5b9b152971
)
2002-04-02 01:10:41 +00:00
Gerald Carter
ace98925be
* merges from SAMBA_2_2
...
* addedd "private dir" to smb.conf.5.sgml
* regenerated man pages, HOWTOs, etc...
(This used to be commit 3b29006e35
)
2002-04-01 15:19:05 +00:00
Andrew Tridgell
9dc5b31936
not all versions of gcc support -rdynamic
...
for example, gcc 2.95.2 on sco1 doesn't
(This used to be commit aa7eab7245
)
2002-04-01 09:52:36 +00:00
Andrew Tridgell
b0f405d825
try to get the summary test working on OpenBSD
...
(This used to be commit 63702ca3a4
)
2002-04-01 07:29:43 +00:00
Andrew Tridgell
6bd2b496ed
cope with a missing PAM define
...
(This used to be commit e5c3648fe7
)
2002-04-01 07:16:06 +00:00
Andrew Tridgell
3ce3047154
reverted Herbs smbpasswd commit as it completely broke setting a
...
password
(This used to be commit a5807d5784
)
2002-04-01 02:04:11 +00:00
Tim Potter
510d470e1e
Removed unused variable.
...
(This used to be commit 3e58e9dbab
)
2002-03-31 06:00:37 +00:00
John Terpstra
51c83c80bd
Modified programs installed to /usr/bin and /usr/sbin
...
Note: This is a developmental (read experiemental) SPEC file and NOT for production use.
(This used to be commit a4d31b2437
)
2002-03-31 00:00:21 +00:00
John Terpstra
010db26300
Added smbwrapper and everything to build options.
...
(This used to be commit 2744d917e4
)
2002-03-30 20:28:17 +00:00
John Terpstra
bb3f7f49b1
Added build option for "everything". Changed build options for libsmbclient.
...
(This used to be commit 32f292cc58
)
2002-03-30 20:26:50 +00:00
Herb Lewis
92a0f7949f
merge from 2.2 - allow -c option to specify smb.conf file
...
(This used to be commit fc15b56d29
)
2002-03-30 05:57:36 +00:00
Jeremy Allison
846670fa0e
Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgr
...
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 f029bd348c
)
2002-03-30 00:45:26 +00:00
Herb Lewis
0f9de3f117
sync with 2.2 branch
...
(This used to be commit d72d0972bd
)
2002-03-29 21:55:52 +00:00
Jeremy Allison
a5dc8cb591
Don't core dump listing thousands of users in usrmgr.
...
Jeremy.
(This used to be commit c6566fa5fa
)
2002-03-29 21:50:21 +00:00
Jim McDonough
b94791f1d4
Re-implemented net ads user and net ads group to use the new
...
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 4cf42c07ec
)
2002-03-29 21:09:44 +00:00
Jim McDonough
2ed1dfcf4e
Added ads_process_results(), which takes a function that is called for each
...
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 f01f02fc56
)
2002-03-29 21:06:33 +00:00
Jeremy Allison
9a8b5fdd37
Ensure we return a parseable value if invalid handle given.
...
Jeremy.
(This used to be commit f169f3f4df
)
2002-03-29 20:37:56 +00:00
Herb Lewis
93af72fe45
merge winbindd WINS changes from 2.2
...
(This used to be commit 205399dc17
)
2002-03-29 15:37:39 +00:00