Tim Potter [Mon, 15 Sep 2003 05:30:52 +0000 (05:30 +0000)]
Merge from Samba 3.0:
>remove getpwnam() calls from init_sam_from_xxx().
>This means that %u & %g will no longer expand, but %U
>and %G still do. The payback is that winbindd local
>accounts for users work with 'wbinfo -u' when winbind
>is running on a PDC.
(This used to be commit
f047e24561688c697179b14549b1800e00b2a435)
Tim Potter [Mon, 15 Sep 2003 05:28:51 +0000 (05:28 +0000)]
Merge from Samba 3.0:
>Ensure we consistantly translate to/from utf8 for talking to LDAP.
>Jeremy.
(This used to be commit
5b0753bd98ffef5133da31f1c47a45e794d0bb72)
Tim Potter [Mon, 15 Sep 2003 05:27:55 +0000 (05:27 +0000)]
Merge from Samba 3.0:
>fix unitiailized timestamp where merging print_jobs and lpq listing
(This used to be commit
1603d0e6848a8ec3f7d8a8f735c9d1a6d92aac0b)
Tim Potter [Mon, 15 Sep 2003 05:26:44 +0000 (05:26 +0000)]
Merge from Samba 3.0:
>Fix for typo in darwin detection.
>Jeremy.
>Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !
>(rant off :-). Inspired by work from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>.
>Also add MacOSX/Darwin configure fixes.
>Jerry - can we put this in 3.0 release ? :-).
>Jeremy.
(This used to be commit
7951dee600146623ce473659c3f41963ea873e3e)
Tim Potter [Mon, 15 Sep 2003 05:25:49 +0000 (05:25 +0000)]
Merge from Samba 3.0:
>Patch from Gregory Hinton Nietsky <gregory@networksentry.co.za>,
>ensure the desired access is read from the incoming RPC request.
>Jeremy.
(This used to be commit
a556637d0bc56aeb980c422c4d1da44311956c3b)
Tim Potter [Mon, 15 Sep 2003 05:19:07 +0000 (05:19 +0000)]
Merge from Samba 3.0:
>Still on my mb rampage. Ensure smbldap_make_mod() correctly detects old
>values.
>Jeremy.
(This used to be commit
9df18a6c4ea30545297f9e5a0b10b440e6a0687e)
Tim Potter [Mon, 15 Sep 2003 05:03:11 +0000 (05:03 +0000)]
Merge from Samba 3.0:
>Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting
>to/from utf8 for some calls. The libads code gets this right. Wonder why
>the passdb code doesn't use it ?
>Jeremy.
(This used to be commit
258c106e2243f19c77fe35edd6dcba816a8fc8ee)
Tim Potter [Mon, 15 Sep 2003 05:02:12 +0000 (05:02 +0000)]
Merge from Samba 3.0:
>Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !
>(rant off :-). Inspired by work from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>.
>Also add MacOSX/Darwin configure fixes.
>Jerry - can we put this in 3.0 release ? :-).
>Jeremy.
(This used to be commit
67acde75d3569b612f87646ff0740f8020e8fdcf)
Tim Potter [Mon, 15 Sep 2003 05:01:27 +0000 (05:01 +0000)]
Merge from Samba 3.0:
>For some reason testparm runs at debug level 2 which causes the module probe functions to
>display verbose debugs. Increase the probe debugs to level 3.
(This used to be commit
be91bbd570bd94f67001aab9cfb2baf44b390097)
Tim Potter [Mon, 15 Sep 2003 04:59:45 +0000 (04:59 +0000)]
Merge from Samba 3.0:
>Fix from Craig Barratt <cbarratt@users.sourceforge.net> to fix restore
>with filenames > 100 chars.
>Jeremy.
(This used to be commit
a7bbfd636798232416c044df8a77dbbd8c77f9ed)
Tim Potter [Fri, 12 Sep 2003 02:03:28 +0000 (02:03 +0000)]
Fix another crash bug in samsync.
(This used to be commit
675707c33e8447b9cb9fc2ae451663a56a14d792)
Jim McDonough [Thu, 11 Sep 2003 18:37:17 +0000 (18:37 +0000)]
Updated 3.0 schema files for IBM Directory Server 5.1
keeps with IBM convention of separate attributetype and objectclass definitions
(This used to be commit
861f3b0d5fc11645f05494a6a5fe716031cfc79f)
Tim Potter [Thu, 11 Sep 2003 07:34:44 +0000 (07:34 +0000)]
Merge from samba-3.0:
>Fix for bug #273 - smbd crash on machine account change.
>Someone only half changed the code to use dc_name
>instead of remote machine... Found via back trace from Dariush Forouher
><dariush@forouher.de>.
>Jeremy.
(This used to be commit
1956478ddece5899ebdf627969136603e1c21637)
Tim Potter [Thu, 11 Sep 2003 07:33:05 +0000 (07:33 +0000)]
Merge from samba-3.0:
>Revision 1.8.2.33
>Fix error return path memory leaks in vampire code for creating users.
>
>Display an error if we can't create a posix account for the user
>(e.g no add user/machine script was specified; bug #323).
>Revision 1.8.2.32:
>Use opt_target_workgroup instead of lp_workgroup() in vampire code so
>we can override the value in smb.conf with the -w option.
>
>Migrating accounts from another domain can now be done like:
>
># bin/net join bdc -w nt4dom -Uadministrator%password
># bin/net rpc vampire -w nt4dom -U administrator%password
(This used to be commit
36f7d88edd15bff1b7dfa78f3908dae272b96215)
Tim Potter [Thu, 11 Sep 2003 07:32:04 +0000 (07:32 +0000)]
Merge from samba-3.0:
>Formatting fixups for help output.
(This used to be commit
fe7c8e39688f0966563c67dd61a9ad8ae2b98f99)
Tim Potter [Thu, 11 Sep 2003 07:31:39 +0000 (07:31 +0000)]
Merge from samba-3.0:
>Fix error message when calling namedtogid() fails adding a group map
>entry. Bug #431.
(This used to be commit
1befe1758351f43558808a3c91543752e7ff7823)
Jelmer Vernooij [Wed, 10 Sep 2003 19:47:13 +0000 (19:47 +0000)]
Remove obsolete files.
(This used to be commit
3d71340e5c1bf3397e69897bbc8434bbaa503a75)
Alexander Bokovoy [Wed, 10 Sep 2003 15:41:07 +0000 (15:41 +0000)]
Back out --with-good-getgrouplist patch
(This used to be commit
d2fdc3955fb6859e865e805d32ca405ab44d0505)
Alexander Bokovoy [Wed, 10 Sep 2003 14:03:08 +0000 (14:03 +0000)]
Support for CAN-2003-0689 port from SAMBA_3_0
(This used to be commit
69b30ec0776b06c62810a3eb1d7be1df3db9e169)
Tim Potter [Wed, 10 Sep 2003 03:59:35 +0000 (03:59 +0000)]
Remove tags file for distclean.
(This used to be commit
2ac5ac495025f6c673216c1922ff51b913a0aeac)
Tim Potter [Wed, 10 Sep 2003 03:49:43 +0000 (03:49 +0000)]
Remove another dead file.
(This used to be commit
a5656a5756b3c1061d683d664a7f087182b39b47)
Tim Potter [Wed, 10 Sep 2003 03:47:10 +0000 (03:47 +0000)]
Remove autogenerated file.
(This used to be commit
275bdc3ff550fd14a11c9f3919a82d4af35dc6fa)
Tim Potter [Wed, 10 Sep 2003 03:34:21 +0000 (03:34 +0000)]
Removed accidentally re-added file.
(This used to be commit
a7bffe2095e4bb591dfa97ea4d786483fd44053b)
Gerald Carter [Wed, 10 Sep 2003 01:14:37 +0000 (01:14 +0000)]
merge from 3.0
(This used to be commit
fa0d4ea150e0243958273168eaf9bf195e2c12e0)
Gerald Carter [Wed, 10 Sep 2003 00:43:00 +0000 (00:43 +0000)]
remove references to 'strip dot'
(This used to be commit
b5c5a9dc76c7584047e6ad8e7063b2da348e67d7)
Gerald Carter [Tue, 9 Sep 2003 18:29:33 +0000 (18:29 +0000)]
version.h is autogenerated now
(This used to be commit
04f8cbbca66024ffdcd2ebc0f4db7849d02ca99b)
Gerald Carter [Tue, 9 Sep 2003 18:28:41 +0000 (18:28 +0000)]
add missing file from 3.0
(This used to be commit
8c27bfaa3fbea96d947814071b323c31e7c77701)
Gerald Carter [Tue, 9 Sep 2003 11:12:43 +0000 (11:12 +0000)]
another round of syncs for HEAD that I forget
(This used to be commit
3aaf65d297d20320dc1f2c0ac0487feb47873609)
Gerald Carter [Tue, 9 Sep 2003 04:14:19 +0000 (04:14 +0000)]
removing unused files
(This used to be commit
1a9145015d4b2ee7e7399099760cda13d619e740)
Gerald Carter [Tue, 9 Sep 2003 04:07:32 +0000 (04:07 +0000)]
sync 3.0 into HEAD for the last time
(This used to be commit
c17a7dc9a190156a069da3e861c18fd3f81224ad)
Gerald Carter [Tue, 9 Sep 2003 03:56:39 +0000 (03:56 +0000)]
Gerald Carter [Tue, 9 Sep 2003 03:55:56 +0000 (03:55 +0000)]
adding files from 3.0
(This used to be commit
953ada19904900c6f6ef65fa0006a695657b3d0b)
Gerald Carter [Tue, 9 Sep 2003 03:51:06 +0000 (03:51 +0000)]
syncing examples
(This used to be commit
d31b5df82648767203ecee6ecb10030caa477250)
Gerald Carter [Tue, 9 Sep 2003 03:45:18 +0000 (03:45 +0000)]
removing unneeded files
(This used to be commit
b2a36ae3967591296e755b3e7a85a851ba382608)
Gerald Carter [Tue, 9 Sep 2003 03:40:35 +0000 (03:40 +0000)]
syncing packaging files from 3.0
(This used to be commit
f7f8954ba4e7efd3c9d586e9cfe7431054afe906)
Gerald Carter [Tue, 9 Sep 2003 03:25:53 +0000 (03:25 +0000)]
syncing packaging files from 3.0
(This used to be commit
9374755ad3b844a86642a7ea1795ec2b8ab736b2)
Gerald Carter [Tue, 9 Sep 2003 03:18:20 +0000 (03:18 +0000)]
syncing packaging files from 3.0
(This used to be commit
ccc2a0d3840f88625cf89d6739320728e830ef87)
Gerald Carter [Tue, 9 Sep 2003 03:16:06 +0000 (03:16 +0000)]
adding missing files from 3.0
(This used to be commit
20c57840f847e82be9880a730aea15feb29b6848)
Gerald Carter [Tue, 9 Sep 2003 03:11:56 +0000 (03:11 +0000)]
removing files not in 3.0
(This used to be commit
d5c32f8881f33667c9bfa067cb7f2113bd55c724)
Gerald Carter [Tue, 9 Sep 2003 02:58:53 +0000 (02:58 +0000)]
syncing files from 3.0 into HEAD again
(This used to be commit
bca0bba209255d0effbae6a3d3b6d298f0952c3a)
Gerald Carter [Tue, 19 Aug 2003 21:42:58 +0000 (21:42 +0000)]
removing using_samba docs from samba cvs module (not are in a separate cvs module)
(This used to be commit
4729e9cd52519c06c4be857d77bbccc2688b3cea)
Simo Sorce [Sat, 2 Aug 2003 20:06:57 +0000 (20:06 +0000)]
port latest changes from SAMBA_3_0 tree
(This used to be commit
3101c236b8241dc0183995ffceed551876427de4)
Gerald Carter [Wed, 23 Jul 2003 20:10:25 +0000 (20:10 +0000)]
connect to the right realm or domain for trusted AD domains
(This used to be commit
ae14f8364398f07fc3e7c7861cd39fe528f3fe7a)
Gerald Carter [Thu, 17 Jul 2003 02:49:26 +0000 (02:49 +0000)]
fix the build. Ifdef out some code
(This used to be commit
e66541d0e1befec5d589890994454dd639ea0665)
Gerald Carter [Thu, 17 Jul 2003 01:58:36 +0000 (01:58 +0000)]
should not have been checked in. My fault
(This used to be commit
af0efeeccfc6f4bc78c6baafd2bded404cc2a551)
Gerald Carter [Wed, 16 Jul 2003 05:42:34 +0000 (05:42 +0000)]
ading new files from 3.0
(This used to be commit
99feae7b5b1c229a925367b87c0c0f636d9a2d75)
Gerald Carter [Wed, 16 Jul 2003 05:34:56 +0000 (05:34 +0000)]
trying to get HEAD building again. If you want the code
prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE
(This used to be commit
adb98e7b7cd0f025b52c570e4034eebf4047b1ad)
Herb Lewis [Fri, 11 Jul 2003 14:23:45 +0000 (14:23 +0000)]
get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and instead
define it in SHLD for those systems that use CC for SHLD
(This used to be commit
142c54ca924bd854e7d840c2a67692c9f61ee396)
Andrew Tridgell [Sat, 7 Jun 2003 01:28:47 +0000 (01:28 +0000)]
mark the HEAD branch as deprecated. Nothing that a determined
programmer can't work around, but hopefully enough that people will
notice that they should be using the 3.0 branch at the moment
(This used to be commit
d6de8e8a94c8fb7d7837ed2b43092a275cc9d6c5)
Gerald Carter [Tue, 3 Jun 2003 18:19:59 +0000 (18:19 +0000)]
initial version of idmap_ldap.c; lots of updates to come
(This used to be commit
69c84ad06b759da2246b3c00155a43e90f45a7f6)
Gerald Carter [Tue, 3 Jun 2003 16:19:31 +0000 (16:19 +0000)]
* set winbind cache time to 5 minutes
* quit obsessing over the sequence number so much
* share the updated sequence number between parent
and child winbindd processes in dual mode
(This used to be commit
6fb5bdb30e2b1341ba600ce0dfd397394f7a831c)
Richard Sharpe [Mon, 2 Jun 2003 06:12:54 +0000 (06:12 +0000)]
More changes to editreg to make it less tetchy.
(This used to be commit
30e1431e937325da414493bf0a6d4281b9c1501f)
Richard Sharpe [Mon, 2 Jun 2003 04:48:56 +0000 (04:48 +0000)]
Some fixes for editreg.c, although I see that head seems broken ...
(This used to be commit
b049c2f66f2bc7d8beb52c9a88c48b297738336b)
Eloy Paris [Sun, 1 Jun 2003 07:12:51 +0000 (07:12 +0000)]
Bringing packaging/Debian/* to a more recent state.
(This used to be commit
cd7494a19608f2b4a63b9c654dd8e0a0fc587c39)
Jelmer Vernooij [Thu, 29 May 2003 22:01:38 +0000 (22:01 +0000)]
Setting account policy values is done using -C, not -V. Fixes bug #120
(This used to be commit
fd16d4797881372fe0dc7b87a23c58efdef84fbd)
Jelmer Vernooij [Thu, 29 May 2003 15:39:53 +0000 (15:39 +0000)]
Don't crash when doing command name completion. Fixes debian bug #194776
(This used to be commit
45b0a63aba1c974e5e38f8f95bc158bc30a05a3b)
Jelmer Vernooij [Thu, 29 May 2003 14:46:30 +0000 (14:46 +0000)]
Fix the events API. Patch by metze with some minor modifications.
(This used to be commit
df24c4e839b3de0dc23400463d7489a991f61f49)
Jeremy Allison [Wed, 28 May 2003 20:26:46 +0000 (20:26 +0000)]
Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's to
be applied to new ACE set calls. This is incorrect. Don't think this
has a bugzilla id.
Jeremy.
(This used to be commit
6a4502b03b95703dead4775874ff9ac08ed1a489)
Tim Potter [Wed, 28 May 2003 04:33:29 +0000 (04:33 +0000)]
Merge of NTLMSSP name type fix from 3.0
(This used to be commit
587bd1b83d13ab83aca28bd543755c5862ed8e75)
Tim Potter [Wed, 28 May 2003 04:22:11 +0000 (04:22 +0000)]
Tim Potter [Wed, 28 May 2003 01:05:28 +0000 (01:05 +0000)]
Merge of non-static initialisation fixes from 3.0
(This used to be commit
7f32b3f016ecc824ddcdaeb840d5d36224aa8141)
Tim Potter [Wed, 28 May 2003 01:03:12 +0000 (01:03 +0000)]
Merge of cut and paste fix from 3.0
(This used to be commit
34a0c7313a12d581e9aaf08322b105216cc94478)
Jeremy Allison [Wed, 28 May 2003 01:00:56 +0000 (01:00 +0000)]
It seems only NT4 does the VC == 0 session drop code.
Jeremy.
(This used to be commit
a1fee6594ec90a80478deee48a40d908aecb2e73)
Tim Potter [Wed, 28 May 2003 01:00:07 +0000 (01:00 +0000)]
Whitespace syncup.
(This used to be commit
25caa7c6279aca249e3554b61bbc3175b66883d3)
Tim Potter [Wed, 28 May 2003 00:59:35 +0000 (00:59 +0000)]
Merge of rpcstr_pull() termination fixes from 3.0
(This used to be commit
d41705dec6bed752acfe3210c73a949101dc23f6)
Tim Potter [Wed, 28 May 2003 00:58:37 +0000 (00:58 +0000)]
Merge of formatting fixups from 3.0
(This used to be commit
43e01fb2306f35931256dfda6803bd887f28059f)
Tim Potter [Wed, 28 May 2003 00:56:51 +0000 (00:56 +0000)]
Merge ... pull_ascii() and pull_ucs2() termination fixes from 3.0
(This used to be commit
bd97a76388b3f16d287c25579f02afe072cdec25)
Tim Potter [Wed, 28 May 2003 00:52:24 +0000 (00:52 +0000)]
Merge from 3.0:
>Restore a number of fixes that idra removed when he merged his
>idmap-and-the-rest from HEAD.
>
>These are correctness fixes that were already in 3.0, and a memory leak fix.
>
>The pdb_ldap changes are held back at jerry's request (he is also playing
>with pdb_ldap ATM).
>
>Andrew Bartlett
(This used to be commit
d2bc89b860a19ccdda7189b8db0a740f224046f2)
Tim Potter [Wed, 28 May 2003 00:45:44 +0000 (00:45 +0000)]
Merge of uint32/uid_t mismatch from 3.0
(This used to be commit
a9f0e69dbefdaf8daee3943782817bcc536d2fb3)
Gerald Carter [Tue, 27 May 2003 22:36:24 +0000 (22:36 +0000)]
cut-n-paste error
(This used to be commit
1f02ca540dff5366a1ad2e8a98b626635a8e9018)
Jeremy Allison [Tue, 27 May 2003 21:55:39 +0000 (21:55 +0000)]
Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resources
around.
Jeremy.
(This used to be commit
870e111facb4abb01dd1d92739346d764eff056c)
Gerald Carter [Tue, 27 May 2003 16:56:16 +0000 (16:56 +0000)]
fix bug 118; replace hard coded 'next[User|Group]Rid' attribute names
(This used to be commit
dc18ffcc5a215975a90232374a84ffbe6b6903ea)
Gerald Carter [Tue, 27 May 2003 16:47:04 +0000 (16:47 +0000)]
volker's fix for crash when my_private_data == NULL
(This used to be commit
63bb1e21ebac68f904c01fb58ac7c06a9bcb8ab0)
Gerald Carter [Tue, 27 May 2003 16:31:46 +0000 (16:31 +0000)]
volker's add_signature() fix; must pass the beginning on the outbuf to get the flags field
(This used to be commit
81cccd25b84871d282815dfa378bd687c5c29cc1)
Tim Potter [Tue, 27 May 2003 07:28:42 +0000 (07:28 +0000)]
Squash another compiler warning.
(This used to be commit
8bfcbd53848e34b90099f5167b570165c3f6bf62)
Tim Potter [Tue, 27 May 2003 07:26:55 +0000 (07:26 +0000)]
Fix unused variable warning.
(This used to be commit
0a80db5bde14e19d79411d832d51430d1b1c3454)
Tim Potter [Tue, 27 May 2003 06:54:35 +0000 (06:54 +0000)]
Fix shadow parameter warning in free_empty_sys_acl()
(This used to be commit
7345bca285a4fed294a6120a399fa2fa3d88a440)
Tim Potter [Tue, 27 May 2003 01:15:31 +0000 (01:15 +0000)]
This should be the correct fix for merge of bug #60 from 3.0.
(This used to be commit
aaf06908b290af8184731833a3c9b0837b4fc499)
Tim Potter [Tue, 27 May 2003 00:30:29 +0000 (00:30 +0000)]
Merge ... secchan fix from 3.0 that was eaten by CVS yesterday. I think
it was becuase I ran out of disk quota.
(This used to be commit
10cbec05a7bfe2fab54940329c5b348d5e524f29)
Tim Potter [Tue, 27 May 2003 00:29:00 +0000 (00:29 +0000)]
Merge the remaining bits of fix for bug #60.
(This used to be commit
7c3da9b4db94add8c3cf93d8f8d1ae0e907b5b99)
Tim Potter [Tue, 27 May 2003 00:22:29 +0000 (00:22 +0000)]
Merge from 3.0: remove bogus static initialisers.
(This used to be commit
79a654bbe5952a704dcad6b65aa66288a54e02e4)
Tim Potter [Tue, 27 May 2003 00:20:41 +0000 (00:20 +0000)]
Merge from 3.0: quieten debug message for trust acct password change.
(This used to be commit
ab60980461f31ce3dcb582f195b3754807dd9174)
Tim Potter [Tue, 27 May 2003 00:18:50 +0000 (00:18 +0000)]
Added string error for NT_STATUS_NOT_A_REPARSE_POINT error.
(This used to be commit
cb4188941e93f8026a94a7378a51b0ec73ffcb8f)
Tim Potter [Tue, 27 May 2003 00:16:43 +0000 (00:16 +0000)]
Merge from 3.0: Fix set_local_machine_name() for both *SMBSERVER and
*SMBSERV as per comments in loadparm.c
(This used to be commit
a6cb33c5bf0e26d8092c06a2cc01a6678109fb68)
Tim Potter [Tue, 27 May 2003 00:14:15 +0000 (00:14 +0000)]
Sync up sid types enum.
(This used to be commit
2ff89e1ee830ee2496861396ff69a232b0605b2f)
Tim Potter [Tue, 27 May 2003 00:09:34 +0000 (00:09 +0000)]
Jelmer was really excited about copyrights this year.
(This used to be commit
30a1b517fca6554c3beb5cc33fa0299d1376a542)
Tim Potter [Tue, 27 May 2003 00:07:45 +0000 (00:07 +0000)]
Merge: add DFS error constant.
(This used to be commit
c9dfc35e95719af8b7c9511668d0d4053b73f9a0)
Tim Potter [Tue, 27 May 2003 00:07:09 +0000 (00:07 +0000)]
Whitespace syncup.
(This used to be commit
39e1b6338f14a8403b6d612000d6976be9630bac)
Tim Potter [Tue, 27 May 2003 00:06:19 +0000 (00:06 +0000)]
Comment syncup.
(This used to be commit
877fc6370e528da81dfd793f04c72bfdec82231e)
Tim Potter [Tue, 27 May 2003 00:04:18 +0000 (00:04 +0000)]
Merge: ignore autogenerated file.
(This used to be commit
421940d4e9e173febe3cef22695fb66aa7f43b84)
Tim Potter [Tue, 27 May 2003 00:00:49 +0000 (00:00 +0000)]
Merge from SAMBA_3_0: initialise return value in run_tcon_devtype_test()
(This used to be commit
ce0d4f8eaa2fed1713eae83b6d508e407b521e6d)
Tim Potter [Mon, 26 May 2003 23:57:20 +0000 (23:57 +0000)]
Added file from SAMBA_3_0 branch.
(This used to be commit
c2e5b3745294100a726c329617815f604904963f)
Jelmer Vernooij [Mon, 26 May 2003 20:36:57 +0000 (20:36 +0000)]
Add document on contributing code to samba
(This used to be commit
15ab9f350cea6a2a9bfe49491816ae60e5fd9d7c)
Jelmer Vernooij [Mon, 26 May 2003 19:51:50 +0000 (19:51 +0000)]
Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Larsen)
(This used to be commit
c9c8eccdba820e82e1f987f9078d882668a8061b)
Volker Lendecke [Mon, 26 May 2003 16:38:48 +0000 (16:38 +0000)]
Correctly initialize winbind auth method.
(This used to be commit
55cdb6b87850b483939a5d3edcd5be80be6f7493)
Jelmer Vernooij [Sun, 25 May 2003 10:01:20 +0000 (10:01 +0000)]
Some minor fixes in language and content
(This used to be commit
83e3d4b4e70490c59c69ab83b8f787fa362e6caa)
John Terpstra [Sun, 25 May 2003 08:21:45 +0000 (08:21 +0000)]
Fix typos, update to sync HEAD and 3.0.0.
(This used to be commit
58750141696feddfeef9ea817b44e4cdfe3afd51)
John Terpstra [Sun, 25 May 2003 07:55:33 +0000 (07:55 +0000)]
Update includes Jelmers' changes.
(This used to be commit
a2501945cf29c5579da61e708705a56a3f0a993e)
Volker Lendecke [Sat, 24 May 2003 14:53:15 +0000 (14:53 +0000)]
Fix an insufficient alloc when querying alias members.
Volker
(This used to be commit
9d2d570caa4dad194534249cd5e4dc4984b4002e)
John Terpstra [Sat, 24 May 2003 06:58:08 +0000 (06:58 +0000)]
Oh aye, another wee edit.
(This used to be commit
03542544d450e2b2a5ba4dd5f938836a025205e9)