gd/samba/.git
20 years agotrying to get HEAD building again. If you want the code
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)

20 years agoget rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and instead
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)

20 years agomark the HEAD branch as deprecated. Nothing that a determined
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)

20 years agoinitial version of idmap_ldap.c; lots of updates to come
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)

20 years ago* set winbind cache time to 5 minutes
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)

20 years agoMore changes to editreg to make it less tetchy.
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)

20 years agoSome fixes for editreg.c, although I see that head seems broken ...
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)

20 years agoBringing packaging/Debian/* to a more recent state.
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)

20 years agoSetting account policy values is done using -C, not -V. Fixes bug #120
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)

20 years agoDon't crash when doing command name completion. Fixes debian bug #194776
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)

20 years agoFix the events API. Patch by metze with some minor modifications.
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)

20 years agoFix bug brought up by Ken Cross that empty ACE's cause existing ACE's to
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)

20 years agoMerge of NTLMSSP name type fix from 3.0
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)

20 years agoSpelling.
Tim Potter [Wed, 28 May 2003 04:22:11 +0000 (04:22 +0000)]
Spelling.
(This used to be commit e063c95bd5609e6aeade2d88e5cd9286d033971c)

20 years agoMerge of non-static initialisation fixes from 3.0
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)

20 years agoMerge of cut and paste fix from 3.0
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)

20 years agoIt seems only NT4 does the VC == 0 session drop code.
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)

20 years agoWhitespace syncup.
Tim Potter [Wed, 28 May 2003 01:00:07 +0000 (01:00 +0000)]
Whitespace syncup.
(This used to be commit 25caa7c6279aca249e3554b61bbc3175b66883d3)

20 years agoMerge of rpcstr_pull() termination fixes from 3.0
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)

20 years agoMerge of formatting fixups from 3.0
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)

20 years agoMerge of pull_ascii() and pull_ucs2() termination fixes from 3.0
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)

20 years agoMerge from 3.0:
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)

20 years agoMerge of uint32/uid_t mismatch from 3.0
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)

20 years agocut-n-paste error
Gerald Carter [Tue, 27 May 2003 22:36:24 +0000 (22:36 +0000)]
cut-n-paste error
(This used to be commit 1f02ca540dff5366a1ad2e8a98b626635a8e9018)

20 years agoCorrect (?) handling for VC = 0. Trying to fix XP logoff leaving resources
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)

20 years agofix bug 118; replace hard coded 'next[User|Group]Rid' attribute names
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)

20 years agovolker's fix for crash when my_private_data == NULL
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)

20 years agovolker's add_signature() fix; must pass the beginning on the outbuf to get the flags...
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)

20 years agoSquash another compiler warning.
Tim Potter [Tue, 27 May 2003 07:28:42 +0000 (07:28 +0000)]
Squash another compiler warning.
(This used to be commit 8bfcbd53848e34b90099f5167b570165c3f6bf62)

20 years agoFix unused variable warning.
Tim Potter [Tue, 27 May 2003 07:26:55 +0000 (07:26 +0000)]
Fix unused variable warning.
(This used to be commit 0a80db5bde14e19d79411d832d51430d1b1c3454)

20 years agoFix shadow parameter warning in free_empty_sys_acl()
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)

20 years agoThis should be the correct fix for merge of bug #60 from 3.0.
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)

20 years agoMerge of secchan fix from 3.0 that was eaten by CVS yesterday. I think
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)

20 years agoMerge the remaining bits of fix for bug #60.
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)

20 years agoMerge from 3.0: remove bogus static initialisers.
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)

20 years agoMerge from 3.0: quieten debug message for trust acct password change.
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)

20 years agoAdded string error for NT_STATUS_NOT_A_REPARSE_POINT error.
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)

20 years agoMerge from 3.0: Fix set_local_machine_name() for both *SMBSERVER and
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)

20 years agoSync up sid types enum.
Tim Potter [Tue, 27 May 2003 00:14:15 +0000 (00:14 +0000)]
Sync up sid types enum.
(This used to be commit 2ff89e1ee830ee2496861396ff69a232b0605b2f)

20 years agoJelmer was really excited about copyrights this year.
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)

20 years agoMerge: add DFS error constant.
Tim Potter [Tue, 27 May 2003 00:07:45 +0000 (00:07 +0000)]
Merge: add DFS error constant.
(This used to be commit c9dfc35e95719af8b7c9511668d0d4053b73f9a0)

20 years agoWhitespace syncup.
Tim Potter [Tue, 27 May 2003 00:07:09 +0000 (00:07 +0000)]
Whitespace syncup.
(This used to be commit 39e1b6338f14a8403b6d612000d6976be9630bac)

20 years agoComment syncup.
Tim Potter [Tue, 27 May 2003 00:06:19 +0000 (00:06 +0000)]
Comment syncup.
(This used to be commit 877fc6370e528da81dfd793f04c72bfdec82231e)

20 years agoMerge: ignore autogenerated file.
Tim Potter [Tue, 27 May 2003 00:04:18 +0000 (00:04 +0000)]
Merge: ignore autogenerated file.
(This used to be commit 421940d4e9e173febe3cef22695fb66aa7f43b84)

20 years agoMerge from SAMBA_3_0: initialise return value in run_tcon_devtype_test()
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)

20 years agoAdded file from SAMBA_3_0 branch.
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)

20 years agoAdd document on contributing code to samba
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)

20 years agoFix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Larsen)
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)

20 years agoCorrectly initialize winbind auth method.
Volker Lendecke [Mon, 26 May 2003 16:38:48 +0000 (16:38 +0000)]
Correctly initialize winbind auth method.
(This used to be commit 55cdb6b87850b483939a5d3edcd5be80be6f7493)

20 years agoSome minor fixes in language and content
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)

20 years agoFix typos, update to sync HEAD and 3.0.0.
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)

20 years agoUpdate includes Jelmers' changes.
John Terpstra [Sun, 25 May 2003 07:55:33 +0000 (07:55 +0000)]
Update includes Jelmers' changes.
(This used to be commit a2501945cf29c5579da61e708705a56a3f0a993e)

20 years agoFix an insufficient alloc when querying alias members.
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)

20 years agoOh aye, another wee edit.
John Terpstra [Sat, 24 May 2003 06:58:08 +0000 (06:58 +0000)]
Oh aye, another wee edit.
(This used to be commit 03542544d450e2b2a5ba4dd5f938836a025205e9)

20 years agoinstallman needs to depend on installdirs, to fix parallel
Andrew Tridgell [Fri, 23 May 2003 04:52:30 +0000 (04:52 +0000)]
installman needs to depend on installdirs, to fix parallel
build/install
(This used to be commit f59a99d8efce960b058e837f261b0482d5a0101e)

20 years agoUse -fPIC when compiling shared modules. Reported by Steve Langasek aka vorlon.
Jelmer Vernooij [Thu, 22 May 2003 21:46:22 +0000 (21:46 +0000)]
Use -fPIC when compiling shared modules. Reported by Steve Langasek aka vorlon.
(This used to be commit 946192393d530f116f9ff4cede311700b26c3171)

20 years agoStat opens can have fsp->fd == -1 and will have a share entry. Ensure
Jeremy Allison [Thu, 22 May 2003 20:31:37 +0000 (20:31 +0000)]
Stat opens can have fsp->fd == -1 and will have a share entry. Ensure
that file_find_dif will find them. Fixes a core dump in smbd/open.c.
Jeremy.
(This used to be commit 0811acb9579007032b54daa90b2666ef07c24624)

20 years agoMore fixes for debug log to catch logic error.
Jeremy Allison [Thu, 22 May 2003 18:56:48 +0000 (18:56 +0000)]
More fixes for debug log to catch logic error.
Jeremy.
(This used to be commit 0e2a47c1e6c0c7c41d5754be51848ef829a0324d)

20 years agofixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unless we...
Gerald Carter [Thu, 22 May 2003 17:27:13 +0000 (17:27 +0000)]
fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unless we are trying to be an ADS DC
(This used to be commit 689576c242dd24349265973bded36ef6a239cebc)

20 years agosync LDAP schema with SAMBA_3_0
Gerald Carter [Thu, 22 May 2003 17:26:44 +0000 (17:26 +0000)]
sync LDAP schema with SAMBA_3_0
(This used to be commit 509232dd8d776ec8260a1f0858e1bcc2c1e1f650)

20 years agomerging minor change from SAMBA_3_0 about which pdb modules to build
Gerald Carter [Thu, 22 May 2003 17:24:33 +0000 (17:24 +0000)]
merging minor change from SAMBA_3_0 about which pdb modules to build
(This used to be commit 461af038d050ba60c61c38581d58261ac6f2c94d)

20 years agofix bug #108; sambaSambaAccount string attributes are case insensitive; don't try...
Gerald Carter [Thu, 22 May 2003 17:11:36 +0000 (17:11 +0000)]
fix bug #108; sambaSambaAccount string attributes are case insensitive; don't try to change a string that only differs in case
(This used to be commit 60c6bc9883b4b969626da85af834362ca2bfcd54)

20 years agohead(1) portability patch from Guenther Deschner.
Tim Potter [Thu, 22 May 2003 00:48:51 +0000 (00:48 +0000)]
head(1) portability patch from Guenther Deschner.
(This used to be commit caaf082a1f039104e7605b244a5e9af2d465e512)

20 years agoFix typo.
John Terpstra [Wed, 21 May 2003 17:14:40 +0000 (17:14 +0000)]
Fix typo.
(This used to be commit 89e9ce8e67ef097f8851da2b12b2cfe27fcc44f6)

20 years agofix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the unicode...
Gerald Carter [Wed, 21 May 2003 16:13:38 +0000 (16:13 +0000)]
fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the unicode plain text password if negoitated
(This used to be commit 207186e1c8ff0aac2a2aba9c4037d0be0c4819c8)

20 years agoA few small edits to the locking file.
John Terpstra [Wed, 21 May 2003 06:58:16 +0000 (06:58 +0000)]
A few small edits to the locking file.
(This used to be commit dbe711f0fa2d77673de4c083740c2ce659b53ea1)

20 years agowe weren't filling in the keylength in LANMAN1 and LANMAN2.1 negprot
Andrew Tridgell [Wed, 21 May 2003 05:18:23 +0000 (05:18 +0000)]
we weren't filling in the keylength in LANMAN1 and LANMAN2.1 negprot
reply. Seems to have been broken for a long time!
(This used to be commit a16415a6c9a0dc011acb7e6419c55dd535c5e400)

20 years agoreally make sure to include the version in the lanman string; tested spnego using...
Gerald Carter [Tue, 20 May 2003 22:55:17 +0000 (22:55 +0000)]
really make sure to include the version in the lanman string; tested spnego using smbclient
(This used to be commit a032c38ed473c8365e2ea752d2f332e022092173)

20 years agobetter handling of --with-expsam (includes pdb_nisplussam now)
Gerald Carter [Tue, 20 May 2003 21:20:03 +0000 (21:20 +0000)]
better handling of --with-expsam (includes pdb_nisplussam now)
(This used to be commit 2c19ba6104e06d7247b9b0292d6c74d00411ba7e)

20 years agoremove USE_SMBPASS_DB
Gerald Carter [Tue, 20 May 2003 18:30:58 +0000 (18:30 +0000)]
remove USE_SMBPASS_DB
(This used to be commit dd457588134971d839a431e004ef821cb46be671)

20 years agoremove WITH_TDB_SAM
Gerald Carter [Tue, 20 May 2003 18:29:13 +0000 (18:29 +0000)]
remove WITH_TDB_SAM
(This used to be commit ee63331256e12df239c6981e87f57e3bffb361d7)

20 years agowrap pdb_[nisplussam|xml|mysql] in --with-expsam option & some formatting fixes
Gerald Carter [Tue, 20 May 2003 18:29:04 +0000 (18:29 +0000)]
wrap pdb_[nisplussam|xml|mysql] in --with-expsam option & some formatting fixes
(This used to be commit 0fc3fc0b7c863f2994d1848a390812258f1f2db9)

20 years agoMore edits - added example
John Terpstra [Tue, 20 May 2003 06:25:17 +0000 (06:25 +0000)]
More edits - added example
(This used to be commit 41c4bc4b8198797fef044eccad743550ccb43f06)

20 years agoFix Linux cifs vfs mount helper parsing of slashes
Steve French [Tue, 20 May 2003 04:28:29 +0000 (04:28 +0000)]
Fix Linux cifs vfs mount helper parsing of slashes
(This used to be commit 639a2a785ac32869e984ba294ec40f9c8c3a0efb)

20 years agoFreeBSD5 ACL fix.
Jeremy Allison [Mon, 19 May 2003 18:03:12 +0000 (18:03 +0000)]
FreeBSD5 ACL fix.
Jeremy.
(This used to be commit 69a73a87025aaceaecd7dbf65e004422fe709771)

20 years agoUpdates for AIX winbind client from Stephen Roylance.
Tim Potter [Mon, 19 May 2003 00:45:33 +0000 (00:45 +0000)]
Updates for AIX winbind client from Stephen Roylance.
(This used to be commit c4dd5a420394882444af2f76b8628e27dadccf0c)

20 years agoFixups and more edits.
John Terpstra [Sun, 18 May 2003 21:14:45 +0000 (21:14 +0000)]
Fixups and more edits.
(This used to be commit c2501d2c14b3aa5dbd735400a5701c38c69e0b56)

20 years agoport fixes from 3.0
Simo Sorce [Sun, 18 May 2003 09:06:09 +0000 (09:06 +0000)]
port fixes from 3.0
(This used to be commit 0d098df8b5db02c73b859aea136d01c9ca42b17a)

20 years agoMore Edits.
John Terpstra [Sun, 18 May 2003 08:01:15 +0000 (08:01 +0000)]
More Edits.
(This used to be commit b4ffc25fcc158fd212f3104f584fb64007c973a8)

20 years agoCope with cumulative permissions sets. This code is #ifdef'ed out at the
Jeremy Allison [Sat, 17 May 2003 00:46:26 +0000 (00:46 +0000)]
Cope with cumulative permissions sets. This code is #ifdef'ed out at the
moment as I don't think cumulative permission sets make sense in POSIX even
though that's the way Windows works....
Jeremy.
(This used to be commit 34b170a82c02b462f9d0de85922bf8f26a260c67)

20 years agoPatch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bug
Jeremy Allison [Fri, 16 May 2003 18:30:19 +0000 (18:30 +0000)]
Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bug
in add groupmem code.
Jeremy.
(This used to be commit 7e7077e9e363f46cea93767f0463581dbec87063)

20 years agoMerge: clarify secure channel connection comment.
Tim Potter [Fri, 16 May 2003 01:58:42 +0000 (01:58 +0000)]
Merge: clarify secure channel connection comment.
(This used to be commit dd063a298f9d5244d7b79c029c563b4d966019c1)

20 years agoMerge get_global_sam_name() from 3.0 to fix compile breakage.
Tim Potter [Fri, 16 May 2003 00:31:51 +0000 (00:31 +0000)]
Merge get_global_sam_name() from 3.0 to fix compile breakage.
(This used to be commit bc71d7a4ab70339cfd815a57448cbd8762d5ce38)

20 years agoPatch from Luke Howard <lukeh@PADL.COM> to recognise local groups.
Jeremy Allison [Thu, 15 May 2003 19:43:18 +0000 (19:43 +0000)]
Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups.
Jeremy.
(This used to be commit 626116b738927660c3cf0070fc73222e46412187)

20 years agoFix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on
Jeremy Allison [Thu, 15 May 2003 17:37:49 +0000 (17:37 +0000)]
Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on
the sa_mask to prevent valgrind complaints.
Jeremy.
(This used to be commit ef2d5a9c0c11a4e6d65bdebad5d9ea44dd000a68)

20 years agoPatch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.
Jeremy Allison [Thu, 15 May 2003 17:23:37 +0000 (17:23 +0000)]
Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.
Jeremy.
(This used to be commit 9202362ee13c14bd7127713e3976bb9ee11038df)

20 years agoEnsure sys_adminlog code won't coredump with incorrect client params.
Jeremy Allison [Thu, 15 May 2003 17:21:28 +0000 (17:21 +0000)]
Ensure sys_adminlog code won't coredump with incorrect client params.
Jeremy.
(This used to be commit 0f7f762a1e1aa86afc2a740dcce83c8384d8d53b)

20 years agoPatch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling of
Jelmer Vernooij [Thu, 15 May 2003 08:43:52 +0000 (08:43 +0000)]
Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling of
modules in auth/
(This used to be commit 3d804efe76335cd09640a82c0326dbf3eb83fe04)

20 years agoRemoved (incorrect) emacs mode setting. Use emacs' built in autoconf
Tim Potter [Thu, 15 May 2003 01:39:45 +0000 (01:39 +0000)]
Removed (incorrect) emacs mode setting.  Use emacs' built in autoconf
mode instead of m4 mode.
(This used to be commit 1cabd4ba043447eaf15b498775a393e714099d40)

20 years agoFix winbindd coredump. Remember to set a ** pointer to null before
Jeremy Allison [Wed, 14 May 2003 20:48:45 +0000 (20:48 +0000)]
Fix winbindd coredump. Remember to set a ** pointer to null before
searching and not finding otherwise we return a valid looking pointer
that was whatever crap was on the stack.
Jeremy.
(This used to be commit b6e78900175d4362f3a4d0216aa635931a0c11e9)

20 years agoreadding reverted changes during idmap merge (noticed by Andrew b.)
Gerald Carter [Wed, 14 May 2003 18:37:18 +0000 (18:37 +0000)]
readding reverted changes during idmap merge (noticed by Andrew b.)
(This used to be commit d9fd4b8be36b0175d68f9b3c3200dbb03df64c76)

20 years agofix group mapping in LDAP under new schema
Gerald Carter [Wed, 14 May 2003 05:28:45 +0000 (05:28 +0000)]
fix group mapping in LDAP under new schema
(This used to be commit 59328b8c8add974c7edaeecdf8eac0fb0d328fc2)

20 years agos/primaryGroupSID/sambaPrimaryGroupSID/
Gerald Carter [Wed, 14 May 2003 04:49:13 +0000 (04:49 +0000)]
s/primaryGroupSID/sambaPrimaryGroupSID/
(This used to be commit d6ee6a26523a02834a53f214fd6713f5af591be7)

20 years agoignore manpage.[refs|links]
Gerald Carter [Wed, 14 May 2003 04:41:19 +0000 (04:41 +0000)]
ignore manpage.[refs|links]
(This used to be commit 15676b50e1b6d2f24d0207116c133bca4a2cbaf8)

20 years agoperl script to convert from sambaAccount to sambaSamAccount; requires Net::LDAP:...
Gerald Carter [Wed, 14 May 2003 04:40:04 +0000 (04:40 +0000)]
perl script to convert from sambaAccount to sambaSamAccount; requires Net::LDAP::LDIF
(This used to be commit 5b6f22f7c986bc423246adeecc0d5a4bd5f307c6)

20 years agosyncing LDAP schema changes with Samba_3_0
Gerald Carter [Wed, 14 May 2003 04:39:55 +0000 (04:39 +0000)]
syncing LDAP schema changes with Samba_3_0
(This used to be commit a1326ea34831bf49942f7bcb954999091c3ea820)

20 years agoMove some #ifdefs and function prototypes around to avoid a compiler
Tim Potter [Wed, 14 May 2003 01:14:06 +0000 (01:14 +0000)]
Move some #ifdefs and function prototypes around to avoid a compiler
warning when we have a working version of snprintf()
(This used to be commit 080a943e24f1dd02ebdf31ec3e76a1c3d19834df)

20 years agoFix pointer return bug in get_unix_attributes()
Tim Potter [Wed, 14 May 2003 00:59:26 +0000 (00:59 +0000)]
Fix pointer return bug in get_unix_attributes()
(This used to be commit 04e2fe104dfa4508b59276ecd7bee201d453462e)

20 years agospelling
Tim Potter [Wed, 14 May 2003 00:38:58 +0000 (00:38 +0000)]
spelling
(This used to be commit 249a6974702d050644d6d61f33f0034ce2a689ee)

20 years agospelling
Tim Potter [Wed, 14 May 2003 00:26:32 +0000 (00:26 +0000)]
spelling
(This used to be commit 6097b050d082c7c88dca5416389617306e6dab0c)